COLOR #99D812

HEX: #99D812
RGB: (153,216,18)

Color info

#99D812 contains mainly green color. Web safe color of #99D812 is #99CC00 (or #9C0).

RGB color model

#99D812 color RGB value is (153,216,18).

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

RGB channels and saturation

R 153 of 255 = 60%
G 216 of 255 = 85%
B 18 of 255 = 7%

153
216
18

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

Portions of RGB colors in percentages

R + G + B =
153 + 216 + 18 = 387 (100%)
R 153 of 387 ~ 39.53%
G 216 of 387 ~ 55.81%
B 18 of 387 ~ 4.65%

%39.53
%55.81

CMYK color model

#99D812 color CMYK value is (29,0,92,15).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 15.29%
CMYK:
(29,0,92,15)
C29M0Y92K15 
(29%,0%,92%,15%)
(0.29/0.00/0.92/0.15)	

CMYK percentages

%29.17
%0
%91.67
%15.29

Codes

Color #99D812 in popluar color models

99D812
RGB15321618
HSL79°84.62%45.88%
HSB/HSV79°91.67%84.71%
CMYK29.17%0.00%91.67%
15.29%

Color #99D812 in popluar number systems.

HEX99D812
Decimal15321618
Binary100110011101100010010
Octal23133022

Shades and tints

Shades of #99D812

#99D812
(153,216,18)
#8CC511
(140,197,17)
#7FB210
(127,178,16)
#729F0F
(114,159,15)
#658C0E
(101,140,14)
#58790D
(88,121,13)
#4B660C
(75,102,12)
#3E530B
(62,83,11)
#31400A
(49,64,10)
#242D09
(36,45,9)
#171A08
(23,26,8)
#000000
(0,0,0)

Tints of #99D812

#99D812
(153,216,18)
#A2DB27
(162,219,39)
#ABDE3C
(171,222,60)
#B4E151
(180,225,81)
#BDE466
(189,228,102)
#C6E77B
(198,231,123)
#CFEA90
(207,234,144)
#D8EDA5
(216,237,165)
#E1F0BA
(225,240,186)
#EAF3CF
(234,243,207)
#F3F6E4
(243,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D812; }

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

This text font color is #99D812.


Background Color

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

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

This div background color is #99D812.


Border color

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

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

This div border color is #99D812.


Opacity

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

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

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

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

This text has shadow with #99D812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D812 on black background.


Color preview on white background

This text has color #99D812 on white background.



Black color preview on #99D812 background

This text has black color on #99D812 background.


White color preview on #99D812 background

This text has white color on #99D812 background.