COLOR #99C778

HEX: #99C778
RGB: (153,199,120)

Color info

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

RGB color model

#99C778 color RGB value is (153,199,120).

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

RGB channels and saturation

R 153 of 255 = 60%
G 199 of 255 = 78%
B 120 of 255 = 47%

153
199
120

R + G + B ~ 62%. #99C778 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 199 + 120 = 472 (100%)
R 153 of 472 ~ 32.42%
G 199 of 472 ~ 42.16%
B 120 of 472 ~ 25.42%

%32.42
%42.16
%25.42

CMYK color model

#99C778 color CMYK value is (23,0,40,22).

  • cyan value is 23.12%
  • magenta value is 0.00%
  • yellow value is 39.70%
  • key color value is 21.96%
CMYK:
(23,0,40,22)
C23M0Y40K22 
(23%,0%,40%,22%)
(0.23/0.00/0.40/0.22)	

CMYK percentages

%23.12
%0
%39.7
%21.96

Codes

Color #99C778 in popluar color models

99C778
RGB153199120
HSL95°41.36%62.55%
HSB/HSV95°39.70%78.04%
CMYK23.12%0.00%39.70%
21.96%

Color #99C778 in popluar number systems.

HEX99C778
Decimal153199120
Binary10011001110001111111000
Octal231307170

Shades and tints

Shades of #99C778

#99C778
(153,199,120)
#8CB56E
(140,181,110)
#7FA364
(127,163,100)
#72915A
(114,145,90)
#657F50
(101,127,80)
#586D46
(88,109,70)
#4B5B3C
(75,91,60)
#3E4932
(62,73,50)
#313728
(49,55,40)
#24251E
(36,37,30)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #99C778

#99C778
(153,199,120)
#A2CC84
(162,204,132)
#ABD190
(171,209,144)
#B4D69C
(180,214,156)
#BDDBA8
(189,219,168)
#C6E0B4
(198,224,180)
#CFE5C0
(207,229,192)
#D8EACC
(216,234,204)
#E1EFD8
(225,239,216)
#EAF4E4
(234,244,228)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C778; }

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

This text font color is #99C778.


Background Color

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

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

This div background color is #99C778.


Border color

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

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

This div border color is #99C778.


Opacity

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

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

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

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

This text has shadow with #99C778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C778 on black background.


Color preview on white background

This text has color #99C778 on white background.



Black color preview on #99C778 background

This text has black color on #99C778 background.


White color preview on #99C778 background

This text has white color on #99C778 background.