COLOR #90C99F

HEX: #90C99F
RGB: (144,201,159)

Color info

#90C99F contains red, green and blue colors in about the same proportion. Web safe color of #90C99F is #99CC99 (or #9C9).

RGB color model

#90C99F color RGB value is (144,201,159).

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

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 159 of 255 = 62%

144
201
159

R + G + B ~ 66%. #90C99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 201 + 159 = 504 (100%)
R 144 of 504 ~ 28.57%
G 201 of 504 ~ 39.88%
B 159 of 504 ~ 31.55%

%28.57
%39.88
%31.55

CMYK color model

#90C99F color CMYK value is (28,0,21,21).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(28,0,21,21)
C28M0Y21K21 
(28%,0%,21%,21%)
(0.28/0.00/0.21/0.21)	

CMYK percentages

%28.36
%0
%20.9
%21.18

Codes

Color #90C99F in popluar color models

90C99F
RGB144201159
HSL136°34.55%67.65%
HSB/HSV136°28.36%78.82%
CMYK28.36%0.00%20.90%
21.18%

Color #90C99F in popluar number systems.

HEX90C99F
Decimal144201159
Binary100100001100100110011111
Octal220311237

Shades and tints

Shades of #90C99F

#90C99F
(144,201,159)
#83B791
(131,183,145)
#76A583
(118,165,131)
#699375
(105,147,117)
#5C8167
(92,129,103)
#4F6F59
(79,111,89)
#425D4B
(66,93,75)
#354B3D
(53,75,61)
#28392F
(40,57,47)
#1B2721
(27,39,33)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #90C99F

#90C99F
(144,201,159)
#9ACDA7
(154,205,167)
#A4D1AF
(164,209,175)
#AED5B7
(174,213,183)
#B8D9BF
(184,217,191)
#C2DDC7
(194,221,199)
#CCE1CF
(204,225,207)
#D6E5D7
(214,229,215)
#E0E9DF
(224,233,223)
#EAEDE7
(234,237,231)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C99F; }

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

This text font color is #90C99F.


Background Color

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

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

This div background color is #90C99F.


Border color

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

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

This div border color is #90C99F.


Opacity

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

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

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

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

This text has shadow with #90C99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C99F on black background.


Color preview on white background

This text has color #90C99F on white background.



Black color preview on #90C99F background

This text has black color on #90C99F background.


White color preview on #90C99F background

This text has white color on #90C99F background.