COLOR #9DC434

HEX: #9DC434
RGB: (157,196,52)

Color info

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

RGB color model

#9DC434 color RGB value is (157,196,52).

  • red value is 157;
  • green value is 196;
  • blue value is 52.
RGB:
(157,196,52)
(62%,77%,20%)

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 52 of 255 = 20%

157
196
52

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

Portions of RGB colors in percentages

R + G + B =
157 + 196 + 52 = 405 (100%)
R 157 of 405 ~ 38.77%
G 196 of 405 ~ 48.4%
B 52 of 405 ~ 12.84%

%38.77
%48.4
%12.84

CMYK color model

#9DC434 color CMYK value is (20,0,73,23).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 73.47%
  • key color value is 23.14%
CMYK:
(20,0,73,23)
C20M0Y73K23 
(20%,0%,73%,23%)
(0.20/0.00/0.73/0.23)	

CMYK percentages

%19.9
%0
%73.47
%23.14

Codes

Color #9DC434 in popluar color models

9DC434
RGB15719652
HSL76°58.06%48.63%
HSB/HSV76°73.47%76.86%
CMYK19.90%0.00%73.47%
23.14%

Color #9DC434 in popluar number systems.

HEX9DC434
Decimal15719652
Binary1001110111000100110100
Octal23530464

Shades and tints

Shades of #9DC434

#9DC434
(157,196,52)
#8FB330
(143,179,48)
#81A22C
(129,162,44)
#739128
(115,145,40)
#658024
(101,128,36)
#576F20
(87,111,32)
#495E1C
(73,94,28)
#3B4D18
(59,77,24)
#2D3C14
(45,60,20)
#1F2B10
(31,43,16)
#111A0C
(17,26,12)
#000000
(0,0,0)

Tints of #9DC434

#9DC434
(157,196,52)
#A5C946
(165,201,70)
#ADCE58
(173,206,88)
#B5D36A
(181,211,106)
#BDD87C
(189,216,124)
#C5DD8E
(197,221,142)
#CDE2A0
(205,226,160)
#D5E7B2
(213,231,178)
#DDECC4
(221,236,196)
#E5F1D6
(229,241,214)
#EDF6E8
(237,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC434 color. Also use rgb(157,196,52) instead hex code.

Text Font Color

.myTextColor { color: #9DC434; }

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

This text font color is #9DC434.


Background Color

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

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

This div background color is #9DC434.


Border color

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

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

This div border color is #9DC434.


Opacity

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

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

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

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

This text has shadow with #9DC434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC434 on black background.


Color preview on white background

This text has color #9DC434 on white background.



Black color preview on #9DC434 background

This text has black color on #9DC434 background.


White color preview on #9DC434 background

This text has white color on #9DC434 background.