COLOR #90AF20

HEX: #90AF20
RGB: (144,175,32)

Color info

#90AF20 contains mainly red and green colors. Web safe color of #90AF20 is #999933 (or #993).

RGB color model

#90AF20 color RGB value is (144,175,32).

  • red value is 144;
  • green value is 175;
  • blue value is 32.
RGB:
(144,175,32)
(56%,69%,13%)

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 32 of 255 = 13%

144
175
32

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

Portions of RGB colors in percentages

R + G + B =
144 + 175 + 32 = 351 (100%)
R 144 of 351 ~ 41.03%
G 175 of 351 ~ 49.86%
B 32 of 351 ~ 9.12%

%41.03
%49.86

CMYK color model

#90AF20 color CMYK value is (18,0,82,31).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 81.71%
  • key color value is 31.37%
CMYK:
(18,0,82,31)
C18M0Y82K31 
(18%,0%,82%,31%)
(0.18/0.00/0.82/0.31)	

CMYK percentages

%17.71
%0
%81.71
%31.37

Codes

Color #90AF20 in popluar color models

90AF20
RGB14417532
HSL73°69.08%40.59%
HSB/HSV73°81.71%68.63%
CMYK17.71%0.00%81.71%
31.37%

Color #90AF20 in popluar number systems.

HEX90AF20
Decimal14417532
Binary1001000010101111100000
Octal22025740

Shades and tints

Shades of #90AF20

#90AF20
(144,175,32)
#83A01E
(131,160,30)
#76911C
(118,145,28)
#69821A
(105,130,26)
#5C7318
(92,115,24)
#4F6416
(79,100,22)
#425514
(66,85,20)
#354612
(53,70,18)
#283710
(40,55,16)
#1B280E
(27,40,14)
#0E190C
(14,25,12)
#000000
(0,0,0)

Tints of #90AF20

#90AF20
(144,175,32)
#9AB634
(154,182,52)
#A4BD48
(164,189,72)
#AEC45C
(174,196,92)
#B8CB70
(184,203,112)
#C2D284
(194,210,132)
#CCD998
(204,217,152)
#D6E0AC
(214,224,172)
#E0E7C0
(224,231,192)
#EAEED4
(234,238,212)
#F4F5E8
(244,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AF20; }

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

This text font color is #90AF20.


Background Color

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

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

This div background color is #90AF20.


Border color

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

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

This div border color is #90AF20.


Opacity

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

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

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

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

This text has shadow with #90AF20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AF20 on black background.


Color preview on white background

This text has color #90AF20 on white background.



Black color preview on #90AF20 background

This text has black color on #90AF20 background.


White color preview on #90AF20 background

This text has white color on #90AF20 background.