COLOR #9CD58A

HEX: #9CD58A RGB: (156,213,138)

Color info

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

RGB color model

#9CD58A color RGB value is (156,213,138).

RGB: (156,213,138) (61%, 84%, 54%)

RGB channels and saturation

R 156 of 255 = 61%
G 213 of 255 = 84%
B 138 of 255 = 54%

156
213
138

R + G + B ~ 66%. #9CD58A is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 213 + 138 = 507 (100%)
R 156 of 507 ~ 30.77%
G 213 of 507 ~ 42.01%
B 138 of 507 ~ 27.22'%

%30.77
%42.01
%27.22

CMYK color model

#9CD58A color CMYK value is (27,0,35,16).

  • cyan value is 26.76%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 16.47%

CMYK: (27,0,35,16)
C27M0Y35K16 (27%, 0%, 35%, 16%)
(0.27 / 0.00 / 0.35 / 0.16)

CMYK percentages

%26.76
%0
%35.21
%16.47

Codes

Color #9CD58A in popluar color models

9C D5 8A
RGB 156 213 138
HSL 106° 47.17% 68.82%
HSB/HSV 106° 35.21% 83.53%
CMYK 26.76% 0.00% 35.21%
16.47%

Color #9CD58A in popluar number systems.

HEX 9C D5 8A
Decimal 156 213 138
Binary 10011100 11010101 10001010
Octal 234 325 212

Shades and tints

Shades of #9CD58A

#9CD58A
(156,213,138)
#8EC27E
(142,194,126)
#80AF72
(128,175,114)
#729C66
(114,156,102)
#64895A
(100,137,90)
#56764E
(86,118,78)
#486342
(72,99,66)
#3A5036
(58,80,54)
#2C3D2A
(44,61,42)
#1E2A1E
(30,42,30)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #9CD58A

#9CD58A
(156,213,138)
#A5D894
(165,216,148)
#AEDB9E
(174,219,158)
#B7DEA8
(183,222,168)
#C0E1B2
(192,225,178)
#C9E4BC
(201,228,188)
#D2E7C6
(210,231,198)
#DBEAD0
(219,234,208)
#E4EDDA
(228,237,218)
#EDF0E4
(237,240,228)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD58A color. Also use rgb(156,213,138) instead hex code.

Text Font Color

.myTextColor { color: #9CD58A; }

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

This text font color is #9CD58A.

Background Color

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

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

This div background color is #9CD58A.

Border color

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

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

This div border color is #9CD58A.

Opacity

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

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

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

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

This text has shadow with #9CD58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD58A.

Preview

Color preview on black background

This text has color #9CD58A on black background.


Color preview on white background

This text has color #9CD58A on white background.


Black color preview on #9CD58A background

This text has black color on #9CD58A background.


White color preview on #9CD58A background

This text has white color on #9CD58A background.


Related colors

Complementary color

Complementary color for #hex is #632A75.


I love getcolorcode.com

Triadic colors

1 #8A9CD5 and #D58A9C with #9CD58A are triadic colors.

2 #8AD59C and #D59C8A with #9CD58A are triadic colors.