COLOR #99C132

HEX: #99C132
RGB: (153,193,50)

Color info

#99C132 contains mainly red and green colors. Web safe color of #99C132 is #99CC33 (or #9C3).

RGB color model

#99C132 color RGB value is (153,193,50).

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

RGB channels and saturation

R 153 of 255 = 60%
G 193 of 255 = 76%
B 50 of 255 = 20%

153
193
50

R + G + B ~ 52%. #99C132 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 193 + 50 = 396 (100%)
R 153 of 396 ~ 38.64%
G 193 of 396 ~ 48.74%
B 50 of 396 ~ 12.63%

%38.64
%48.74
%12.63

CMYK color model

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

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 74.09%
  • key color value is 24.31%
CMYK:
(21,0,74,24)
C21M0Y74K24 
(21%,0%,74%,24%)
(0.21/0.00/0.74/0.24)	

CMYK percentages

%20.73
%0
%74.09
%24.31

Codes

Color #99C132 in popluar color models

99C132
RGB15319350
HSL77°58.85%47.65%
HSB/HSV77°74.09%75.69%
CMYK20.73%0.00%74.09%
24.31%

Color #99C132 in popluar number systems.

HEX99C132
Decimal15319350
Binary1001100111000001110010
Octal23130162

Shades and tints

Shades of #99C132

#99C132
(153,193,50)
#8CB02E
(140,176,46)
#7F9F2A
(127,159,42)
#728E26
(114,142,38)
#657D22
(101,125,34)
#586C1E
(88,108,30)
#4B5B1A
(75,91,26)
#3E4A16
(62,74,22)
#313912
(49,57,18)
#24280E
(36,40,14)
#17170A
(23,23,10)
#000000
(0,0,0)

Tints of #99C132

#99C132
(153,193,50)
#A2C644
(162,198,68)
#ABCB56
(171,203,86)
#B4D068
(180,208,104)
#BDD57A
(189,213,122)
#C6DA8C
(198,218,140)
#CFDF9E
(207,223,158)
#D8E4B0
(216,228,176)
#E1E9C2
(225,233,194)
#EAEED4
(234,238,212)
#F3F3E6
(243,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C132; }

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

This text font color is #99C132.


Background Color

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

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

This div background color is #99C132.


Border color

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

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

This div border color is #99C132.


Opacity

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

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

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

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

This text has shadow with #99C132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C132 on black background.


Color preview on white background

This text has color #99C132 on white background.



Black color preview on #99C132 background

This text has black color on #99C132 background.


White color preview on #99C132 background

This text has white color on #99C132 background.