COLOR #99A728

HEX: #99A728
RGB: (153,167,40)

Color info

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

RGB color model

#99A728 color RGB value is (153,167,40).

  • red value is 153;
  • green value is 167;
  • blue value is 40.
RGB:
(153,167,40)
(60%,65%,16%)

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 40 of 255 = 16%

153
167
40

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

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 40 = 360 (100%)
R 153 of 360 ~ 42.5%
G 167 of 360 ~ 46.39%
B 40 of 360 ~ 11.11%

%42.5
%46.39
%11.11

CMYK color model

#99A728 color CMYK value is (8,0,76,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 76.05%
  • key color value is 34.51%
CMYK:
(8,0,76,35)
C8M0Y76K35 
(8%,0%,76%,35%)
(0.08/0.00/0.76/0.35)	

CMYK percentages

%8.38
%0
%76.05
%34.51

Codes

Color #99A728 in popluar color models

99A728
RGB15316740
HSL67°61.35%40.59%
HSB/HSV67°76.05%65.49%
CMYK8.38%0.00%76.05%
34.51%

Color #99A728 in popluar number systems.

HEX99A728
Decimal15316740
Binary1001100110100111101000
Octal23124750

Shades and tints

Shades of #99A728

#99A728
(153,167,40)
#8C9825
(140,152,37)
#7F8922
(127,137,34)
#727A1F
(114,122,31)
#656B1C
(101,107,28)
#585C19
(88,92,25)
#4B4D16
(75,77,22)
#3E3E13
(62,62,19)
#312F10
(49,47,16)
#24200D
(36,32,13)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #99A728

#99A728
(153,167,40)
#A2AF3B
(162,175,59)
#ABB74E
(171,183,78)
#B4BF61
(180,191,97)
#BDC774
(189,199,116)
#C6CF87
(198,207,135)
#CFD79A
(207,215,154)
#D8DFAD
(216,223,173)
#E1E7C0
(225,231,192)
#EAEFD3
(234,239,211)
#F3F7E6
(243,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A728 color. Also use rgb(153,167,40) instead hex code.

Text Font Color

.myTextColor { color: #99A728; }

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

This text font color is #99A728.


Background Color

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

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

This div background color is #99A728.


Border color

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

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

This div border color is #99A728.


Opacity

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

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

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

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

This text has shadow with #99A728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A728 on black background.


Color preview on white background

This text has color #99A728 on white background.



Black color preview on #99A728 background

This text has black color on #99A728 background.


White color preview on #99A728 background

This text has white color on #99A728 background.