COLOR #99C37E

HEX: #99C37E RGB: (153,195,126)

Color info

#99C37E contains mainly red and green colors. Web safe color of #99C37E is #99CC66 (or #9C6).

RGB color model

#99C37E color RGB value is (153,195,126).

RGB: (153,195,126) (60%, 76%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 195 of 255 = 76%
B 126 of 255 = 49%

153
195
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 195 + 126 = 474 (100%)
R 153 of 474 ~ 32.28%
G 195 of 474 ~ 41.14%
B 126 of 474 ~ 26.58'%

%32.28
%41.14
%26.58

CMYK color model

#99C37E color CMYK value is (22,0,35,24).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 23.53%

CMYK: (22,0,35,24)
C22M0Y35K24 (22%, 0%, 35%, 24%)
(0.22 / 0.00 / 0.35 / 0.24)

CMYK percentages

%21.54
%0
%35.38
%23.53

Codes

Color #99C37E in popluar color models

99 C3 7E
RGB 153 195 126
HSL 97° 36.51% 62.94%
HSB/HSV 97° 35.38% 76.47%
CMYK 21.54% 0.00% 35.38%
23.53%

Color #99C37E in popluar number systems.

HEX 99 C3 7E
Decimal 153 195 126
Binary 10011001 11000011 1111110
Octal 231 303 176

Shades and tints

Shades of #99C37E

#99C37E
(153,195,126)
#8CB273
(140,178,115)
#7FA168
(127,161,104)
#72905D
(114,144,93)
#657F52
(101,127,82)
#586E47
(88,110,71)
#4B5D3C
(75,93,60)
#3E4C31
(62,76,49)
#313B26
(49,59,38)
#242A1B
(36,42,27)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #99C37E

#99C37E
(153,195,126)
#A2C889
(162,200,137)
#ABCD94
(171,205,148)
#B4D29F
(180,210,159)
#BDD7AA
(189,215,170)
#C6DCB5
(198,220,181)
#CFE1C0
(207,225,192)
#D8E6CB
(216,230,203)
#E1EBD6
(225,235,214)
#EAF0E1
(234,240,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C37E color. Also use rgb(153,195,126) instead hex code.

Text Font Color

.myTextColor { color: #99C37E; }

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

This text font color is #99C37E.

Background Color

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

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

This div background color is #99C37E.

Border color

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

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

This div border color is #99C37E.

Opacity

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

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

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

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

This text has shadow with #99C37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C37E.

Preview

Color preview on black background

This text has color #99C37E on black background.


Color preview on white background

This text has color #99C37E on white background.


Black color preview on #99C37E background

This text has black color on #99C37E background.


White color preview on #99C37E background

This text has white color on #99C37E background.


Related colors

Complementary color

Complementary color for #hex is #663C81.


I love getcolorcode.com

Triadic colors

1 #7E99C3 and #C37E99 with #99C37E are triadic colors.

2 #7EC399 and #C3997E with #99C37E are triadic colors.