COLOR #90DF7E

HEX: #90DF7E RGB: (144,223,126)

Color info

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

RGB color model

#90DF7E color RGB value is (144,223,126).

RGB: (144,223,126) (56%, 87%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 223 of 255 = 87%
B 126 of 255 = 49%

144
223
126

R + G + B ~ 64%. #90DF7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 223 + 126 = 493 (100%)
R 144 of 493 ~ 29.21%
G 223 of 493 ~ 45.23%
B 126 of 493 ~ 25.56'%

%29.21
%45.23
%25.56

CMYK color model

#90DF7E color CMYK value is (35,0,43,13).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 12.55%

CMYK: (35,0,43,13)
C35M0Y43K13 (35%, 0%, 43%, 13%)
(0.35 / 0.00 / 0.43 / 0.13)

CMYK percentages

%35.43
%0
%43.5
%12.55

Codes

Color #90DF7E in popluar color models

90 DF 7E
RGB 144 223 126
HSL 109° 60.25% 68.43%
HSB/HSV 109° 43.50% 87.45%
CMYK 35.43% 0.00% 43.50%
12.55%

Color #90DF7E in popluar number systems.

HEX 90 DF 7E
Decimal 144 223 126
Binary 10010000 11011111 1111110
Octal 220 337 176

Shades and tints

Shades of #90DF7E

#90DF7E
(144,223,126)
#83CB73
(131,203,115)
#76B768
(118,183,104)
#69A35D
(105,163,93)
#5C8F52
(92,143,82)
#4F7B47
(79,123,71)
#42673C
(66,103,60)
#355331
(53,83,49)
#283F26
(40,63,38)
#1B2B1B
(27,43,27)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #90DF7E

#90DF7E
(144,223,126)
#9AE189
(154,225,137)
#A4E394
(164,227,148)
#AEE59F
(174,229,159)
#B8E7AA
(184,231,170)
#C2E9B5
(194,233,181)
#CCEBC0
(204,235,192)
#D6EDCB
(214,237,203)
#E0EFD6
(224,239,214)
#EAF1E1
(234,241,225)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DF7E; }

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

This text font color is #90DF7E.

Background Color

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

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

This div background color is #90DF7E.

Border color

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

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

This div border color is #90DF7E.

Opacity

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

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

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

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

This text has shadow with #90DF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DF7E.

Preview

Color preview on black background

This text has color #90DF7E on black background.


Color preview on white background

This text has color #90DF7E on white background.


Black color preview on #90DF7E background

This text has black color on #90DF7E background.


White color preview on #90DF7E background

This text has white color on #90DF7E background.


Related colors

Complementary color

Complementary color for #hex is #6F2081.


I love getcolorcode.com

Triadic colors

1 #7E90DF and #DF7E90 with #90DF7E are triadic colors.

2 #7EDF90 and #DF907E with #90DF7E are triadic colors.