COLOR #90BE90

HEX: #90BE90
RGB: (144,190,144)

Color info

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

RGB color model

#90BE90 color RGB value is (144,190,144).

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

RGB channels and saturation

R 144 of 255 = 56%
G 190 of 255 = 75%
B 144 of 255 = 56%

144
190
144

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

Portions of RGB colors in percentages

R + G + B =
144 + 190 + 144 = 478 (100%)
R 144 of 478 ~ 30.13%
G 190 of 478 ~ 39.75%
B 144 of 478 ~ 30.13%

%30.13
%39.75
%30.13

CMYK color model

#90BE90 color CMYK value is (24,0,24,25).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(24,0,24,25)
C24M0Y24K25 
(24%,0%,24%,25%)
(0.24/0.00/0.24/0.25)	

CMYK percentages

%24.21
%0
%24.21
%25.49

Codes

Color #90BE90 in popluar color models

90BE90
RGB144190144
HSL120°26.14%65.49%
HSB/HSV120°24.21%74.51%
CMYK24.21%0.00%24.21%
25.49%

Color #90BE90 in popluar number systems.

HEX90BE90
Decimal144190144
Binary100100001011111010010000
Octal220276220

Shades and tints

Shades of #90BE90

#90BE90
(144,190,144)
#83AD83
(131,173,131)
#769C76
(118,156,118)
#698B69
(105,139,105)
#5C7A5C
(92,122,92)
#4F694F
(79,105,79)
#425842
(66,88,66)
#354735
(53,71,53)
#283628
(40,54,40)
#1B251B
(27,37,27)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #90BE90

#90BE90
(144,190,144)
#9AC39A
(154,195,154)
#A4C8A4
(164,200,164)
#AECDAE
(174,205,174)
#B8D2B8
(184,210,184)
#C2D7C2
(194,215,194)
#CCDCCC
(204,220,204)
#D6E1D6
(214,225,214)
#E0E6E0
(224,230,224)
#EAEBEA
(234,235,234)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BE90; }

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

This text font color is #90BE90.


Background Color

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

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

This div background color is #90BE90.


Border color

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

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

This div border color is #90BE90.


Opacity

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

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

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

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

This text has shadow with #90BE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BE90 on black background.


Color preview on white background

This text has color #90BE90 on white background.



Black color preview on #90BE90 background

This text has black color on #90BE90 background.


White color preview on #90BE90 background

This text has white color on #90BE90 background.