COLOR #90B57F

HEX: #90B57F
RGB: (144,181,127)

Color info

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

RGB color model

#90B57F color RGB value is (144,181,127).

  • red value is 144;
  • green value is 181;
  • blue value is 127.
RGB:
(144,181,127)
(56%,71%,50%)

RGB channels and saturation

R 144 of 255 = 56%
G 181 of 255 = 71%
B 127 of 255 = 50%

144
181
127

R + G + B ~ 59%. #90B57F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 181 + 127 = 452 (100%)
R 144 of 452 ~ 31.86%
G 181 of 452 ~ 40.04%
B 127 of 452 ~ 28.1%

%31.86
%40.04
%28.1

CMYK color model

#90B57F color CMYK value is (20,0,30,29).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(20,0,30,29)
C20M0Y30K29 
(20%,0%,30%,29%)
(0.20/0.00/0.30/0.29)	

CMYK percentages

%20.44
%0
%29.83
%29.02

Codes

Color #90B57F in popluar color models

90B57F
RGB144181127
HSL101°26.73%60.39%
HSB/HSV101°29.83%70.98%
CMYK20.44%0.00%29.83%
29.02%

Color #90B57F in popluar number systems.

HEX90B57F
Decimal144181127
Binary10010000101101011111111
Octal220265177

Shades and tints

Shades of #90B57F

#90B57F
(144,181,127)
#83A574
(131,165,116)
#769569
(118,149,105)
#69855E
(105,133,94)
#5C7553
(92,117,83)
#4F6548
(79,101,72)
#42553D
(66,85,61)
#354532
(53,69,50)
#283527
(40,53,39)
#1B251C
(27,37,28)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90B57F

#90B57F
(144,181,127)
#9ABB8A
(154,187,138)
#A4C195
(164,193,149)
#AEC7A0
(174,199,160)
#B8CDAB
(184,205,171)
#C2D3B6
(194,211,182)
#CCD9C1
(204,217,193)
#D6DFCC
(214,223,204)
#E0E5D7
(224,229,215)
#EAEBE2
(234,235,226)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B57F; }

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

This text font color is #90B57F.


Background Color

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

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

This div background color is #90B57F.


Border color

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

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

This div border color is #90B57F.


Opacity

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

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

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

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

This text has shadow with #90B57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B57F on black background.


Color preview on white background

This text has color #90B57F on white background.



Black color preview on #90B57F background

This text has black color on #90B57F background.


White color preview on #90B57F background

This text has white color on #90B57F background.