COLOR #99D994

HEX: #99D994 RGB: (153,217,148)

Color info

#99D994 contains mainly green color. Web safe color of #99D994 is #99CC99 (or #9C9).

RGB color model

#99D994 color RGB value is (153,217,148).

RGB: (153,217,148) (60%, 85%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 217 of 255 = 85%
B 148 of 255 = 58%

153
217
148

R + G + B ~ 68%. #99D994 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 217 + 148 = 518 (100%)
R 153 of 518 ~ 29.54%
G 217 of 518 ~ 41.89%
B 148 of 518 ~ 28.57'%

%29.54
%41.89
%28.57

CMYK color model

#99D994 color CMYK value is (29,0,32,15).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 14.90%
CMYK: (29,0,32,15) C29M0Y32K15 (29%,0%,32%,15%) (0.29/0.00/0.32/0.15) 

CMYK percentages

%29.49
%0
%31.8
%14.9

Codes

Color #99D994 in popluar color models

99 D9 94
RGB 153 217 148
HSL 116° 47.59% 71.57%
HSB/HSV 116° 31.80% 85.10%
CMYK 29.49% 0.00% 31.80%
14.90%

Color #99D994 in popluar number systems.

HEX 99 D9 94
Decimal 153 217 148
Binary 10011001 11011001 10010100
Octal 231 331 224

Shades and tints

Shades of #99D994

#99D994
(153,217,148)
#8CC687
(140,198,135)
#7FB37A
(127,179,122)
#72A06D
(114,160,109)
#658D60
(101,141,96)
#587A53
(88,122,83)
#4B6746
(75,103,70)
#3E5439
(62,84,57)
#31412C
(49,65,44)
#242E1F
(36,46,31)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #99D994

#99D994
(153,217,148)
#A2DC9D
(162,220,157)
#ABDFA6
(171,223,166)
#B4E2AF
(180,226,175)
#BDE5B8
(189,229,184)
#C6E8C1
(198,232,193)
#CFEBCA
(207,235,202)
#D8EED3
(216,238,211)
#E1F1DC
(225,241,220)
#EAF4E5
(234,244,229)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D994; }

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

This text font color is #99D994.

Background Color

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

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

This div background color is #99D994.

Border color

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

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

This div border color is #99D994.

Opacity

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

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

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

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

This text has shadow with #99D994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D994.

Preview

Color preview on black background

This text has color #99D994 on black background.


Color preview on white background

This text has color #99D994 on white background.


Black color preview on #99D994 background

This text has black color on #99D994 background.


White color preview on #99D994 background

This text has white color on #99D994 background.


Related colors

Complementary color

Complementary color for #hex is #66266B.


I love getcolorcode.com

Triadic colors

1 #9499D9 and #D99499 with #99D994 are triadic colors.

2 #94D999 and #D99994 with #99D994 are triadic colors.