COLOR #99D395

HEX: #99D395
RGB: (153,211,149)

Color info

#99D395 contains mainly red and green colors. Web safe color of #99D395 is #99CC99 (or #9C9).

RGB color model

#99D395 color RGB value is (153,211,149).

  • red value is 153;
  • green value is 211;
  • blue value is 149.
RGB:
(153,211,149)
(60%,83%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 211 of 255 = 83%
B 149 of 255 = 58%

153
211
149

R + G + B ~ 67%. #99D395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 211 + 149 = 513 (100%)
R 153 of 513 ~ 29.82%
G 211 of 513 ~ 41.13%
B 149 of 513 ~ 29.04%

%29.82
%41.13
%29.04

CMYK color model

#99D395 color CMYK value is (27,0,29,17).

  • cyan value is 27.49%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK:
(27,0,29,17)
C27M0Y29K17 
(27%,0%,29%,17%)
(0.27/0.00/0.29/0.17)	

CMYK percentages

%27.49
%0
%29.38
%17.25

Codes

Color #99D395 in popluar color models

99D395
RGB153211149
HSL116°41.33%70.59%
HSB/HSV116°29.38%82.75%
CMYK27.49%0.00%29.38%
17.25%

Color #99D395 in popluar number systems.

HEX99D395
Decimal153211149
Binary100110011101001110010101
Octal231323225

Shades and tints

Shades of #99D395

#99D395
(153,211,149)
#8CC088
(140,192,136)
#7FAD7B
(127,173,123)
#729A6E
(114,154,110)
#658761
(101,135,97)
#587454
(88,116,84)
#4B6147
(75,97,71)
#3E4E3A
(62,78,58)
#313B2D
(49,59,45)
#242820
(36,40,32)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #99D395

#99D395
(153,211,149)
#A2D79E
(162,215,158)
#ABDBA7
(171,219,167)
#B4DFB0
(180,223,176)
#BDE3B9
(189,227,185)
#C6E7C2
(198,231,194)
#CFEBCB
(207,235,203)
#D8EFD4
(216,239,212)
#E1F3DD
(225,243,221)
#EAF7E6
(234,247,230)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D395 color. Also use rgb(153,211,149) instead hex code.

Text Font Color

.myTextColor { color: #99D395; }

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

This text font color is #99D395.


Background Color

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

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

This div background color is #99D395.


Border color

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

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

This div border color is #99D395.


Opacity

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

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

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

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

This text has shadow with #99D395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D395 on black background.


Color preview on white background

This text has color #99D395 on white background.



Black color preview on #99D395 background

This text has black color on #99D395 background.


White color preview on #99D395 background

This text has white color on #99D395 background.