COLOR #90C78C

HEX: #90C78C
RGB: (144,199,140)

Color info

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

RGB color model

#90C78C color RGB value is (144,199,140).

  • red value is 144;
  • green value is 199;
  • blue value is 140.
RGB:
(144,199,140)
(56%,78%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 199 of 255 = 78%
B 140 of 255 = 55%

144
199
140

R + G + B ~ 63%. #90C78C is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 199 + 140 = 483 (100%)
R 144 of 483 ~ 29.81%
G 199 of 483 ~ 41.2%
B 140 of 483 ~ 28.99%

%29.81
%41.2
%28.99

CMYK color model

#90C78C color CMYK value is (28,0,30,22).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 21.96%
CMYK:
(28,0,30,22)
C28M0Y30K22 
(28%,0%,30%,22%)
(0.28/0.00/0.30/0.22)	

CMYK percentages

%27.64
%0
%29.65
%21.96

Codes

Color #90C78C in popluar color models

90C78C
RGB144199140
HSL116°34.50%66.47%
HSB/HSV116°29.65%78.04%
CMYK27.64%0.00%29.65%
21.96%

Color #90C78C in popluar number systems.

HEX90C78C
Decimal144199140
Binary100100001100011110001100
Octal220307214

Shades and tints

Shades of #90C78C

#90C78C
(144,199,140)
#83B580
(131,181,128)
#76A374
(118,163,116)
#699168
(105,145,104)
#5C7F5C
(92,127,92)
#4F6D50
(79,109,80)
#425B44
(66,91,68)
#354938
(53,73,56)
#28372C
(40,55,44)
#1B2520
(27,37,32)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #90C78C

#90C78C
(144,199,140)
#9ACC96
(154,204,150)
#A4D1A0
(164,209,160)
#AED6AA
(174,214,170)
#B8DBB4
(184,219,180)
#C2E0BE
(194,224,190)
#CCE5C8
(204,229,200)
#D6EAD2
(214,234,210)
#E0EFDC
(224,239,220)
#EAF4E6
(234,244,230)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C78C; }

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

This text font color is #90C78C.


Background Color

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

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

This div background color is #90C78C.


Border color

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

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

This div border color is #90C78C.


Opacity

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

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

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

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

This text has shadow with #90C78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C78C on black background.


Color preview on white background

This text has color #90C78C on white background.



Black color preview on #90C78C background

This text has black color on #90C78C background.


White color preview on #90C78C background

This text has white color on #90C78C background.