COLOR #9DC824

HEX: #9DC824 RGB: (157,200,36)

Color info

#9DC824 contains mainly red and green colors. Web safe color of #9DC824 is #99CC33 (or #9C3).

RGB color model

#9DC824 color RGB value is (157,200,36).

RGB: (157,200,36) (62%, 78%, 14%)

RGB channels and saturation

R 157 of 255 = 62%
G 200 of 255 = 78%
B 36 of 255 = 14%

157
200
36

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

Portions of RGB colors in percentages

R + G + B = 157 + 200 + 36 = 393 (100%)
R 157 of 393 ~ 39.95%
G 200 of 393 ~ 50.89%
B 36 of 393 ~ 9.16'%

%39.95
%50.89

CMYK color model

#9DC824 color CMYK value is (22,0,82,22).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 82.00%
  • key color value is 21.57%
CMYK: (22,0,82,22) C22M0Y82K22 (22%,0%,82%,22%) (0.22/0.00/0.82/0.22) 

CMYK percentages

%21.5
%0
%82
%21.57

Codes

Color #9DC824 in popluar color models

9D C8 24
RGB 157 200 36
HSL 76° 69.49% 46.27%
HSB/HSV 76° 82.00% 78.43%
CMYK 21.50% 0.00% 82.00%
21.57%

Color #9DC824 in popluar number systems.

HEX 9D C8 24
Decimal 157 200 36
Binary 10011101 11001000 100100
Octal 235 310 44

Shades and tints

Shades of #9DC824

#9DC824
(157,200,36)
#8FB621
(143,182,33)
#81A41E
(129,164,30)
#73921B
(115,146,27)
#658018
(101,128,24)
#576E15
(87,110,21)
#495C12
(73,92,18)
#3B4A0F
(59,74,15)
#2D380C
(45,56,12)
#1F2609
(31,38,9)
#111406
(17,20,6)
#000000
(0,0,0)

Tints of #9DC824

#9DC824
(157,200,36)
#A5CD37
(165,205,55)
#ADD24A
(173,210,74)
#B5D75D
(181,215,93)
#BDDC70
(189,220,112)
#C5E183
(197,225,131)
#CDE696
(205,230,150)
#D5EBA9
(213,235,169)
#DDF0BC
(221,240,188)
#E5F5CF
(229,245,207)
#EDFAE2
(237,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC824 color. Also use rgb(157,200,36) instead hex code.

Text Font Color

.myTextColor { color: #9DC824; }

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

This text font color is #9DC824.

Background Color

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

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

This div background color is #9DC824.

Border color

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

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

This div border color is #9DC824.

Opacity

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

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

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

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

This text has shadow with #9DC824 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC824.

Preview

Color preview on black background

This text has color #9DC824 on black background.


Color preview on white background

This text has color #9DC824 on white background.


Black color preview on #9DC824 background

This text has black color on #9DC824 background.


White color preview on #9DC824 background

This text has white color on #9DC824 background.


Related colors

Complementary color

Complementary color for #hex is #6237DB.


I love getcolorcode.com

Triadic colors

1 #249DC8 and #C8249D with #9DC824 are triadic colors.

2 #24C89D and #C89D24 with #9DC824 are triadic colors.