COLOR #90D390

HEX: #90D390
RGB: (144,211,144)

Color info

#90D390 contains mainly green color. Web safe color of #90D390 is #99CC99 (or #9C9).

RGB color model

#90D390 color RGB value is (144,211,144).

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

RGB channels and saturation

R 144 of 255 = 56%
G 211 of 255 = 83%
B 144 of 255 = 56%

144
211
144

R + G + B ~ 65%. #90D390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 211 + 144 = 499 (100%)
R 144 of 499 ~ 28.86%
G 211 of 499 ~ 42.28%
B 144 of 499 ~ 28.86%

%28.86
%42.28
%28.86

CMYK color model

#90D390 color CMYK value is (32,0,32,17).

  • cyan value is 31.75%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 17.25%
CMYK:
(32,0,32,17)
C32M0Y32K17 
(32%,0%,32%,17%)
(0.32/0.00/0.32/0.17)	

CMYK percentages

%31.75
%0
%31.75
%17.25

Codes

Color #90D390 in popluar color models

90D390
RGB144211144
HSL120°43.23%69.61%
HSB/HSV120°31.75%82.75%
CMYK31.75%0.00%31.75%
17.25%

Color #90D390 in popluar number systems.

HEX90D390
Decimal144211144
Binary100100001101001110010000
Octal220323220

Shades and tints

Shades of #90D390

#90D390
(144,211,144)
#83C083
(131,192,131)
#76AD76
(118,173,118)
#699A69
(105,154,105)
#5C875C
(92,135,92)
#4F744F
(79,116,79)
#426142
(66,97,66)
#354E35
(53,78,53)
#283B28
(40,59,40)
#1B281B
(27,40,27)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #90D390

#90D390
(144,211,144)
#9AD79A
(154,215,154)
#A4DBA4
(164,219,164)
#AEDFAE
(174,223,174)
#B8E3B8
(184,227,184)
#C2E7C2
(194,231,194)
#CCEBCC
(204,235,204)
#D6EFD6
(214,239,214)
#E0F3E0
(224,243,224)
#EAF7EA
(234,247,234)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90D390; }

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

This text font color is #90D390.


Background Color

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

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

This div background color is #90D390.


Border color

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

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

This div border color is #90D390.


Opacity

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

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

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

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

This text has shadow with #90D390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D390 on black background.


Color preview on white background

This text has color #90D390 on white background.



Black color preview on #90D390 background

This text has black color on #90D390 background.


White color preview on #90D390 background

This text has white color on #90D390 background.