COLOR #99C078

HEX: #99C078
RGB: (153,192,120)

Color info

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

RGB color model

#99C078 color RGB value is (153,192,120).

  • red value is 153;
  • green value is 192;
  • blue value is 120.
RGB:
(153,192,120)
(60%,75%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 192 of 255 = 75%
B 120 of 255 = 47%

153
192
120

R + G + B ~ 61%. #99C078 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 192 + 120 = 465 (100%)
R 153 of 465 ~ 32.9%
G 192 of 465 ~ 41.29%
B 120 of 465 ~ 25.81%

%32.9
%41.29
%25.81

CMYK color model

#99C078 color CMYK value is (20,0,38,25).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 24.71%
CMYK:
(20,0,38,25)
C20M0Y38K25 
(20%,0%,38%,25%)
(0.20/0.00/0.38/0.25)	

CMYK percentages

%20.31
%0
%37.5
%24.71

Codes

Color #99C078 in popluar color models

99C078
RGB153192120
HSL93°36.36%61.18%
HSB/HSV93°37.50%75.29%
CMYK20.31%0.00%37.50%
24.71%

Color #99C078 in popluar number systems.

HEX99C078
Decimal153192120
Binary10011001110000001111000
Octal231300170

Shades and tints

Shades of #99C078

#99C078
(153,192,120)
#8CAF6E
(140,175,110)
#7F9E64
(127,158,100)
#728D5A
(114,141,90)
#657C50
(101,124,80)
#586B46
(88,107,70)
#4B5A3C
(75,90,60)
#3E4932
(62,73,50)
#313828
(49,56,40)
#24271E
(36,39,30)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #99C078

#99C078
(153,192,120)
#A2C584
(162,197,132)
#ABCA90
(171,202,144)
#B4CF9C
(180,207,156)
#BDD4A8
(189,212,168)
#C6D9B4
(198,217,180)
#CFDEC0
(207,222,192)
#D8E3CC
(216,227,204)
#E1E8D8
(225,232,216)
#EAEDE4
(234,237,228)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C078; }

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

This text font color is #99C078.


Background Color

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

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

This div background color is #99C078.


Border color

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

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

This div border color is #99C078.


Opacity

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

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

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

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

This text has shadow with #99C078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C078 on black background.


Color preview on white background

This text has color #99C078 on white background.



Black color preview on #99C078 background

This text has black color on #99C078 background.


White color preview on #99C078 background

This text has white color on #99C078 background.