COLOR #99A924

HEX: #99A924
RGB: (153,169,36)

Color info

#99A924 contains mainly red and green colors. Web safe color of #99A924 is #999933 (or #993).

RGB color model

#99A924 color RGB value is (153,169,36).

  • red value is 153;
  • green value is 169;
  • blue value is 36.
RGB:
(153,169,36)
(60%,66%,14%)

RGB channels and saturation

R 153 of 255 = 60%
G 169 of 255 = 66%
B 36 of 255 = 14%

153
169
36

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

Portions of RGB colors in percentages

R + G + B =
153 + 169 + 36 = 358 (100%)
R 153 of 358 ~ 42.74%
G 169 of 358 ~ 47.21%
B 36 of 358 ~ 10.06%

%42.74
%47.21
%10.06

CMYK color model

#99A924 color CMYK value is (9,0,79,34).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 78.70%
  • key color value is 33.73%
CMYK:
(9,0,79,34)
C9M0Y79K34 
(9%,0%,79%,34%)
(0.09/0.00/0.79/0.34)	

CMYK percentages

%9.47
%0
%78.7
%33.73

Codes

Color #99A924 in popluar color models

99A924
RGB15316936
HSL67°64.88%40.20%
HSB/HSV67°78.70%66.27%
CMYK9.47%0.00%78.70%
33.73%

Color #99A924 in popluar number systems.

HEX99A924
Decimal15316936
Binary1001100110101001100100
Octal23125144

Shades and tints

Shades of #99A924

#99A924
(153,169,36)
#8C9A21
(140,154,33)
#7F8B1E
(127,139,30)
#727C1B
(114,124,27)
#656D18
(101,109,24)
#585E15
(88,94,21)
#4B4F12
(75,79,18)
#3E400F
(62,64,15)
#31310C
(49,49,12)
#242209
(36,34,9)
#171306
(23,19,6)
#000000
(0,0,0)

Tints of #99A924

#99A924
(153,169,36)
#A2B037
(162,176,55)
#ABB74A
(171,183,74)
#B4BE5D
(180,190,93)
#BDC570
(189,197,112)
#C6CC83
(198,204,131)
#CFD396
(207,211,150)
#D8DAA9
(216,218,169)
#E1E1BC
(225,225,188)
#EAE8CF
(234,232,207)
#F3EFE2
(243,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A924 color. Also use rgb(153,169,36) instead hex code.

Text Font Color

.myTextColor { color: #99A924; }

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

This text font color is #99A924.


Background Color

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

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

This div background color is #99A924.


Border color

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

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

This div border color is #99A924.


Opacity

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

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

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

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

This text has shadow with #99A924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A924 on black background.


Color preview on white background

This text has color #99A924 on white background.



Black color preview on #99A924 background

This text has black color on #99A924 background.


White color preview on #99A924 background

This text has white color on #99A924 background.