COLOR #90D88B

HEX: #90D88B RGB: (144,216,139)

Color info

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

RGB color model

#90D88B color RGB value is (144,216,139).

RGB: (144,216,139) (56%, 85%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 216 of 255 = 85%
B 139 of 255 = 55%

144
216
139

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

Portions of RGB colors in percentages

R + G + B = 144 + 216 + 139 = 499 (100%)
R 144 of 499 ~ 28.86%
G 216 of 499 ~ 43.29%
B 139 of 499 ~ 27.86'%

%28.86
%43.29
%27.86

CMYK color model

#90D88B color CMYK value is (33,0,36,15).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 35.65%
  • key color value is 15.29%

CMYK: (33,0,36,15)
C33M0Y36K15 (33%, 0%, 36%, 15%)
(0.33 / 0.00 / 0.36 / 0.15)

CMYK percentages

%33.33
%0
%35.65
%15.29

Codes

Color #90D88B in popluar color models

90 D8 8B
RGB 144 216 139
HSL 116° 49.68% 69.61%
HSB/HSV 116° 35.65% 84.71%
CMYK 33.33% 0.00% 35.65%
15.29%

Color #90D88B in popluar number systems.

HEX 90 D8 8B
Decimal 144 216 139
Binary 10010000 11011000 10001011
Octal 220 330 213

Shades and tints

Shades of #90D88B

#90D88B
(144,216,139)
#83C57F
(131,197,127)
#76B273
(118,178,115)
#699F67
(105,159,103)
#5C8C5B
(92,140,91)
#4F794F
(79,121,79)
#426643
(66,102,67)
#355337
(53,83,55)
#28402B
(40,64,43)
#1B2D1F
(27,45,31)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #90D88B

#90D88B
(144,216,139)
#9ADB95
(154,219,149)
#A4DE9F
(164,222,159)
#AEE1A9
(174,225,169)
#B8E4B3
(184,228,179)
#C2E7BD
(194,231,189)
#CCEAC7
(204,234,199)
#D6EDD1
(214,237,209)
#E0F0DB
(224,240,219)
#EAF3E5
(234,243,229)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D88B color. Also use rgb(144,216,139) instead hex code.

Text Font Color

.myTextColor { color: #90D88B; }

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

This text font color is #90D88B.

Background Color

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

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

This div background color is #90D88B.

Border color

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

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

This div border color is #90D88B.

Opacity

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

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

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

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

This text has shadow with #90D88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90D88B.

Preview

Color preview on black background

This text has color #90D88B on black background.


Color preview on white background

This text has color #90D88B on white background.


Black color preview on #90D88B background

This text has black color on #90D88B background.


White color preview on #90D88B background

This text has white color on #90D88B background.


Related colors

Complementary color

Complementary color for #hex is #6F2774.


I love getcolorcode.com

Triadic colors

1 #8B90D8 and #D88B90 with #90D88B are triadic colors.

2 #8BD890 and #D8908B with #90D88B are triadic colors.