COLOR #90C38C

HEX: #90C38C RGB: (144,195,140)

Color info

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

RGB color model

#90C38C color RGB value is (144,195,140).

RGB: (144,195,140) (56%, 76%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 195 of 255 = 76%
B 140 of 255 = 55%

144
195
140

R + G + B ~ 62%. #90C38C is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 195 + 140 = 479 (100%)
R 144 of 479 ~ 30.06%
G 195 of 479 ~ 40.71%
B 140 of 479 ~ 29.23'%

%30.06
%40.71
%29.23

CMYK color model

#90C38C color CMYK value is (26,0,28,24).

  • cyan value is 26.15%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK: (26,0,28,24) C26M0Y28K24 (26%,0%,28%,24%) (0.26/0.00/0.28/0.24) 

CMYK percentages

%26.15
%0
%28.21
%23.53

Codes

Color #90C38C in popluar color models

90 C3 8C
RGB 144 195 140
HSL 116° 31.43% 65.69%
HSB/HSV 116° 28.21% 76.47%
CMYK 26.15% 0.00% 28.21%
23.53%

Color #90C38C in popluar number systems.

HEX 90 C3 8C
Decimal 144 195 140
Binary 10010000 11000011 10001100
Octal 220 303 214

Shades and tints

Shades of #90C38C

#90C38C
(144,195,140)
#83B280
(131,178,128)
#76A174
(118,161,116)
#699068
(105,144,104)
#5C7F5C
(92,127,92)
#4F6E50
(79,110,80)
#425D44
(66,93,68)
#354C38
(53,76,56)
#283B2C
(40,59,44)
#1B2A20
(27,42,32)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #90C38C

#90C38C
(144,195,140)
#9AC896
(154,200,150)
#A4CDA0
(164,205,160)
#AED2AA
(174,210,170)
#B8D7B4
(184,215,180)
#C2DCBE
(194,220,190)
#CCE1C8
(204,225,200)
#D6E6D2
(214,230,210)
#E0EBDC
(224,235,220)
#EAF0E6
(234,240,230)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C38C color. Also use rgb(144,195,140) instead hex code.

Text Font Color

.myTextColor { color: #90C38C; }

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

This text font color is #90C38C.

Background Color

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

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

This div background color is #90C38C.

Border color

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

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

This div border color is #90C38C.

Opacity

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

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

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

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

This text has shadow with #90C38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C38C.

Preview

Color preview on black background

This text has color #90C38C on black background.


Color preview on white background

This text has color #90C38C on white background.


Black color preview on #90C38C background

This text has black color on #90C38C background.


White color preview on #90C38C background

This text has white color on #90C38C background.


Related colors

Complementary color

Complementary color for #hex is #6F3C73.


I love getcolorcode.com

Triadic colors

1 #8C90C3 and #C38C90 with #90C38C are triadic colors.

2 #8CC390 and #C3908C with #90C38C are triadic colors.