COLOR #99AE55

HEX: #99AE55 RGB: (153,174,85)

Color info

#99AE55 contains mainly red and green colors. Web safe color of #99AE55 is #999966 (or #996).

RGB color model

#99AE55 color RGB value is (153,174,85).

RGB: (153,174,85) (60%, 68%, 33%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 85 of 255 = 33%

153
174
85

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

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 85 = 412 (100%)
R 153 of 412 ~ 37.14%
G 174 of 412 ~ 42.23%
B 85 of 412 ~ 20.63'%

%37.14
%42.23
%20.63

CMYK color model

#99AE55 color CMYK value is (12,0,51,32).

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

CMYK: (12,0,51,32)
C12M0Y51K32 (12%, 0%, 51%, 32%)
(0.12 / 0.00 / 0.51 / 0.32)

CMYK percentages

%12.07
%0
%51.15
%31.76

Codes

Color #99AE55 in popluar color models

99 AE 55
RGB 153 174 85
HSL 74° 35.46% 50.78%
HSB/HSV 74° 51.15% 68.24%
CMYK 12.07% 0.00% 51.15%
31.76%

Color #99AE55 in popluar number systems.

HEX 99 AE 55
Decimal 153 174 85
Binary 10011001 10101110 1010101
Octal 231 256 125

Shades and tints

Shades of #99AE55

#99AE55
(153,174,85)
#8C9F4E
(140,159,78)
#7F9047
(127,144,71)
#728140
(114,129,64)
#657239
(101,114,57)
#586332
(88,99,50)
#4B542B
(75,84,43)
#3E4524
(62,69,36)
#31361D
(49,54,29)
#242716
(36,39,22)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #99AE55

#99AE55
(153,174,85)
#A2B564
(162,181,100)
#ABBC73
(171,188,115)
#B4C382
(180,195,130)
#BDCA91
(189,202,145)
#C6D1A0
(198,209,160)
#CFD8AF
(207,216,175)
#D8DFBE
(216,223,190)
#E1E6CD
(225,230,205)
#EAEDDC
(234,237,220)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AE55; }

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

This text font color is #99AE55.

Background Color

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

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

This div background color is #99AE55.

Border color

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

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

This div border color is #99AE55.

Opacity

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

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

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

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

This text has shadow with #99AE55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AE55.

Preview

Color preview on black background

This text has color #99AE55 on black background.


Color preview on white background

This text has color #99AE55 on white background.


Black color preview on #99AE55 background

This text has black color on #99AE55 background.


White color preview on #99AE55 background

This text has white color on #99AE55 background.


Related colors

Complementary color

Complementary color for #hex is #6651AA.


I love getcolorcode.com

Triadic colors

1 #5599AE and #AE5599 with #99AE55 are triadic colors.

2 #55AE99 and #AE9955 with #99AE55 are triadic colors.