COLOR #9CD84C

HEX: #9CD84C RGB: (156,216,76)

Color info

#9CD84C contains mainly green color. Web safe color of #9CD84C is #99CC33 (or #9C3).

RGB color model

#9CD84C color RGB value is (156,216,76).

RGB: (156,216,76) (61%, 85%, 30%)

RGB channels and saturation

R 156 of 255 = 61%
G 216 of 255 = 85%
B 76 of 255 = 30%

156
216
76

R + G + B ~ 59%. #9CD84C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 216 + 76 = 448 (100%)
R 156 of 448 ~ 34.82%
G 216 of 448 ~ 48.21%
B 76 of 448 ~ 16.96'%

%34.82
%48.21
%16.96

CMYK color model

#9CD84C color CMYK value is (28,0,65,15).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 64.81%
  • key color value is 15.29%

CMYK: (28,0,65,15)
C28M0Y65K15 (28%, 0%, 65%, 15%)
(0.28 / 0.00 / 0.65 / 0.15)

CMYK percentages

%27.78
%0
%64.81
%15.29

Codes

Color #9CD84C in popluar color models

9C D8 4C
RGB 156 216 76
HSL 86° 64.22% 57.25%
HSB/HSV 86° 64.81% 84.71%
CMYK 27.78% 0.00% 64.81%
15.29%

Color #9CD84C in popluar number systems.

HEX 9C D8 4C
Decimal 156 216 76
Binary 10011100 11011000 1001100
Octal 234 330 114

Shades and tints

Shades of #9CD84C

#9CD84C
(156,216,76)
#8EC546
(142,197,70)
#80B240
(128,178,64)
#729F3A
(114,159,58)
#648C34
(100,140,52)
#56792E
(86,121,46)
#486628
(72,102,40)
#3A5322
(58,83,34)
#2C401C
(44,64,28)
#1E2D16
(30,45,22)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #9CD84C

#9CD84C
(156,216,76)
#A5DB5C
(165,219,92)
#AEDE6C
(174,222,108)
#B7E17C
(183,225,124)
#C0E48C
(192,228,140)
#C9E79C
(201,231,156)
#D2EAAC
(210,234,172)
#DBEDBC
(219,237,188)
#E4F0CC
(228,240,204)
#EDF3DC
(237,243,220)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD84C color. Also use rgb(156,216,76) instead hex code.

Text Font Color

.myTextColor { color: #9CD84C; }

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

This text font color is #9CD84C.

Background Color

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

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

This div background color is #9CD84C.

Border color

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

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

This div border color is #9CD84C.

Opacity

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

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

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

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

This text has shadow with #9CD84C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD84C.

Preview

Color preview on black background

This text has color #9CD84C on black background.


Color preview on white background

This text has color #9CD84C on white background.


Black color preview on #9CD84C background

This text has black color on #9CD84C background.


White color preview on #9CD84C background

This text has white color on #9CD84C background.


Related colors

Complementary color

Complementary color for #hex is #6327B3.


I love getcolorcode.com

Triadic colors

1 #4C9CD8 and #D84C9C with #9CD84C are triadic colors.

2 #4CD89C and #D89C4C with #9CD84C are triadic colors.