COLOR #90AB5A

HEX: #90AB5A
RGB: (144,171,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 90 of 255 = 35%

144
171
90

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

Portions of RGB colors in percentages

R + G + B =
144 + 171 + 90 = 405 (100%)
R 144 of 405 ~ 35.56%
G 171 of 405 ~ 42.22%
B 90 of 405 ~ 22.22%

%35.56
%42.22
%22.22

CMYK color model

#90AB5A color CMYK value is (16,0,47,33).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 32.94%
CMYK:
(16,0,47,33)
C16M0Y47K33 
(16%,0%,47%,33%)
(0.16/0.00/0.47/0.33)	

CMYK percentages

%15.79
%0
%47.37
%32.94

Codes

Color #90AB5A in popluar color models

90AB5A
RGB14417190
HSL80°32.53%51.18%
HSB/HSV80°47.37%67.06%
CMYK15.79%0.00%47.37%
32.94%

Color #90AB5A in popluar number systems.

HEX90AB5A
Decimal14417190
Binary10010000101010111011010
Octal220253132

Shades and tints

Shades of #90AB5A

#90AB5A
(144,171,90)
#839C52
(131,156,82)
#768D4A
(118,141,74)
#697E42
(105,126,66)
#5C6F3A
(92,111,58)
#4F6032
(79,96,50)
#42512A
(66,81,42)
#354222
(53,66,34)
#28331A
(40,51,26)
#1B2412
(27,36,18)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #90AB5A

#90AB5A
(144,171,90)
#9AB269
(154,178,105)
#A4B978
(164,185,120)
#AEC087
(174,192,135)
#B8C796
(184,199,150)
#C2CEA5
(194,206,165)
#CCD5B4
(204,213,180)
#D6DCC3
(214,220,195)
#E0E3D2
(224,227,210)
#EAEAE1
(234,234,225)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AB5A; }

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

This text font color is #90AB5A.


Background Color

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

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

This div background color is #90AB5A.


Border color

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

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

This div border color is #90AB5A.


Opacity

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

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

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

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

This text has shadow with #90AB5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AB5A on black background.


Color preview on white background

This text has color #90AB5A on white background.



Black color preview on #90AB5A background

This text has black color on #90AB5A background.


White color preview on #90AB5A background

This text has white color on #90AB5A background.