COLOR #90D37E

HEX: #90D37E RGB: (144,211,126)

Color info

#90D37E contains mainly green color. Web safe color of #90D37E is #99CC66 (or #9C6).

RGB color model

#90D37E color RGB value is (144,211,126).

RGB: (144,211,126) (56%, 83%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 211 of 255 = 83%
B 126 of 255 = 49%

144
211
126

R + G + B ~ 63%. #90D37E is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 211 + 126 = 481 (100%)
R 144 of 481 ~ 29.94%
G 211 of 481 ~ 43.87%
B 126 of 481 ~ 26.2'%

%29.94
%43.87
%26.2

CMYK color model

#90D37E color CMYK value is (32,0,40,17).

  • cyan value is 31.75%
  • magenta value is 0.00%
  • yellow value is 40.28%
  • key color value is 17.25%
CMYK: (32,0,40,17) C32M0Y40K17 (32%,0%,40%,17%) (0.32/0.00/0.40/0.17) 

CMYK percentages

%31.75
%0
%40.28
%17.25

Codes

Color #90D37E in popluar color models

90 D3 7E
RGB 144 211 126
HSL 107° 49.13% 66.08%
HSB/HSV 107° 40.28% 82.75%
CMYK 31.75% 0.00% 40.28%
17.25%

Color #90D37E in popluar number systems.

HEX 90 D3 7E
Decimal 144 211 126
Binary 10010000 11010011 1111110
Octal 220 323 176

Shades and tints

Shades of #90D37E

#90D37E
(144,211,126)
#83C073
(131,192,115)
#76AD68
(118,173,104)
#699A5D
(105,154,93)
#5C8752
(92,135,82)
#4F7447
(79,116,71)
#42613C
(66,97,60)
#354E31
(53,78,49)
#283B26
(40,59,38)
#1B281B
(27,40,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #90D37E

#90D37E
(144,211,126)
#9AD789
(154,215,137)
#A4DB94
(164,219,148)
#AEDF9F
(174,223,159)
#B8E3AA
(184,227,170)
#C2E7B5
(194,231,181)
#CCEBC0
(204,235,192)
#D6EFCB
(214,239,203)
#E0F3D6
(224,243,214)
#EAF7E1
(234,247,225)
#F4FBEC
(244,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D37E color. Also use rgb(144,211,126) instead hex code.

Text Font Color

.myTextColor { color: #90D37E; }

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

This text font color is #90D37E.

Background Color

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

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

This div background color is #90D37E.

Border color

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

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

This div border color is #90D37E.

Opacity

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

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

Text with #90D37E 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 #90D37E;}

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

This text has shadow with #90D37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90D37E.

Preview

Color preview on black background

This text has color #90D37E on black background.


Color preview on white background

This text has color #90D37E on white background.


Black color preview on #90D37E background

This text has black color on #90D37E background.


White color preview on #90D37E background

This text has white color on #90D37E background.


Related colors

Complementary color

Complementary color for #hex is #6F2C81.


I love getcolorcode.com

Triadic colors

1 #7E90D3 and #D37E90 with #90D37E are triadic colors.

2 #7ED390 and #D3907E with #90D37E are triadic colors.