COLOR #99A424

HEX: #99A424
RGB: (153,164,36)

Color info

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

RGB color model

#99A424 color RGB value is (153,164,36).

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

RGB channels and saturation

R 153 of 255 = 60%
G 164 of 255 = 64%
B 36 of 255 = 14%

153
164
36

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

Portions of RGB colors in percentages

R + G + B =
153 + 164 + 36 = 353 (100%)
R 153 of 353 ~ 43.34%
G 164 of 353 ~ 46.46%
B 36 of 353 ~ 10.2%

%43.34
%46.46
%10.2

CMYK color model

#99A424 color CMYK value is (7,0,78,36).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 35.69%
CMYK:
(7,0,78,36)
C7M0Y78K36 
(7%,0%,78%,36%)
(0.07/0.00/0.78/0.36)	

CMYK percentages

%6.71
%0
%78.05
%35.69

Codes

Color #99A424 in popluar color models

99A424
RGB15316436
HSL65°64.00%39.22%
HSB/HSV65°78.05%64.31%
CMYK6.71%0.00%78.05%
35.69%

Color #99A424 in popluar number systems.

HEX99A424
Decimal15316436
Binary1001100110100100100100
Octal23124444

Shades and tints

Shades of #99A424

#99A424
(153,164,36)
#8C9621
(140,150,33)
#7F881E
(127,136,30)
#727A1B
(114,122,27)
#656C18
(101,108,24)
#585E15
(88,94,21)
#4B5012
(75,80,18)
#3E420F
(62,66,15)
#31340C
(49,52,12)
#242609
(36,38,9)
#171806
(23,24,6)
#000000
(0,0,0)

Tints of #99A424

#99A424
(153,164,36)
#A2AC37
(162,172,55)
#ABB44A
(171,180,74)
#B4BC5D
(180,188,93)
#BDC470
(189,196,112)
#C6CC83
(198,204,131)
#CFD496
(207,212,150)
#D8DCA9
(216,220,169)
#E1E4BC
(225,228,188)
#EAECCF
(234,236,207)
#F3F4E2
(243,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A424; }

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

This text font color is #99A424.


Background Color

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

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

This div background color is #99A424.


Border color

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

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

This div border color is #99A424.


Opacity

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

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

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

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

This text has shadow with #99A424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A424 on black background.


Color preview on white background

This text has color #99A424 on white background.



Black color preview on #99A424 background

This text has black color on #99A424 background.


White color preview on #99A424 background

This text has white color on #99A424 background.