COLOR #90C790

HEX: #90C790
RGB: (144,199,144)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

144
199
144

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

Portions of RGB colors in percentages

R + G + B =
144 + 199 + 144 = 487 (100%)
R 144 of 487 ~ 29.57%
G 199 of 487 ~ 40.86%
B 144 of 487 ~ 29.57%

%29.57
%40.86
%29.57

CMYK color model

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

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

CMYK percentages

%27.64
%0
%27.64
%21.96

Codes

Color #90C790 in popluar color models

90C790
RGB144199144
HSL120°32.93%67.25%
HSB/HSV120°27.64%78.04%
CMYK27.64%0.00%27.64%
21.96%

Color #90C790 in popluar number systems.

HEX90C790
Decimal144199144
Binary100100001100011110010000
Octal220307220

Shades and tints

Shades of #90C790

#90C790
(144,199,144)
#83B583
(131,181,131)
#76A376
(118,163,118)
#699169
(105,145,105)
#5C7F5C
(92,127,92)
#4F6D4F
(79,109,79)
#425B42
(66,91,66)
#354935
(53,73,53)
#283728
(40,55,40)
#1B251B
(27,37,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #90C790

#90C790
(144,199,144)
#9ACC9A
(154,204,154)
#A4D1A4
(164,209,164)
#AED6AE
(174,214,174)
#B8DBB8
(184,219,184)
#C2E0C2
(194,224,194)
#CCE5CC
(204,229,204)
#D6EAD6
(214,234,214)
#E0EFE0
(224,239,224)
#EAF4EA
(234,244,234)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C790; }

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

This text font color is #90C790.


Background Color

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

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

This div background color is #90C790.


Border color

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

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

This div border color is #90C790.


Opacity

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

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

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

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

This text has shadow with #90C790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C790 on black background.


Color preview on white background

This text has color #90C790 on white background.



Black color preview on #90C790 background

This text has black color on #90C790 background.


White color preview on #90C790 background

This text has white color on #90C790 background.