COLOR #99AE71

HEX: #99AE71 RGB: (153,174,113)

Color info

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

RGB color model

#99AE71 color RGB value is (153,174,113).

RGB: (153,174,113) (60%, 68%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 113 of 255 = 44%

153
174
113

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

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 113 = 440 (100%)
R 153 of 440 ~ 34.77%
G 174 of 440 ~ 39.55%
B 113 of 440 ~ 25.68'%

%34.77
%39.55
%25.68

CMYK color model

#99AE71 color CMYK value is (12,0,35,32).

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

CMYK: (12,0,35,32)
C12M0Y35K32 (12%, 0%, 35%, 32%)
(0.12 / 0.00 / 0.35 / 0.32)

CMYK percentages

%12.07
%0
%35.06
%31.76

Codes

Color #99AE71 in popluar color models

99 AE 71
RGB 153 174 113
HSL 81° 27.35% 56.27%
HSB/HSV 81° 35.06% 68.24%
CMYK 12.07% 0.00% 35.06%
31.76%

Color #99AE71 in popluar number systems.

HEX 99 AE 71
Decimal 153 174 113
Binary 10011001 10101110 1110001
Octal 231 256 161

Shades and tints

Shades of #99AE71

#99AE71
(153,174,113)
#8C9F67
(140,159,103)
#7F905D
(127,144,93)
#728153
(114,129,83)
#657249
(101,114,73)
#58633F
(88,99,63)
#4B5435
(75,84,53)
#3E452B
(62,69,43)
#313621
(49,54,33)
#242717
(36,39,23)
#17180D
(23,24,13)
#000000
(0,0,0)

Tints of #99AE71

#99AE71
(153,174,113)
#A2B57D
(162,181,125)
#ABBC89
(171,188,137)
#B4C395
(180,195,149)
#BDCAA1
(189,202,161)
#C6D1AD
(198,209,173)
#CFD8B9
(207,216,185)
#D8DFC5
(216,223,197)
#E1E6D1
(225,230,209)
#EAEDDD
(234,237,221)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AE71; }

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

This text font color is #99AE71.

Background Color

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

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

This div background color is #99AE71.

Border color

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

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

This div border color is #99AE71.

Opacity

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

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

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

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

This text has shadow with #99AE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AE71.

Preview

Color preview on black background

This text has color #99AE71 on black background.


Color preview on white background

This text has color #99AE71 on white background.


Black color preview on #99AE71 background

This text has black color on #99AE71 background.


White color preview on #99AE71 background

This text has white color on #99AE71 background.


Related colors

Complementary color

Complementary color for #hex is #66518E.


I love getcolorcode.com

Triadic colors

1 #7199AE and #AE7199 with #99AE71 are triadic colors.

2 #71AE99 and #AE9971 with #99AE71 are triadic colors.