COLOR #9CC07D

HEX: #9CC07D
RGB: (156,192,125)

Color info

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

RGB color model

#9CC07D color RGB value is (156,192,125).

  • red value is 156;
  • green value is 192;
  • blue value is 125.
RGB:
(156,192,125)
(61%,75%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 125 of 255 = 49%

156
192
125

R + G + B ~ 62%. #9CC07D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 192 + 125 = 473 (100%)
R 156 of 473 ~ 32.98%
G 192 of 473 ~ 40.59%
B 125 of 473 ~ 26.43%

%32.98
%40.59
%26.43

CMYK color model

#9CC07D color CMYK value is (19,0,35,25).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 24.71%
CMYK:
(19,0,35,25)
C19M0Y35K25 
(19%,0%,35%,25%)
(0.19/0.00/0.35/0.25)	

CMYK percentages

%18.75
%0
%34.9
%24.71

Codes

Color #9CC07D in popluar color models

9CC07D
RGB156192125
HSL92°34.72%62.16%
HSB/HSV92°34.90%75.29%
CMYK18.75%0.00%34.90%
24.71%

Color #9CC07D in popluar number systems.

HEX9CC07D
Decimal156192125
Binary10011100110000001111101
Octal234300175

Shades and tints

Shades of #9CC07D

#9CC07D
(156,192,125)
#8EAF72
(142,175,114)
#809E67
(128,158,103)
#728D5C
(114,141,92)
#647C51
(100,124,81)
#566B46
(86,107,70)
#485A3B
(72,90,59)
#3A4930
(58,73,48)
#2C3825
(44,56,37)
#1E271A
(30,39,26)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #9CC07D

#9CC07D
(156,192,125)
#A5C588
(165,197,136)
#AECA93
(174,202,147)
#B7CF9E
(183,207,158)
#C0D4A9
(192,212,169)
#C9D9B4
(201,217,180)
#D2DEBF
(210,222,191)
#DBE3CA
(219,227,202)
#E4E8D5
(228,232,213)
#EDEDE0
(237,237,224)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC07D color. Also use rgb(156,192,125) instead hex code.

Text Font Color

.myTextColor { color: #9CC07D; }

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

This text font color is #9CC07D.


Background Color

.myBgColor { background-color: #9CC07D; }

<div style="background-color:#9CC07D">Inner text</div>

This div background color is #9CC07D.


Border color

.myBorderColor { border: 1px solid #9CC07D; }

<div style="border:3px solid #9CC07D">Div</div>

This div border color is #9CC07D.


Opacity

.myOpacity80 { color: #9CC07D; opacity: 0.8; }

<p style="color:#9CC07D;opacity:0.8;">80%</p>

Text with #9CC07D 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 #9CC07D;}

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

This text has shadow with #9CC07D color.

.textShadow {text-shadow: 3px 3px 1px #9CC07D, 3px 3px 1px red;}

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

This text has shadow with #9CC07D primary color and red secondary color.


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

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

This text has shadow with #9CC07D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC07D on black background.


Color preview on white background

This text has color #9CC07D on white background.



Black color preview on #9CC07D background

This text has black color on #9CC07D background.


White color preview on #9CC07D background

This text has white color on #9CC07D background.