COLOR #90AC32

HEX: #90AC32
RGB: (144,172,50)

Color info

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

RGB color model

#90AC32 color RGB value is (144,172,50).

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

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 50 of 255 = 20%

144
172
50

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 50 = 366 (100%)
R 144 of 366 ~ 39.34%
G 172 of 366 ~ 46.99%
B 50 of 366 ~ 13.66%

%39.34
%46.99
%13.66

CMYK color model

#90AC32 color CMYK value is (16,0,71,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 32.55%
CMYK:
(16,0,71,33)
C16M0Y71K33 
(16%,0%,71%,33%)
(0.16/0.00/0.71/0.33)	

CMYK percentages

%16.28
%0
%70.93
%32.55

Codes

Color #90AC32 in popluar color models

90AC32
RGB14417250
HSL74°54.95%43.53%
HSB/HSV74°70.93%67.45%
CMYK16.28%0.00%70.93%
32.55%

Color #90AC32 in popluar number systems.

HEX90AC32
Decimal14417250
Binary1001000010101100110010
Octal22025462

Shades and tints

Shades of #90AC32

#90AC32
(144,172,50)
#839D2E
(131,157,46)
#768E2A
(118,142,42)
#697F26
(105,127,38)
#5C7022
(92,112,34)
#4F611E
(79,97,30)
#42521A
(66,82,26)
#354316
(53,67,22)
#283412
(40,52,18)
#1B250E
(27,37,14)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #90AC32

#90AC32
(144,172,50)
#9AB344
(154,179,68)
#A4BA56
(164,186,86)
#AEC168
(174,193,104)
#B8C87A
(184,200,122)
#C2CF8C
(194,207,140)
#CCD69E
(204,214,158)
#D6DDB0
(214,221,176)
#E0E4C2
(224,228,194)
#EAEBD4
(234,235,212)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC32; }

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

This text font color is #90AC32.


Background Color

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

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

This div background color is #90AC32.


Border color

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

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

This div border color is #90AC32.


Opacity

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

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

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

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

This text has shadow with #90AC32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AC32 on black background.


Color preview on white background

This text has color #90AC32 on white background.



Black color preview on #90AC32 background

This text has black color on #90AC32 background.


White color preview on #90AC32 background

This text has white color on #90AC32 background.