COLOR #90ED5F

HEX: #90ED5F
RGB: (144,237,95)

Renk bilgisi

#90ED5F contains mainly green color. #90ED5F ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#90ED5F color RGB value is (144,237,95).

  • kırmız ton 144;
  • yeşil ton 237;
  • mavi ton 95.
RGB:
(144,237,95)
(56%,93%,37%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 237 of 255 = 93%
B 95 of 255 = 37%

144
237
95

R + G + B ~ 62%. #90ED5F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 237 + 95 = 476 (100%)
R 144 of 476 ~ 30.25%
G 237 of 476 ~ 49.79%
B 95 of 476 ~ 19.96%

%30.25
%49.79
%19.96

CMYK RENK MODELİ

#90ED5F rengi CMYK tonu (39,0,60,7).

  • camgöbeği tonu 39.24%
  • eflatun tonu 0.00%
  • sarı tonu 59.92%
  • ana renk tonu 7.06%
CMYK:
(39,0,60,7)
C39M0Y60K7 
(39%,0%,60%,7%)
(0.39/0.00/0.60/0.07)	

CMYK yüzdeleri

%39.24
%0
%59.92
%7.06

Codes

Color #90ED5F in popluar color models

90ED5F
RGB14423795
HSL99°79.78%65.10%
HSB/HSV99°59.92%92.94%
CMYK39.24%0.00%59.92%
7.06%

Color #90ED5F in popluar number systems.

HEX90ED5F
Decimal14423795
Binary10010000111011011011111
Octal220355137

Shades and tints

Shades of #90ED5F

#90ED5F
(144,237,95)
#83D857
(131,216,87)
#76C34F
(118,195,79)
#69AE47
(105,174,71)
#5C993F
(92,153,63)
#4F8437
(79,132,55)
#426F2F
(66,111,47)
#355A27
(53,90,39)
#28451F
(40,69,31)
#1B3017
(27,48,23)
#0E1B0F
(14,27,15)
#000000
(0,0,0)

Tints of #90ED5F

#90ED5F
(144,237,95)
#9AEE6D
(154,238,109)
#A4EF7B
(164,239,123)
#AEF089
(174,240,137)
#B8F197
(184,241,151)
#C2F2A5
(194,242,165)
#CCF3B3
(204,243,179)
#D6F4C1
(214,244,193)
#E0F5CF
(224,245,207)
#EAF6DD
(234,246,221)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ED5F color. Also use rgb(144,237,95) instead hex code.

Text Font Color

.myTextColor { color: #90ED5F; }

<p style="color:#90ED5F">This sample text font color is #90ED5F.</p>

This text font color is #90ED5F.


Background Color

.myBgColor { background-color: #90ED5F; }

<div style="background-color:#90ED5F">Inner text</div>

This div background color is #90ED5F.


Border color

.myBorderColor { border: 1px solid #90ED5F; }

<div style="border:3px solid #90ED5F">Div</div>

This div border color is #90ED5F.


Opacity

.myOpacity80 { color: #90ED5F; opacity: 0.8; }

<p style="color:#90ED5F;opacity:0.8;">80%</p>

Text with #90ED5F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90ED5F;}

<p style="text-shadow: 3px 3px 1px #90ED5F">Text here.</p>

This text has shadow with #90ED5F color.

.textShadow {text-shadow: 3px 3px 1px #90ED5F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90ED5F, 5px 5px 20px red">Text here.</p>

This text has shadow with #90ED5F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90ED5F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90ED5F, Direction=45, Strength=4)">Text</p>

This text has shadow with #90ED5F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90ED5F;
  -webkit-box-shadow:	1px 1px 3px 2px #90ED5F;
  box-shadow:		1px 1px 3px 2px #90ED5F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90ED5F;
-webkit-box-shadow: 1px 1px 3px 2px #90ED5F;
box-shadow:1px 1px 3px 2px #90ED5F;">
Div content here</div>
This div box has shadow with color #90ED5F.

Preview

Color preview on black background

This text has color #90ED5F on black background.


Color preview on white background

This text has color #90ED5F on white background.



Black color preview on #90ED5F background

This text has black color on #90ED5F background.


White color preview on #90ED5F background

This text has white color on #90ED5F background.