COLOR #9CED6C

HEX: #9CED6C
RGB: (156,237,108)

Color info

#9CED6C contains mainly green color. Web safe color of #9CED6C is #99FF66 (or #9F6).

RGB color model

#9CED6C color RGB value is (156,237,108).

  • red value is 156;
  • green value is 237;
  • blue value is 108.
RGB:
(156,237,108)
(61%,93%,42%)

RGB channels and saturation

R 156 of 255 = 61%
G 237 of 255 = 93%
B 108 of 255 = 42%

156
237
108

R + G + B ~ 65%. #9CED6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 237 + 108 = 501 (100%)
R 156 of 501 ~ 31.14%
G 237 of 501 ~ 47.31%
B 108 of 501 ~ 21.56%

%31.14
%47.31
%21.56

CMYK color model

#9CED6C color CMYK value is (34,0,54,7).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 54.43%
  • key color value is 7.06%
CMYK:
(34,0,54,7)
C34M0Y54K7 
(34%,0%,54%,7%)
(0.34/0.00/0.54/0.07)	

CMYK percentages

%34.18
%0
%54.43
%7.06

Codes

Color #9CED6C in popluar color models

9CED6C
RGB156237108
HSL98°78.18%67.65%
HSB/HSV98°54.43%92.94%
CMYK34.18%0.00%54.43%
7.06%

Color #9CED6C in popluar number systems.

HEX9CED6C
Decimal156237108
Binary10011100111011011101100
Octal234355154

Shades and tints

Shades of #9CED6C

#9CED6C
(156,237,108)
#8ED863
(142,216,99)
#80C35A
(128,195,90)
#72AE51
(114,174,81)
#649948
(100,153,72)
#56843F
(86,132,63)
#486F36
(72,111,54)
#3A5A2D
(58,90,45)
#2C4524
(44,69,36)
#1E301B
(30,48,27)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #9CED6C

#9CED6C
(156,237,108)
#A5EE79
(165,238,121)
#AEEF86
(174,239,134)
#B7F093
(183,240,147)
#C0F1A0
(192,241,160)
#C9F2AD
(201,242,173)
#D2F3BA
(210,243,186)
#DBF4C7
(219,244,199)
#E4F5D4
(228,245,212)
#EDF6E1
(237,246,225)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CED6C color. Also use rgb(156,237,108) instead hex code.

Text Font Color

.myTextColor { color: #9CED6C; }

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

This text font color is #9CED6C.


Background Color

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

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

This div background color is #9CED6C.


Border color

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

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

This div border color is #9CED6C.


Opacity

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

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

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

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

This text has shadow with #9CED6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CED6C on black background.


Color preview on white background

This text has color #9CED6C on white background.



Black color preview on #9CED6C background

This text has black color on #9CED6C background.


White color preview on #9CED6C background

This text has white color on #9CED6C background.