COLOR #99C59E

HEX: #99C59E RGB: (153,197,158)

Color info

#99C59E contains red, green and blue colors in about the same proportion. Web safe color of #99C59E is #99CC99 (or #9C9).

RGB color model

#99C59E color RGB value is (153,197,158).

RGB: (153,197,158) (60%, 77%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 158 of 255 = 62%

153
197
158

R + G + B ~ 66%. #99C59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 197 + 158 = 508 (100%)
R 153 of 508 ~ 30.12%
G 197 of 508 ~ 38.78%
B 158 of 508 ~ 31.1'%

%30.12
%38.78
%31.1

CMYK color model

#99C59E color CMYK value is (22,0,20,23).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%

CMYK: (22,0,20,23)
C22M0Y20K23 (22%, 0%, 20%, 23%)
(0.22 / 0.00 / 0.20 / 0.23)

CMYK percentages

%22.34
%0
%19.8
%22.75

Codes

Color #99C59E in popluar color models

99 C5 9E
RGB 153 197 158
HSL 127° 27.50% 68.63%
HSB/HSV 127° 22.34% 77.25%
CMYK 22.34% 0.00% 19.80%
22.75%

Color #99C59E in popluar number systems.

HEX 99 C5 9E
Decimal 153 197 158
Binary 10011001 11000101 10011110
Octal 231 305 236

Shades and tints

Shades of #99C59E

#99C59E
(153,197,158)
#8CB490
(140,180,144)
#7FA382
(127,163,130)
#729274
(114,146,116)
#658166
(101,129,102)
#587058
(88,112,88)
#4B5F4A
(75,95,74)
#3E4E3C
(62,78,60)
#313D2E
(49,61,46)
#242C20
(36,44,32)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #99C59E

#99C59E
(153,197,158)
#A2CAA6
(162,202,166)
#ABCFAE
(171,207,174)
#B4D4B6
(180,212,182)
#BDD9BE
(189,217,190)
#C6DEC6
(198,222,198)
#CFE3CE
(207,227,206)
#D8E8D6
(216,232,214)
#E1EDDE
(225,237,222)
#EAF2E6
(234,242,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C59E color. Also use rgb(153,197,158) instead hex code.

Text Font Color

.myTextColor { color: #99C59E; }

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

This text font color is #99C59E.

Background Color

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

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

This div background color is #99C59E.

Border color

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

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

This div border color is #99C59E.

Opacity

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

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

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

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

This text has shadow with #99C59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C59E.

Preview

Color preview on black background

This text has color #99C59E on black background.


Color preview on white background

This text has color #99C59E on white background.


Black color preview on #99C59E background

This text has black color on #99C59E background.


White color preview on #99C59E background

This text has white color on #99C59E background.


Related colors

Complementary color

Complementary color for #hex is #663A61.


I love getcolorcode.com

Triadic colors

1 #9E99C5 and #C59E99 with #99C59E are triadic colors.

2 #9EC599 and #C5999E with #99C59E are triadic colors.