COLOR #99C299

HEX: #99C299
RGB: (153,194,153)

Color info

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

RGB color model

#99C299 color RGB value is (153,194,153).

  • red value is 153;
  • green value is 194;
  • blue value is 153.
RGB:
(153,194,153)
(60%,76%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 194 of 255 = 76%
B 153 of 255 = 60%

153
194
153

R + G + B ~ 65%. #99C299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 194 + 153 = 500 (100%)
R 153 of 500 ~ 30.6%
G 194 of 500 ~ 38.8%
B 153 of 500 ~ 30.6%

%30.6
%38.8
%30.6

CMYK color model

#99C299 color CMYK value is (21,0,21,24).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 23.92%
CMYK:
(21,0,21,24)
C21M0Y21K24 
(21%,0%,21%,24%)
(0.21/0.00/0.21/0.24)	

CMYK percentages

%21.13
%0
%21.13
%23.92

Codes

Color #99C299 in popluar color models

99C299
RGB153194153
HSL120°25.15%68.04%
HSB/HSV120°21.13%76.08%
CMYK21.13%0.00%21.13%
23.92%

Color #99C299 in popluar number systems.

HEX99C299
Decimal153194153
Binary100110011100001010011001
Octal231302231

Shades and tints

Shades of #99C299

#99C299
(153,194,153)
#8CB18C
(140,177,140)
#7FA07F
(127,160,127)
#728F72
(114,143,114)
#657E65
(101,126,101)
#586D58
(88,109,88)
#4B5C4B
(75,92,75)
#3E4B3E
(62,75,62)
#313A31
(49,58,49)
#242924
(36,41,36)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #99C299

#99C299
(153,194,153)
#A2C7A2
(162,199,162)
#ABCCAB
(171,204,171)
#B4D1B4
(180,209,180)
#BDD6BD
(189,214,189)
#C6DBC6
(198,219,198)
#CFE0CF
(207,224,207)
#D8E5D8
(216,229,216)
#E1EAE1
(225,234,225)
#EAEFEA
(234,239,234)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C299; }

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

This text font color is #99C299.


Background Color

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

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

This div background color is #99C299.


Border color

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

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

This div border color is #99C299.


Opacity

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

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

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

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

This text has shadow with #99C299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C299 on black background.


Color preview on white background

This text has color #99C299 on white background.



Black color preview on #99C299 background

This text has black color on #99C299 background.


White color preview on #99C299 background

This text has white color on #99C299 background.