COLOR #99AF5E

HEX: #99AF5E RGB: (153,175,94)

Color info

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

RGB color model

#99AF5E color RGB value is (153,175,94).

RGB: (153,175,94) (60%, 69%, 37%)

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 94 of 255 = 37%

153
175
94

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

Portions of RGB colors in percentages

R + G + B = 153 + 175 + 94 = 422 (100%)
R 153 of 422 ~ 36.26%
G 175 of 422 ~ 41.47%
B 94 of 422 ~ 22.27'%

%36.26
%41.47
%22.27

CMYK color model

#99AF5E color CMYK value is (13,0,46,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 46.29%
  • key color value is 31.37%
CMYK: (13,0,46,31) C13M0Y46K31 (13%,0%,46%,31%) (0.13/0.00/0.46/0.31) 

CMYK percentages

%12.57
%0
%46.29
%31.37

Codes

Color #99AF5E in popluar color models

99 AF 5E
RGB 153 175 94
HSL 76° 33.61% 52.75%
HSB/HSV 76° 46.29% 68.63%
CMYK 12.57% 0.00% 46.29%
31.37%

Color #99AF5E in popluar number systems.

HEX 99 AF 5E
Decimal 153 175 94
Binary 10011001 10101111 1011110
Octal 231 257 136

Shades and tints

Shades of #99AF5E

#99AF5E
(153,175,94)
#8CA056
(140,160,86)
#7F914E
(127,145,78)
#728246
(114,130,70)
#65733E
(101,115,62)
#586436
(88,100,54)
#4B552E
(75,85,46)
#3E4626
(62,70,38)
#31371E
(49,55,30)
#242816
(36,40,22)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #99AF5E

#99AF5E
(153,175,94)
#A2B66C
(162,182,108)
#ABBD7A
(171,189,122)
#B4C488
(180,196,136)
#BDCB96
(189,203,150)
#C6D2A4
(198,210,164)
#CFD9B2
(207,217,178)
#D8E0C0
(216,224,192)
#E1E7CE
(225,231,206)
#EAEEDC
(234,238,220)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AF5E color. Also use rgb(153,175,94) instead hex code.

Text Font Color

.myTextColor { color: #99AF5E; }

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

This text font color is #99AF5E.

Background Color

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

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

This div background color is #99AF5E.

Border color

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

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

This div border color is #99AF5E.

Opacity

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

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

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

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

This text has shadow with #99AF5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AF5E.

Preview

Color preview on black background

This text has color #99AF5E on black background.


Color preview on white background

This text has color #99AF5E on white background.


Black color preview on #99AF5E background

This text has black color on #99AF5E background.


White color preview on #99AF5E background

This text has white color on #99AF5E background.


Related colors

Complementary color

Complementary color for #hex is #6650A1.


I love getcolorcode.com

Triadic colors

1 #5E99AF and #AF5E99 with #99AF5E are triadic colors.

2 #5EAF99 and #AF995E with #99AF5E are triadic colors.