COLOR #9CD292

HEX: #9CD292
RGB: (156,210,146)

Color info

#9CD292 contains mainly red and green colors. Web safe color of #9CD292 is #99CC99 (or #9C9).

RGB color model

#9CD292 color RGB value is (156,210,146).

  • red value is 156;
  • green value is 210;
  • blue value is 146.
RGB:
(156,210,146)
(61%,82%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 210 of 255 = 82%
B 146 of 255 = 57%

156
210
146

R + G + B ~ 67%. #9CD292 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 210 + 146 = 512 (100%)
R 156 of 512 ~ 30.47%
G 210 of 512 ~ 41.02%
B 146 of 512 ~ 28.52%

%30.47
%41.02
%28.52

CMYK color model

#9CD292 color CMYK value is (26,0,30,18).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 17.65%
CMYK:
(26,0,30,18)
C26M0Y30K18 
(26%,0%,30%,18%)
(0.26/0.00/0.30/0.18)	

CMYK percentages

%25.71
%0
%30.48
%17.65

Codes

Color #9CD292 in popluar color models

9CD292
RGB156210146
HSL111°41.56%69.80%
HSB/HSV111°30.48%82.35%
CMYK25.71%0.00%30.48%
17.65%

Color #9CD292 in popluar number systems.

HEX9CD292
Decimal156210146
Binary100111001101001010010010
Octal234322222

Shades and tints

Shades of #9CD292

#9CD292
(156,210,146)
#8EBF85
(142,191,133)
#80AC78
(128,172,120)
#72996B
(114,153,107)
#64865E
(100,134,94)
#567351
(86,115,81)
#486044
(72,96,68)
#3A4D37
(58,77,55)
#2C3A2A
(44,58,42)
#1E271D
(30,39,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #9CD292

#9CD292
(156,210,146)
#A5D69B
(165,214,155)
#AEDAA4
(174,218,164)
#B7DEAD
(183,222,173)
#C0E2B6
(192,226,182)
#C9E6BF
(201,230,191)
#D2EAC8
(210,234,200)
#DBEED1
(219,238,209)
#E4F2DA
(228,242,218)
#EDF6E3
(237,246,227)
#F6FAEC
(246,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD292 color. Also use rgb(156,210,146) instead hex code.

Text Font Color

.myTextColor { color: #9CD292; }

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

This text font color is #9CD292.


Background Color

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

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

This div background color is #9CD292.


Border color

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

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

This div border color is #9CD292.


Opacity

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

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

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

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

This text has shadow with #9CD292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD292 on black background.


Color preview on white background

This text has color #9CD292 on white background.



Black color preview on #9CD292 background

This text has black color on #9CD292 background.


White color preview on #9CD292 background

This text has white color on #9CD292 background.