COLOR #99A00A

HEX: #99A00A
RGB: (153,160,10)

Color info

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

RGB color model

#99A00A color RGB value is (153,160,10).

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

RGB channels and saturation

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

153
160
10

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

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 10 = 323 (100%)
R 153 of 323 ~ 47.37%
G 160 of 323 ~ 49.54%
B 10 of 323 ~ 3.1%

%47.37
%49.54

CMYK color model

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

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • 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
%93.75
%37.25

Codes

Color #99A00A in popluar color models

99A00A
RGB15316010
HSL63°88.24%33.33%
HSB/HSV63°93.75%62.75%
CMYK4.38%0.00%93.75%
37.25%

Color #99A00A in popluar number systems.

HEX99A00A
Decimal15316010
Binary10011001101000001010
Octal23124012

Shades and tints

Shades of #99A00A

#99A00A
(153,160,10)
#8C920A
(140,146,10)
#7F840A
(127,132,10)
#72760A
(114,118,10)
#65680A
(101,104,10)
#585A0A
(88,90,10)
#4B4C0A
(75,76,10)
#3E3E0A
(62,62,10)
#31300A
(49,48,10)
#24220A
(36,34,10)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #99A00A

#99A00A
(153,160,10)
#A2A820
(162,168,32)
#ABB036
(171,176,54)
#B4B84C
(180,184,76)
#BDC062
(189,192,98)
#C6C878
(198,200,120)
#CFD08E
(207,208,142)
#D8D8A4
(216,216,164)
#E1E0BA
(225,224,186)
#EAE8D0
(234,232,208)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A00A; }

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

This text font color is #99A00A.


Background Color

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

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

This div background color is #99A00A.


Border color

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

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

This div border color is #99A00A.


Opacity

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

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

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

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

This text has shadow with #99A00A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A00A on black background.


Color preview on white background

This text has color #99A00A on white background.



Black color preview on #99A00A background

This text has black color on #99A00A background.


White color preview on #99A00A background

This text has white color on #99A00A background.