COLOR #99A009

HEX: #99A009
RGB: (153,160,9)

Color info

#99A009 contains mainly red and green colors. Web safe color of #99A009 is #999900 (or #990).

RGB color model

#99A009 color RGB value is (153,160,9).

  • red value is 153;
  • green value is 160;
  • blue value is 9.
RGB:
(153,160,9)
(60%,63%,4%)

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 9 of 255 = 4%

153
160
9

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

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 9 = 322 (100%)
R 153 of 322 ~ 47.52%
G 160 of 322 ~ 49.69%
B 9 of 322 ~ 2.8%

%47.52
%49.69

CMYK color model

#99A009 color CMYK value is (4,0,94,37).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 94.38%
  • key color value is 37.25%
CMYK:
(4,0,94,37)
C4M0Y94K37 
(4%,0%,94%,37%)
(0.04/0.00/0.94/0.37)	

CMYK percentages

%4.38
%0
%94.38
%37.25

Codes

Color #99A009 in popluar color models

99A009
RGB1531609
HSL63°89.35%33.14%
HSB/HSV63°94.38%62.75%
CMYK4.38%0.00%94.38%
37.25%

Color #99A009 in popluar number systems.

HEX99A009
Decimal1531609
Binary10011001101000001001
Octal23124011

Shades and tints

Shades of #99A009

#99A009
(153,160,9)
#8C9209
(140,146,9)
#7F8409
(127,132,9)
#727609
(114,118,9)
#656809
(101,104,9)
#585A09
(88,90,9)
#4B4C09
(75,76,9)
#3E3E09
(62,62,9)
#313009
(49,48,9)
#242209
(36,34,9)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #99A009

#99A009
(153,160,9)
#A2A81F
(162,168,31)
#ABB035
(171,176,53)
#B4B84B
(180,184,75)
#BDC061
(189,192,97)
#C6C877
(198,200,119)
#CFD08D
(207,208,141)
#D8D8A3
(216,216,163)
#E1E0B9
(225,224,185)
#EAE8CF
(234,232,207)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A009 color. Also use rgb(153,160,9) instead hex code.

Text Font Color

.myTextColor { color: #99A009; }

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

This text font color is #99A009.


Background Color

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

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

This div background color is #99A009.


Border color

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

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

This div border color is #99A009.


Opacity

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

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

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

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

This text has shadow with #99A009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A009 on black background.


Color preview on white background

This text has color #99A009 on white background.



Black color preview on #99A009 background

This text has black color on #99A009 background.


White color preview on #99A009 background

This text has white color on #99A009 background.