COLOR #99D593

HEX: #99D593
RGB: (153,213,147)

Color info

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

RGB color model

#99D593 color RGB value is (153,213,147).

  • red value is 153;
  • green value is 213;
  • blue value is 147.
RGB:
(153,213,147)
(60%,84%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 147 of 255 = 58%

153
213
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 213 + 147 = 513 (100%)
R 153 of 513 ~ 29.82%
G 213 of 513 ~ 41.52%
B 147 of 513 ~ 28.65%

%29.82
%41.52
%28.65

CMYK color model

#99D593 color CMYK value is (28,0,31,16).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(28,0,31,16)
C28M0Y31K16 
(28%,0%,31%,16%)
(0.28/0.00/0.31/0.16)	

CMYK percentages

%28.17
%0
%30.99
%16.47

Codes

Color #99D593 in popluar color models

99D593
RGB153213147
HSL115°44.00%70.59%
HSB/HSV115°30.99%83.53%
CMYK28.17%0.00%30.99%
16.47%

Color #99D593 in popluar number systems.

HEX99D593
Decimal153213147
Binary100110011101010110010011
Octal231325223

Shades and tints

Shades of #99D593

#99D593
(153,213,147)
#8CC286
(140,194,134)
#7FAF79
(127,175,121)
#729C6C
(114,156,108)
#65895F
(101,137,95)
#587652
(88,118,82)
#4B6345
(75,99,69)
#3E5038
(62,80,56)
#313D2B
(49,61,43)
#242A1E
(36,42,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99D593

#99D593
(153,213,147)
#A2D89C
(162,216,156)
#ABDBA5
(171,219,165)
#B4DEAE
(180,222,174)
#BDE1B7
(189,225,183)
#C6E4C0
(198,228,192)
#CFE7C9
(207,231,201)
#D8EAD2
(216,234,210)
#E1EDDB
(225,237,219)
#EAF0E4
(234,240,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D593 color. Also use rgb(153,213,147) instead hex code.

Text Font Color

.myTextColor { color: #99D593; }

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

This text font color is #99D593.


Background Color

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

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

This div background color is #99D593.


Border color

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

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

This div border color is #99D593.


Opacity

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

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

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

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

This text has shadow with #99D593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D593 on black background.


Color preview on white background

This text has color #99D593 on white background.



Black color preview on #99D593 background

This text has black color on #99D593 background.


White color preview on #99D593 background

This text has white color on #99D593 background.