COLOR #90C996

HEX: #90C996 RGB: (144,201,150)

Color info

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

RGB color model

#90C996 color RGB value is (144,201,150).

RGB: (144,201,150) (56%, 79%, 59%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 150 of 255 = 59%

144
201
150

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

Portions of RGB colors in percentages

R + G + B = 144 + 201 + 150 = 495 (100%)
R 144 of 495 ~ 29.09%
G 201 of 495 ~ 40.61%
B 150 of 495 ~ 30.3'%

%29.09
%40.61
%30.3

CMYK color model

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

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK: (28,0,25,21) C28M0Y25K21 (28%,0%,25%,21%) (0.28/0.00/0.25/0.21) 

CMYK percentages

%28.36
%0
%25.37
%21.18

Codes

Color #90C996 in popluar color models

90 C9 96
RGB 144 201 150
HSL 126° 34.55% 67.65%
HSB/HSV 126° 28.36% 78.82%
CMYK 28.36% 0.00% 25.37%
21.18%

Color #90C996 in popluar number systems.

HEX 90 C9 96
Decimal 144 201 150
Binary 10010000 11001001 10010110
Octal 220 311 226

Shades and tints

Shades of #90C996

#90C996
(144,201,150)
#83B789
(131,183,137)
#76A57C
(118,165,124)
#69936F
(105,147,111)
#5C8162
(92,129,98)
#4F6F55
(79,111,85)
#425D48
(66,93,72)
#354B3B
(53,75,59)
#28392E
(40,57,46)
#1B2721
(27,39,33)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #90C996

#90C996
(144,201,150)
#9ACD9F
(154,205,159)
#A4D1A8
(164,209,168)
#AED5B1
(174,213,177)
#B8D9BA
(184,217,186)
#C2DDC3
(194,221,195)
#CCE1CC
(204,225,204)
#D6E5D5
(214,229,213)
#E0E9DE
(224,233,222)
#EAEDE7
(234,237,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C996; }

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

This text font color is #90C996.

Background Color

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

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

This div background color is #90C996.

Border color

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

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

This div border color is #90C996.

Opacity

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

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

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

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

This text has shadow with #90C996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C996.

Preview

Color preview on black background

This text has color #90C996 on black background.


Color preview on white background

This text has color #90C996 on white background.


Black color preview on #90C996 background

This text has black color on #90C996 background.


White color preview on #90C996 background

This text has white color on #90C996 background.


Related colors

Complementary color

Complementary color for #hex is #6F3669.


I love getcolorcode.com

Triadic colors

1 #9690C9 and #C99690 with #90C996 are triadic colors.

2 #96C990 and #C99096 with #90C996 are triadic colors.