COLOR #99D45C

HEX: #99D45C
RGB: (153,212,92)

Color info

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

RGB color model

#99D45C color RGB value is (153,212,92).

  • red value is 153;
  • green value is 212;
  • blue value is 92.
RGB:
(153,212,92)
(60%,83%,36%)

RGB channels and saturation

R 153 of 255 = 60%
G 212 of 255 = 83%
B 92 of 255 = 36%

153
212
92

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

Portions of RGB colors in percentages

R + G + B =
153 + 212 + 92 = 457 (100%)
R 153 of 457 ~ 33.48%
G 212 of 457 ~ 46.39%
B 92 of 457 ~ 20.13%

%33.48
%46.39
%20.13

CMYK color model

#99D45C color CMYK value is (28,0,57,17).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 56.60%
  • key color value is 16.86%
CMYK:
(28,0,57,17)
C28M0Y57K17 
(28%,0%,57%,17%)
(0.28/0.00/0.57/0.17)	

CMYK percentages

%27.83
%0
%56.6
%16.86

Codes

Color #99D45C in popluar color models

99D45C
RGB15321292
HSL90°58.25%59.61%
HSB/HSV90°56.60%83.14%
CMYK27.83%0.00%56.60%
16.86%

Color #99D45C in popluar number systems.

HEX99D45C
Decimal15321292
Binary10011001110101001011100
Octal231324134

Shades and tints

Shades of #99D45C

#99D45C
(153,212,92)
#8CC154
(140,193,84)
#7FAE4C
(127,174,76)
#729B44
(114,155,68)
#65883C
(101,136,60)
#587534
(88,117,52)
#4B622C
(75,98,44)
#3E4F24
(62,79,36)
#313C1C
(49,60,28)
#242914
(36,41,20)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #99D45C

#99D45C
(153,212,92)
#A2D76A
(162,215,106)
#ABDA78
(171,218,120)
#B4DD86
(180,221,134)
#BDE094
(189,224,148)
#C6E3A2
(198,227,162)
#CFE6B0
(207,230,176)
#D8E9BE
(216,233,190)
#E1ECCC
(225,236,204)
#EAEFDA
(234,239,218)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D45C; }

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

This text font color is #99D45C.


Background Color

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

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

This div background color is #99D45C.


Border color

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

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

This div border color is #99D45C.


Opacity

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

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

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

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

This text has shadow with #99D45C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D45C on black background.


Color preview on white background

This text has color #99D45C on white background.



Black color preview on #99D45C background

This text has black color on #99D45C background.


White color preview on #99D45C background

This text has white color on #99D45C background.