COLOR #90BE84

HEX: #90BE84
RGB: (144,190,132)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

144
190
132

R + G + B ~ 61%. #90BE84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 190 + 132 = 466 (100%)
R 144 of 466 ~ 30.9%
G 190 of 466 ~ 40.77%
B 132 of 466 ~ 28.33%

%30.9
%40.77
%28.33

CMYK color model

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

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

CMYK percentages

%24.21
%0
%30.53
%25.49

Codes

Color #90BE84 in popluar color models

90BE84
RGB144190132
HSL108°30.85%63.14%
HSB/HSV108°30.53%74.51%
CMYK24.21%0.00%30.53%
25.49%

Color #90BE84 in popluar number systems.

HEX90BE84
Decimal144190132
Binary100100001011111010000100
Octal220276204

Shades and tints

Shades of #90BE84

#90BE84
(144,190,132)
#83AD78
(131,173,120)
#769C6C
(118,156,108)
#698B60
(105,139,96)
#5C7A54
(92,122,84)
#4F6948
(79,105,72)
#42583C
(66,88,60)
#354730
(53,71,48)
#283624
(40,54,36)
#1B2518
(27,37,24)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #90BE84

#90BE84
(144,190,132)
#9AC38F
(154,195,143)
#A4C89A
(164,200,154)
#AECDA5
(174,205,165)
#B8D2B0
(184,210,176)
#C2D7BB
(194,215,187)
#CCDCC6
(204,220,198)
#D6E1D1
(214,225,209)
#E0E6DC
(224,230,220)
#EAEBE7
(234,235,231)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BE84; }

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

This text font color is #90BE84.


Background Color

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

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

This div background color is #90BE84.


Border color

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

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

This div border color is #90BE84.


Opacity

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

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

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

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

This text has shadow with #90BE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BE84 on black background.


Color preview on white background

This text has color #90BE84 on white background.



Black color preview on #90BE84 background

This text has black color on #90BE84 background.


White color preview on #90BE84 background

This text has white color on #90BE84 background.