COLOR #90D99F

HEX: #90D99F
RGB: (144,217,159)

Color info

#90D99F contains mainly green and blue colors. Web safe color of #90D99F is #99CC99 (or #9C9).

RGB color model

#90D99F color RGB value is (144,217,159).

  • red value is 144;
  • green value is 217;
  • blue value is 159.
RGB:
(144,217,159)
(56%,85%,62%)

RGB channels and saturation

R 144 of 255 = 56%
G 217 of 255 = 85%
B 159 of 255 = 62%

144
217
159

R + G + B ~ 68%. #90D99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 217 + 159 = 520 (100%)
R 144 of 520 ~ 27.69%
G 217 of 520 ~ 41.73%
B 159 of 520 ~ 30.58%

%27.69
%41.73
%30.58

CMYK color model

#90D99F color CMYK value is (34,0,27,15).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 14.90%
CMYK:
(34,0,27,15)
C34M0Y27K15 
(34%,0%,27%,15%)
(0.34/0.00/0.27/0.15)	

CMYK percentages

%33.64
%0
%26.73
%14.9

Codes

Color #90D99F in popluar color models

90D99F
RGB144217159
HSL132°48.99%70.78%
HSB/HSV132°33.64%85.10%
CMYK33.64%0.00%26.73%
14.90%

Color #90D99F in popluar number systems.

HEX90D99F
Decimal144217159
Binary100100001101100110011111
Octal220331237

Shades and tints

Shades of #90D99F

#90D99F
(144,217,159)
#83C691
(131,198,145)
#76B383
(118,179,131)
#69A075
(105,160,117)
#5C8D67
(92,141,103)
#4F7A59
(79,122,89)
#42674B
(66,103,75)
#35543D
(53,84,61)
#28412F
(40,65,47)
#1B2E21
(27,46,33)
#0E1B13
(14,27,19)
#000000
(0,0,0)

Tints of #90D99F

#90D99F
(144,217,159)
#9ADCA7
(154,220,167)
#A4DFAF
(164,223,175)
#AEE2B7
(174,226,183)
#B8E5BF
(184,229,191)
#C2E8C7
(194,232,199)
#CCEBCF
(204,235,207)
#D6EED7
(214,238,215)
#E0F1DF
(224,241,223)
#EAF4E7
(234,244,231)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D99F color. Also use rgb(144,217,159) instead hex code.

Text Font Color

.myTextColor { color: #90D99F; }

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

This text font color is #90D99F.


Background Color

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

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

This div background color is #90D99F.


Border color

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

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

This div border color is #90D99F.


Opacity

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

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

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

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

This text has shadow with #90D99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D99F on black background.


Color preview on white background

This text has color #90D99F on white background.



Black color preview on #90D99F background

This text has black color on #90D99F background.


White color preview on #90D99F background

This text has white color on #90D99F background.