COLOR #90C09C

HEX: #90C09C RGB: (144,192,156)

Color info

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

RGB color model

#90C09C color RGB value is (144,192,156).

RGB: (144,192,156) (56%, 75%, 61%)

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 156 of 255 = 61%

144
192
156

R + G + B ~ 64%. #90C09C is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 192 + 156 = 492 (100%)
R 144 of 492 ~ 29.27%
G 192 of 492 ~ 39.02%
B 156 of 492 ~ 31.71'%

%29.27
%39.02
%31.71

CMYK color model

#90C09C color CMYK value is (25,0,19,25).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%

CMYK: (25,0,19,25)
C25M0Y19K25 (25%, 0%, 19%, 25%)
(0.25 / 0.00 / 0.19 / 0.25)

CMYK percentages

%25
%0
%18.75
%24.71

Codes

Color #90C09C in popluar color models

90 C0 9C
RGB 144 192 156
HSL 135° 27.59% 65.88%
HSB/HSV 135° 25.00% 75.29%
CMYK 25.00% 0.00% 18.75%
24.71%

Color #90C09C in popluar number systems.

HEX 90 C0 9C
Decimal 144 192 156
Binary 10010000 11000000 10011100
Octal 220 300 234

Shades and tints

Shades of #90C09C

#90C09C
(144,192,156)
#83AF8E
(131,175,142)
#769E80
(118,158,128)
#698D72
(105,141,114)
#5C7C64
(92,124,100)
#4F6B56
(79,107,86)
#425A48
(66,90,72)
#35493A
(53,73,58)
#28382C
(40,56,44)
#1B271E
(27,39,30)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #90C09C

#90C09C
(144,192,156)
#9AC5A5
(154,197,165)
#A4CAAE
(164,202,174)
#AECFB7
(174,207,183)
#B8D4C0
(184,212,192)
#C2D9C9
(194,217,201)
#CCDED2
(204,222,210)
#D6E3DB
(214,227,219)
#E0E8E4
(224,232,228)
#EAEDED
(234,237,237)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C09C color. Also use rgb(144,192,156) instead hex code.

Text Font Color

.myTextColor { color: #90C09C; }

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

This text font color is #90C09C.

Background Color

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

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

This div background color is #90C09C.

Border color

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

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

This div border color is #90C09C.

Opacity

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

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

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

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

This text has shadow with #90C09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C09C.

Preview

Color preview on black background

This text has color #90C09C on black background.


Color preview on white background

This text has color #90C09C on white background.


Black color preview on #90C09C background

This text has black color on #90C09C background.


White color preview on #90C09C background

This text has white color on #90C09C background.


Related colors

Complementary color

Complementary color for #hex is #6F3F63.


I love getcolorcode.com

Triadic colors

1 #9C90C0 and #C09C90 with #90C09C are triadic colors.

2 #9CC090 and #C0909C with #90C09C are triadic colors.