COLOR #90AC33

HEX: #90AC33 RGB: (144,172,51)

Color info

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

RGB color model

#90AC33 color RGB value is (144,172,51).

RGB: (144,172,51) (56%, 67%, 20%)

RGB channels and saturation

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

144
172
51

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

Portions of RGB colors in percentages

R + G + B = 144 + 172 + 51 = 367 (100%)
R 144 of 367 ~ 39.24%
G 172 of 367 ~ 46.87%
B 51 of 367 ~ 13.9'%

%39.24
%46.87
%13.9

CMYK color model

#90AC33 color CMYK value is (16,0,70,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 70.35%
  • key color value is 32.55%

CMYK: (16,0,70,33)
C16M0Y70K33 (16%, 0%, 70%, 33%)
(0.16 / 0.00 / 0.70 / 0.33)

CMYK percentages

%16.28
%0
%70.35
%32.55

Codes

Color #90AC33 in popluar color models

90 AC 33
RGB 144 172 51
HSL 74° 54.26% 43.73%
HSB/HSV 74° 70.35% 67.45%
CMYK 16.28% 0.00% 70.35%
32.55%

Color #90AC33 in popluar number systems.

HEX 90 AC 33
Decimal 144 172 51
Binary 10010000 10101100 110011
Octal 220 254 63

Shades and tints

Shades of #90AC33

#90AC33
(144,172,51)
#839D2F
(131,157,47)
#768E2B
(118,142,43)
#697F27
(105,127,39)
#5C7023
(92,112,35)
#4F611F
(79,97,31)
#42521B
(66,82,27)
#354317
(53,67,23)
#283413
(40,52,19)
#1B250F
(27,37,15)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #90AC33

#90AC33
(144,172,51)
#9AB345
(154,179,69)
#A4BA57
(164,186,87)
#AEC169
(174,193,105)
#B8C87B
(184,200,123)
#C2CF8D
(194,207,141)
#CCD69F
(204,214,159)
#D6DDB1
(214,221,177)
#E0E4C3
(224,228,195)
#EAEBD5
(234,235,213)
#F4F2E7
(244,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC33; }

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

This text font color is #90AC33.

Background Color

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

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

This div background color is #90AC33.

Border color

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

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

This div border color is #90AC33.

Opacity

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

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

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

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

This text has shadow with #90AC33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AC33.

Preview

Color preview on black background

This text has color #90AC33 on black background.


Color preview on white background

This text has color #90AC33 on white background.


Black color preview on #90AC33 background

This text has black color on #90AC33 background.


White color preview on #90AC33 background

This text has white color on #90AC33 background.


Related colors

Complementary color

Complementary color for #hex is #6F53CC.


I love getcolorcode.com

Triadic colors

1 #3390AC and #AC3390 with #90AC33 are triadic colors.

2 #33AC90 and #AC9033 with #90AC33 are triadic colors.