COLOR #99AD62

HEX: #99AD62 RGB: (153,173,98)

Color info

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

RGB color model

#99AD62 color RGB value is (153,173,98).

RGB: (153,173,98) (60%, 68%, 38%)

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 98 of 255 = 38%

153
173
98

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

Portions of RGB colors in percentages

R + G + B = 153 + 173 + 98 = 424 (100%)
R 153 of 424 ~ 36.08%
G 173 of 424 ~ 40.8%
B 98 of 424 ~ 23.11'%

%36.08
%40.8
%23.11

CMYK color model

#99AD62 color CMYK value is (12,0,43,32).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 43.35%
  • key color value is 32.16%

CMYK: (12,0,43,32)
C12M0Y43K32 (12%, 0%, 43%, 32%)
(0.12 / 0.00 / 0.43 / 0.32)

CMYK percentages

%11.56
%0
%43.35
%32.16

Codes

Color #99AD62 in popluar color models

99 AD 62
RGB 153 173 98
HSL 76° 31.38% 53.14%
HSB/HSV 76° 43.35% 67.84%
CMYK 11.56% 0.00% 43.35%
32.16%

Color #99AD62 in popluar number systems.

HEX 99 AD 62
Decimal 153 173 98
Binary 10011001 10101101 1100010
Octal 231 255 142

Shades and tints

Shades of #99AD62

#99AD62
(153,173,98)
#8C9E5A
(140,158,90)
#7F8F52
(127,143,82)
#72804A
(114,128,74)
#657142
(101,113,66)
#58623A
(88,98,58)
#4B5332
(75,83,50)
#3E442A
(62,68,42)
#313522
(49,53,34)
#24261A
(36,38,26)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #99AD62

#99AD62
(153,173,98)
#A2B470
(162,180,112)
#ABBB7E
(171,187,126)
#B4C28C
(180,194,140)
#BDC99A
(189,201,154)
#C6D0A8
(198,208,168)
#CFD7B6
(207,215,182)
#D8DEC4
(216,222,196)
#E1E5D2
(225,229,210)
#EAECE0
(234,236,224)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AD62 color. Also use rgb(153,173,98) instead hex code.

Text Font Color

.myTextColor { color: #99AD62; }

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

This text font color is #99AD62.

Background Color

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

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

This div background color is #99AD62.

Border color

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

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

This div border color is #99AD62.

Opacity

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

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

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

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

This text has shadow with #99AD62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AD62.

Preview

Color preview on black background

This text has color #99AD62 on black background.


Color preview on white background

This text has color #99AD62 on white background.


Black color preview on #99AD62 background

This text has black color on #99AD62 background.


White color preview on #99AD62 background

This text has white color on #99AD62 background.


Related colors

Complementary color

Complementary color for #hex is #66529D.


I love getcolorcode.com

Triadic colors

1 #6299AD and #AD6299 with #99AD62 are triadic colors.

2 #62AD99 and #AD9962 with #99AD62 are triadic colors.