COLOR #90C488

HEX: #90C488
RGB: (144,196,136)

Color info

#90C488 contains mainly red and green colors. Web safe color of #90C488 is #99CC99 (or #9C9).

RGB color model

#90C488 color RGB value is (144,196,136).

  • red value is 144;
  • green value is 196;
  • blue value is 136.
RGB:
(144,196,136)
(56%,77%,53%)

RGB channels and saturation

R 144 of 255 = 56%
G 196 of 255 = 77%
B 136 of 255 = 53%

144
196
136

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

Portions of RGB colors in percentages

R + G + B =
144 + 196 + 136 = 476 (100%)
R 144 of 476 ~ 30.25%
G 196 of 476 ~ 41.18%
B 136 of 476 ~ 28.57%

%30.25
%41.18
%28.57

CMYK color model

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

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 23.14%
CMYK:
(27,0,31,23)
C27M0Y31K23 
(27%,0%,31%,23%)
(0.27/0.00/0.31/0.23)	

CMYK percentages

%26.53
%0
%30.61
%23.14

Codes

Color #90C488 in popluar color models

90C488
RGB144196136
HSL112°33.71%65.10%
HSB/HSV112°30.61%76.86%
CMYK26.53%0.00%30.61%
23.14%

Color #90C488 in popluar number systems.

HEX90C488
Decimal144196136
Binary100100001100010010001000
Octal220304210

Shades and tints

Shades of #90C488

#90C488
(144,196,136)
#83B37C
(131,179,124)
#76A270
(118,162,112)
#699164
(105,145,100)
#5C8058
(92,128,88)
#4F6F4C
(79,111,76)
#425E40
(66,94,64)
#354D34
(53,77,52)
#283C28
(40,60,40)
#1B2B1C
(27,43,28)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #90C488

#90C488
(144,196,136)
#9AC992
(154,201,146)
#A4CE9C
(164,206,156)
#AED3A6
(174,211,166)
#B8D8B0
(184,216,176)
#C2DDBA
(194,221,186)
#CCE2C4
(204,226,196)
#D6E7CE
(214,231,206)
#E0ECD8
(224,236,216)
#EAF1E2
(234,241,226)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C488 color. Also use rgb(144,196,136) instead hex code.

Text Font Color

.myTextColor { color: #90C488; }

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

This text font color is #90C488.


Background Color

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

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

This div background color is #90C488.


Border color

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

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

This div border color is #90C488.


Opacity

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

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

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

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

This text has shadow with #90C488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C488 on black background.


Color preview on white background

This text has color #90C488 on white background.



Black color preview on #90C488 background

This text has black color on #90C488 background.


White color preview on #90C488 background

This text has white color on #90C488 background.