COLOR #99D966

HEX: #99D966 RGB: (153,217,102)

Color info

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

RGB color model

#99D966 color RGB value is (153,217,102).

RGB: (153,217,102) (60%, 85%, 40%)

RGB channels and saturation

R 153 of 255 = 60%
G 217 of 255 = 85%
B 102 of 255 = 40%

153
217
102

R + G + B ~ 62%. #99D966 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 217 + 102 = 472 (100%)
R 153 of 472 ~ 32.42%
G 217 of 472 ~ 45.97%
B 102 of 472 ~ 21.61'%

%32.42
%45.97
%21.61

CMYK color model

#99D966 color CMYK value is (29,0,53,15).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 53.00%
  • key color value is 14.90%

CMYK: (29,0,53,15)
C29M0Y53K15 (29%, 0%, 53%, 15%)
(0.29 / 0.00 / 0.53 / 0.15)

CMYK percentages

%29.49
%0
%53
%14.9

Codes

Color #99D966 in popluar color models

99 D9 66
RGB 153 217 102
HSL 93° 60.21% 62.55%
HSB/HSV 93° 53.00% 85.10%
CMYK 29.49% 0.00% 53.00%
14.90%

Color #99D966 in popluar number systems.

HEX 99 D9 66
Decimal 153 217 102
Binary 10011001 11011001 1100110
Octal 231 331 146

Shades and tints

Shades of #99D966

#99D966
(153,217,102)
#8CC65D
(140,198,93)
#7FB354
(127,179,84)
#72A04B
(114,160,75)
#658D42
(101,141,66)
#587A39
(88,122,57)
#4B6730
(75,103,48)
#3E5427
(62,84,39)
#31411E
(49,65,30)
#242E15
(36,46,21)
#171B0C
(23,27,12)
#000000
(0,0,0)

Tints of #99D966

#99D966
(153,217,102)
#A2DC73
(162,220,115)
#ABDF80
(171,223,128)
#B4E28D
(180,226,141)
#BDE59A
(189,229,154)
#C6E8A7
(198,232,167)
#CFEBB4
(207,235,180)
#D8EEC1
(216,238,193)
#E1F1CE
(225,241,206)
#EAF4DB
(234,244,219)
#F3F7E8
(243,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D966 color. Also use rgb(153,217,102) instead hex code.

Text Font Color

.myTextColor { color: #99D966; }

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

This text font color is #99D966.

Background Color

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

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

This div background color is #99D966.

Border color

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

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

This div border color is #99D966.

Opacity

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

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

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

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

This text has shadow with #99D966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D966.

Preview

Color preview on black background

This text has color #99D966 on black background.


Color preview on white background

This text has color #99D966 on white background.


Black color preview on #99D966 background

This text has black color on #99D966 background.


White color preview on #99D966 background

This text has white color on #99D966 background.


Related colors

Complementary color

Complementary color for #hex is #662699.


I love getcolorcode.com

Triadic colors

1 #6699D9 and #D96699 with #99D966 are triadic colors.

2 #66D999 and #D99966 with #99D966 are triadic colors.