COLOR #90AC0F

HEX: #90AC0F
RGB: (144,172,15)

Color info

#90AC0F contains mainly red and green colors. Web safe color of #90AC0F is #999900 (or #990).

RGB color model

#90AC0F color RGB value is (144,172,15).

  • red value is 144;
  • green value is 172;
  • blue value is 15.
RGB:
(144,172,15)
(56%,67%,6%)

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 15 of 255 = 6%

144
172
15

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 15 = 331 (100%)
R 144 of 331 ~ 43.5%
G 172 of 331 ~ 51.96%
B 15 of 331 ~ 4.53%

%43.5
%51.96

CMYK color model

#90AC0F color CMYK value is (16,0,91,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 91.28%
  • key color value is 32.55%
CMYK:
(16,0,91,33)
C16M0Y91K33 
(16%,0%,91%,33%)
(0.16/0.00/0.91/0.33)	

CMYK percentages

%16.28
%0
%91.28
%32.55

Codes

Color #90AC0F in popluar color models

90AC0F
RGB14417215
HSL71°83.96%36.67%
HSB/HSV71°91.28%67.45%
CMYK16.28%0.00%91.28%
32.55%

Color #90AC0F in popluar number systems.

HEX90AC0F
Decimal14417215
Binary10010000101011001111
Octal22025417

Shades and tints

Shades of #90AC0F

#90AC0F
(144,172,15)
#839D0E
(131,157,14)
#768E0D
(118,142,13)
#697F0C
(105,127,12)
#5C700B
(92,112,11)
#4F610A
(79,97,10)
#425209
(66,82,9)
#354308
(53,67,8)
#283407
(40,52,7)
#1B2506
(27,37,6)
#0E1605
(14,22,5)
#000000
(0,0,0)

Tints of #90AC0F

#90AC0F
(144,172,15)
#9AB324
(154,179,36)
#A4BA39
(164,186,57)
#AEC14E
(174,193,78)
#B8C863
(184,200,99)
#C2CF78
(194,207,120)
#CCD68D
(204,214,141)
#D6DDA2
(214,221,162)
#E0E4B7
(224,228,183)
#EAEBCC
(234,235,204)
#F4F2E1
(244,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC0F; }

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

This text font color is #90AC0F.


Background Color

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

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

This div background color is #90AC0F.


Border color

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

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

This div border color is #90AC0F.


Opacity

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

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

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

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

This text has shadow with #90AC0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AC0F on black background.


Color preview on white background

This text has color #90AC0F on white background.



Black color preview on #90AC0F background

This text has black color on #90AC0F background.


White color preview on #90AC0F background

This text has white color on #90AC0F background.