COLOR #99AE32

HEX: #99AE32 RGB: (153,174,50)

Color info

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

RGB color model

#99AE32 color RGB value is (153,174,50).

RGB: (153,174,50) (60%, 68%, 20%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 50 of 255 = 20%

153
174
50

R + G + B ~ 49%. #99AE32 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 50 = 377 (100%)
R 153 of 377 ~ 40.58%
G 174 of 377 ~ 46.15%
B 50 of 377 ~ 13.26'%

%40.58
%46.15
%13.26

CMYK color model

#99AE32 color CMYK value is (12,0,71,32).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 71.26%
  • key color value is 31.76%

CMYK: (12,0,71,32)
C12M0Y71K32 (12%, 0%, 71%, 32%)
(0.12 / 0.00 / 0.71 / 0.32)

CMYK percentages

%12.07
%0
%71.26
%31.76

Codes

Color #99AE32 in popluar color models

99 AE 32
RGB 153 174 50
HSL 70° 55.36% 43.92%
HSB/HSV 70° 71.26% 68.24%
CMYK 12.07% 0.00% 71.26%
31.76%

Color #99AE32 in popluar number systems.

HEX 99 AE 32
Decimal 153 174 50
Binary 10011001 10101110 110010
Octal 231 256 62

Shades and tints

Shades of #99AE32

#99AE32
(153,174,50)
#8C9F2E
(140,159,46)
#7F902A
(127,144,42)
#728126
(114,129,38)
#657222
(101,114,34)
#58631E
(88,99,30)
#4B541A
(75,84,26)
#3E4516
(62,69,22)
#313612
(49,54,18)
#24270E
(36,39,14)
#17180A
(23,24,10)
#000000
(0,0,0)

Tints of #99AE32

#99AE32
(153,174,50)
#A2B544
(162,181,68)
#ABBC56
(171,188,86)
#B4C368
(180,195,104)
#BDCA7A
(189,202,122)
#C6D18C
(198,209,140)
#CFD89E
(207,216,158)
#D8DFB0
(216,223,176)
#E1E6C2
(225,230,194)
#EAEDD4
(234,237,212)
#F3F4E6
(243,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AE32 color. Also use rgb(153,174,50) instead hex code.

Text Font Color

.myTextColor { color: #99AE32; }

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

This text font color is #99AE32.

Background Color

.myBgColor { background-color: #99AE32; }

<div style="background-color:#99AE32">Inner text</div>

This div background color is #99AE32.

Border color

.myBorderColor { border: 1px solid #99AE32; }

<div style="border:3px solid #99AE32">Div</div>

This div border color is #99AE32.

Opacity

.myOpacity80 { color: #99AE32; opacity: 0.8; }

<p style="color:#99AE32;opacity:0.8;">80%</p>

Text with #99AE32 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 #99AE32;}

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

This text has shadow with #99AE32 color.


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

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

This text has shadow with #99AE32 primary color and red secondary color.


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

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

This text has shadow with #99AE32 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99AE32.

Preview

Color preview on black background

This text has color #99AE32 on black background.


Color preview on white background

This text has color #99AE32 on white background.


Black color preview on #99AE32 background

This text has black color on #99AE32 background.


White color preview on #99AE32 background

This text has white color on #99AE32 background.


Related colors

Complementary color

Complementary color for #hex is #6651CD.


I love getcolorcode.com

Triadic colors

1 #3299AE and #AE3299 with #99AE32 are triadic colors.

2 #32AE99 and #AE9932 with #99AE32 are triadic colors.