COLOR #90AB4E

HEX: #90AB4E
RGB: (144,171,78)

Color info

#90AB4E contains mainly red and green colors. Web safe color of #90AB4E is #999966 (or #996).

RGB color model

#90AB4E color RGB value is (144,171,78).

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

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 78 of 255 = 31%

144
171
78

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

Portions of RGB colors in percentages

R + G + B =
144 + 171 + 78 = 393 (100%)
R 144 of 393 ~ 36.64%
G 171 of 393 ~ 43.51%
B 78 of 393 ~ 19.85%

%36.64
%43.51
%19.85

CMYK color model

#90AB4E color CMYK value is (16,0,54,33).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 54.39%
  • key color value is 32.94%
CMYK:
(16,0,54,33)
C16M0Y54K33 
(16%,0%,54%,33%)
(0.16/0.00/0.54/0.33)	

CMYK percentages

%15.79
%0
%54.39
%32.94

Codes

Color #90AB4E in popluar color models

90AB4E
RGB14417178
HSL77°37.35%48.82%
HSB/HSV77°54.39%67.06%
CMYK15.79%0.00%54.39%
32.94%

Color #90AB4E in popluar number systems.

HEX90AB4E
Decimal14417178
Binary10010000101010111001110
Octal220253116

Shades and tints

Shades of #90AB4E

#90AB4E
(144,171,78)
#839C47
(131,156,71)
#768D40
(118,141,64)
#697E39
(105,126,57)
#5C6F32
(92,111,50)
#4F602B
(79,96,43)
#425124
(66,81,36)
#35421D
(53,66,29)
#283316
(40,51,22)
#1B240F
(27,36,15)
#0E1508
(14,21,8)
#000000
(0,0,0)

Tints of #90AB4E

#90AB4E
(144,171,78)
#9AB25E
(154,178,94)
#A4B96E
(164,185,110)
#AEC07E
(174,192,126)
#B8C78E
(184,199,142)
#C2CE9E
(194,206,158)
#CCD5AE
(204,213,174)
#D6DCBE
(214,220,190)
#E0E3CE
(224,227,206)
#EAEADE
(234,234,222)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AB4E; }

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

This text font color is #90AB4E.


Background Color

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

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

This div background color is #90AB4E.


Border color

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

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

This div border color is #90AB4E.


Opacity

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

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

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

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

This text has shadow with #90AB4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AB4E on black background.


Color preview on white background

This text has color #90AB4E on white background.



Black color preview on #90AB4E background

This text has black color on #90AB4E background.


White color preview on #90AB4E background

This text has white color on #90AB4E background.