COLOR #9DD934

HEX: #9DD934
RGB: (157,217,52)

Color info

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

RGB color model

#9DD934 color RGB value is (157,217,52).

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

RGB channels and saturation

R 157 of 255 = 62%
G 217 of 255 = 85%
B 52 of 255 = 20%

157
217
52

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

Portions of RGB colors in percentages

R + G + B =
157 + 217 + 52 = 426 (100%)
R 157 of 426 ~ 36.85%
G 217 of 426 ~ 50.94%
B 52 of 426 ~ 12.21%

%36.85
%50.94
%12.21

CMYK color model

#9DD934 color CMYK value is (28,0,76,15).

  • cyan value is 27.65%
  • magenta value is 0.00%
  • yellow value is 76.04%
  • key color value is 14.90%
CMYK:
(28,0,76,15)
C28M0Y76K15 
(28%,0%,76%,15%)
(0.28/0.00/0.76/0.15)	

CMYK percentages

%27.65
%0
%76.04
%14.9

Codes

Color #9DD934 in popluar color models

9DD934
RGB15721752
HSL82°68.46%52.75%
HSB/HSV82°76.04%85.10%
CMYK27.65%0.00%76.04%
14.90%

Color #9DD934 in popluar number systems.

HEX9DD934
Decimal15721752
Binary1001110111011001110100
Octal23533164

Shades and tints

Shades of #9DD934

#9DD934
(157,217,52)
#8FC630
(143,198,48)
#81B32C
(129,179,44)
#73A028
(115,160,40)
#658D24
(101,141,36)
#577A20
(87,122,32)
#49671C
(73,103,28)
#3B5418
(59,84,24)
#2D4114
(45,65,20)
#1F2E10
(31,46,16)
#111B0C
(17,27,12)
#000000
(0,0,0)

Tints of #9DD934

#9DD934
(157,217,52)
#A5DC46
(165,220,70)
#ADDF58
(173,223,88)
#B5E26A
(181,226,106)
#BDE57C
(189,229,124)
#C5E88E
(197,232,142)
#CDEBA0
(205,235,160)
#D5EEB2
(213,238,178)
#DDF1C4
(221,241,196)
#E5F4D6
(229,244,214)
#EDF7E8
(237,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD934; }

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

This text font color is #9DD934.


Background Color

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

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

This div background color is #9DD934.


Border color

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

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

This div border color is #9DD934.


Opacity

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

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

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

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

This text has shadow with #9DD934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD934 on black background.


Color preview on white background

This text has color #9DD934 on white background.



Black color preview on #9DD934 background

This text has black color on #9DD934 background.


White color preview on #9DD934 background

This text has white color on #9DD934 background.