COLOR #99D872

HEX: #99D872
RGB: (153,216,114)

Color info

#99D872 contains mainly green color. Web safe color of #99D872 is #99CC66 (or #9C6).

RGB color model

#99D872 color RGB value is (153,216,114).

  • red value is 153;
  • green value is 216;
  • blue value is 114.
RGB:
(153,216,114)
(60%,85%,45%)

RGB channels and saturation

R 153 of 255 = 60%
G 216 of 255 = 85%
B 114 of 255 = 45%

153
216
114

R + G + B ~ 63%. #99D872 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 216 + 114 = 483 (100%)
R 153 of 483 ~ 31.68%
G 216 of 483 ~ 44.72%
B 114 of 483 ~ 23.6%

%31.68
%44.72
%23.6

CMYK color model

#99D872 color CMYK value is (29,0,47,15).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 15.29%
CMYK:
(29,0,47,15)
C29M0Y47K15 
(29%,0%,47%,15%)
(0.29/0.00/0.47/0.15)	

CMYK percentages

%29.17
%0
%47.22
%15.29

Codes

Color #99D872 in popluar color models

99D872
RGB153216114
HSL97°56.67%64.71%
HSB/HSV97°47.22%84.71%
CMYK29.17%0.00%47.22%
15.29%

Color #99D872 in popluar number systems.

HEX99D872
Decimal153216114
Binary10011001110110001110010
Octal231330162

Shades and tints

Shades of #99D872

#99D872
(153,216,114)
#8CC568
(140,197,104)
#7FB25E
(127,178,94)
#729F54
(114,159,84)
#658C4A
(101,140,74)
#587940
(88,121,64)
#4B6636
(75,102,54)
#3E532C
(62,83,44)
#314022
(49,64,34)
#242D18
(36,45,24)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #99D872

#99D872
(153,216,114)
#A2DB7E
(162,219,126)
#ABDE8A
(171,222,138)
#B4E196
(180,225,150)
#BDE4A2
(189,228,162)
#C6E7AE
(198,231,174)
#CFEABA
(207,234,186)
#D8EDC6
(216,237,198)
#E1F0D2
(225,240,210)
#EAF3DE
(234,243,222)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D872 color. Also use rgb(153,216,114) instead hex code.

Text Font Color

.myTextColor { color: #99D872; }

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

This text font color is #99D872.


Background Color

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

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

This div background color is #99D872.


Border color

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

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

This div border color is #99D872.


Opacity

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

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

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

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

This text has shadow with #99D872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D872 on black background.


Color preview on white background

This text has color #99D872 on white background.



Black color preview on #99D872 background

This text has black color on #99D872 background.


White color preview on #99D872 background

This text has white color on #99D872 background.