COLOR #99C470

HEX: #99C470
RGB: (153,196,112)

Color info

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

RGB color model

#99C470 color RGB value is (153,196,112).

  • red value is 153;
  • green value is 196;
  • blue value is 112.
RGB:
(153,196,112)
(60%,77%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 196 of 255 = 77%
B 112 of 255 = 44%

153
196
112

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

Portions of RGB colors in percentages

R + G + B =
153 + 196 + 112 = 461 (100%)
R 153 of 461 ~ 33.19%
G 196 of 461 ~ 42.52%
B 112 of 461 ~ 24.3%

%33.19
%42.52
%24.3

CMYK color model

#99C470 color CMYK value is (22,0,43,23).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 23.14%
CMYK:
(22,0,43,23)
C22M0Y43K23 
(22%,0%,43%,23%)
(0.22/0.00/0.43/0.23)	

CMYK percentages

%21.94
%0
%42.86
%23.14

Codes

Color #99C470 in popluar color models

99C470
RGB153196112
HSL91°41.58%60.39%
HSB/HSV91°42.86%76.86%
CMYK21.94%0.00%42.86%
23.14%

Color #99C470 in popluar number systems.

HEX99C470
Decimal153196112
Binary10011001110001001110000
Octal231304160

Shades and tints

Shades of #99C470

#99C470
(153,196,112)
#8CB366
(140,179,102)
#7FA25C
(127,162,92)
#729152
(114,145,82)
#658048
(101,128,72)
#586F3E
(88,111,62)
#4B5E34
(75,94,52)
#3E4D2A
(62,77,42)
#313C20
(49,60,32)
#242B16
(36,43,22)
#171A0C
(23,26,12)
#000000
(0,0,0)

Tints of #99C470

#99C470
(153,196,112)
#A2C97D
(162,201,125)
#ABCE8A
(171,206,138)
#B4D397
(180,211,151)
#BDD8A4
(189,216,164)
#C6DDB1
(198,221,177)
#CFE2BE
(207,226,190)
#D8E7CB
(216,231,203)
#E1ECD8
(225,236,216)
#EAF1E5
(234,241,229)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C470; }

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

This text font color is #99C470.


Background Color

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

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

This div background color is #99C470.


Border color

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

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

This div border color is #99C470.


Opacity

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

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

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

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

This text has shadow with #99C470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C470 on black background.


Color preview on white background

This text has color #99C470 on white background.



Black color preview on #99C470 background

This text has black color on #99C470 background.


White color preview on #99C470 background

This text has white color on #99C470 background.