COLOR #90DD82

HEX: #90DD82 RGB: (144,221,130)

Color info

#90DD82 contains mainly green color. Web safe color of #90DD82 is #99CC99 (or #9C9).

RGB color model

#90DD82 color RGB value is (144,221,130).

RGB: (144,221,130) (56%, 87%, 51%)

RGB channels and saturation

R 144 of 255 = 56%
G 221 of 255 = 87%
B 130 of 255 = 51%

144
221
130

R + G + B ~ 65%. #90DD82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 221 + 130 = 495 (100%)
R 144 of 495 ~ 29.09%
G 221 of 495 ~ 44.65%
B 130 of 495 ~ 26.26'%

%29.09
%44.65
%26.26

CMYK color model

#90DD82 color CMYK value is (35,0,41,13).

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (35,0,41,13)
C35M0Y41K13 (35%, 0%, 41%, 13%)
(0.35 / 0.00 / 0.41 / 0.13)

CMYK percentages

%34.84
%0
%41.18
%13.33

Codes

Color #90DD82 in popluar color models

90 DD 82
RGB 144 221 130
HSL 111° 57.23% 68.82%
HSB/HSV 111° 41.18% 86.67%
CMYK 34.84% 0.00% 41.18%
13.33%

Color #90DD82 in popluar number systems.

HEX 90 DD 82
Decimal 144 221 130
Binary 10010000 11011101 10000010
Octal 220 335 202

Shades and tints

Shades of #90DD82

#90DD82
(144,221,130)
#83C977
(131,201,119)
#76B56C
(118,181,108)
#69A161
(105,161,97)
#5C8D56
(92,141,86)
#4F794B
(79,121,75)
#426540
(66,101,64)
#355135
(53,81,53)
#283D2A
(40,61,42)
#1B291F
(27,41,31)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #90DD82

#90DD82
(144,221,130)
#9AE08D
(154,224,141)
#A4E398
(164,227,152)
#AEE6A3
(174,230,163)
#B8E9AE
(184,233,174)
#C2ECB9
(194,236,185)
#CCEFC4
(204,239,196)
#D6F2CF
(214,242,207)
#E0F5DA
(224,245,218)
#EAF8E5
(234,248,229)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DD82 color. Also use rgb(144,221,130) instead hex code.

Text Font Color

.myTextColor { color: #90DD82; }

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

This text font color is #90DD82.

Background Color

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

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

This div background color is #90DD82.

Border color

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

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

This div border color is #90DD82.

Opacity

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

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

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

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

This text has shadow with #90DD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DD82.

Preview

Color preview on black background

This text has color #90DD82 on black background.


Color preview on white background

This text has color #90DD82 on white background.


Black color preview on #90DD82 background

This text has black color on #90DD82 background.


White color preview on #90DD82 background

This text has white color on #90DD82 background.


Related colors

Complementary color

Complementary color for #hex is #6F227D.


I love getcolorcode.com

Triadic colors

1 #8290DD and #DD8290 with #90DD82 are triadic colors.

2 #82DD90 and #DD9082 with #90DD82 are triadic colors.