COLOR #9CD385

HEX: #9CD385 RGB: (156,211,133)

Color info

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

RGB color model

#9CD385 color RGB value is (156,211,133).

RGB: (156,211,133) (61%, 83%, 52%)

RGB channels and saturation

R 156 of 255 = 61%
G 211 of 255 = 83%
B 133 of 255 = 52%

156
211
133

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

Portions of RGB colors in percentages

R + G + B = 156 + 211 + 133 = 500 (100%)
R 156 of 500 ~ 31.2%
G 211 of 500 ~ 42.2%
B 133 of 500 ~ 26.6'%

%31.2
%42.2
%26.6

CMYK color model

#9CD385 color CMYK value is (26,0,37,17).

  • cyan value is 26.07%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 17.25%
CMYK: (26,0,37,17) C26M0Y37K17 (26%,0%,37%,17%) (0.26/0.00/0.37/0.17) 

CMYK percentages

%26.07
%0
%36.97
%17.25

Codes

Color #9CD385 in popluar color models

9C D3 85
RGB 156 211 133
HSL 102° 46.99% 67.45%
HSB/HSV 102° 36.97% 82.75%
CMYK 26.07% 0.00% 36.97%
17.25%

Color #9CD385 in popluar number systems.

HEX 9C D3 85
Decimal 156 211 133
Binary 10011100 11010011 10000101
Octal 234 323 205

Shades and tints

Shades of #9CD385

#9CD385
(156,211,133)
#8EC079
(142,192,121)
#80AD6D
(128,173,109)
#729A61
(114,154,97)
#648755
(100,135,85)
#567449
(86,116,73)
#48613D
(72,97,61)
#3A4E31
(58,78,49)
#2C3B25
(44,59,37)
#1E2819
(30,40,25)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #9CD385

#9CD385
(156,211,133)
#A5D790
(165,215,144)
#AEDB9B
(174,219,155)
#B7DFA6
(183,223,166)
#C0E3B1
(192,227,177)
#C9E7BC
(201,231,188)
#D2EBC7
(210,235,199)
#DBEFD2
(219,239,210)
#E4F3DD
(228,243,221)
#EDF7E8
(237,247,232)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD385 color. Also use rgb(156,211,133) instead hex code.

Text Font Color

.myTextColor { color: #9CD385; }

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

This text font color is #9CD385.

Background Color

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

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

This div background color is #9CD385.

Border color

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

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

This div border color is #9CD385.

Opacity

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

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

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

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

This text has shadow with #9CD385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD385.

Preview

Color preview on black background

This text has color #9CD385 on black background.


Color preview on white background

This text has color #9CD385 on white background.


Black color preview on #9CD385 background

This text has black color on #9CD385 background.


White color preview on #9CD385 background

This text has white color on #9CD385 background.


Related colors

Complementary color

Complementary color for #hex is #632C7A.


I love getcolorcode.com

Triadic colors

1 #859CD3 and #D3859C with #9CD385 are triadic colors.

2 #85D39C and #D39C85 with #9CD385 are triadic colors.