COLOR #90C58F

HEX: #90C58F
RGB: (144,197,143)

Color info

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

RGB color model

#90C58F color RGB value is (144,197,143).

  • red value is 144;
  • green value is 197;
  • blue value is 143.
RGB:
(144,197,143)
(56%,77%,56%)

RGB channels and saturation

R 144 of 255 = 56%
G 197 of 255 = 77%
B 143 of 255 = 56%

144
197
143

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

Portions of RGB colors in percentages

R + G + B =
144 + 197 + 143 = 484 (100%)
R 144 of 484 ~ 29.75%
G 197 of 484 ~ 40.7%
B 143 of 484 ~ 29.55%

%29.75
%40.7
%29.55

CMYK color model

#90C58F color CMYK value is (27,0,27,23).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 22.75%
CMYK:
(27,0,27,23)
C27M0Y27K23 
(27%,0%,27%,23%)
(0.27/0.00/0.27/0.23)	

CMYK percentages

%26.9
%0
%27.41
%22.75

Codes

Color #90C58F in popluar color models

90C58F
RGB144197143
HSL119°31.76%66.67%
HSB/HSV119°27.41%77.25%
CMYK26.90%0.00%27.41%
22.75%

Color #90C58F in popluar number systems.

HEX90C58F
Decimal144197143
Binary100100001100010110001111
Octal220305217

Shades and tints

Shades of #90C58F

#90C58F
(144,197,143)
#83B482
(131,180,130)
#76A375
(118,163,117)
#699268
(105,146,104)
#5C815B
(92,129,91)
#4F704E
(79,112,78)
#425F41
(66,95,65)
#354E34
(53,78,52)
#283D27
(40,61,39)
#1B2C1A
(27,44,26)
#0E1B0D
(14,27,13)
#000000
(0,0,0)

Tints of #90C58F

#90C58F
(144,197,143)
#9ACA99
(154,202,153)
#A4CFA3
(164,207,163)
#AED4AD
(174,212,173)
#B8D9B7
(184,217,183)
#C2DEC1
(194,222,193)
#CCE3CB
(204,227,203)
#D6E8D5
(214,232,213)
#E0EDDF
(224,237,223)
#EAF2E9
(234,242,233)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C58F color. Also use rgb(144,197,143) instead hex code.

Text Font Color

.myTextColor { color: #90C58F; }

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

This text font color is #90C58F.


Background Color

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

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

This div background color is #90C58F.


Border color

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

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

This div border color is #90C58F.


Opacity

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

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

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

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

This text has shadow with #90C58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C58F on black background.


Color preview on white background

This text has color #90C58F on white background.



Black color preview on #90C58F background

This text has black color on #90C58F background.


White color preview on #90C58F background

This text has white color on #90C58F background.