COLOR #9DE12C

HEX: #9DE12C
RGB: (157,225,44)

Color info

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

RGB color model

#9DE12C color RGB value is (157,225,44).

  • red value is 157;
  • green value is 225;
  • blue value is 44.
RGB:
(157,225,44)
(62%,88%,17%)

RGB channels and saturation

R 157 of 255 = 62%
G 225 of 255 = 88%
B 44 of 255 = 17%

157
225
44

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

Portions of RGB colors in percentages

R + G + B =
157 + 225 + 44 = 426 (100%)
R 157 of 426 ~ 36.85%
G 225 of 426 ~ 52.82%
B 44 of 426 ~ 10.33%

%36.85
%52.82
%10.33

CMYK color model

#9DE12C color CMYK value is (30,0,80,12).

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 80.44%
  • key color value is 11.76%
CMYK:
(30,0,80,12)
C30M0Y80K12 
(30%,0%,80%,12%)
(0.30/0.00/0.80/0.12)	

CMYK percentages

%30.22
%0
%80.44
%11.76

Codes

Color #9DE12C in popluar color models

9DE12C
RGB15722544
HSL83°75.10%52.75%
HSB/HSV83°80.44%88.24%
CMYK30.22%0.00%80.44%
11.76%

Color #9DE12C in popluar number systems.

HEX9DE12C
Decimal15722544
Binary1001110111100001101100
Octal23534154

Shades and tints

Shades of #9DE12C

#9DE12C
(157,225,44)
#8FCD28
(143,205,40)
#81B924
(129,185,36)
#73A520
(115,165,32)
#65911C
(101,145,28)
#577D18
(87,125,24)
#496914
(73,105,20)
#3B5510
(59,85,16)
#2D410C
(45,65,12)
#1F2D08
(31,45,8)
#111904
(17,25,4)
#000000
(0,0,0)

Tints of #9DE12C

#9DE12C
(157,225,44)
#A5E33F
(165,227,63)
#ADE552
(173,229,82)
#B5E765
(181,231,101)
#BDE978
(189,233,120)
#C5EB8B
(197,235,139)
#CDED9E
(205,237,158)
#D5EFB1
(213,239,177)
#DDF1C4
(221,241,196)
#E5F3D7
(229,243,215)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE12C color. Also use rgb(157,225,44) instead hex code.

Text Font Color

.myTextColor { color: #9DE12C; }

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

This text font color is #9DE12C.


Background Color

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

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

This div background color is #9DE12C.


Border color

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

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

This div border color is #9DE12C.


Opacity

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

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

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

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

This text has shadow with #9DE12C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE12C on black background.


Color preview on white background

This text has color #9DE12C on white background.



Black color preview on #9DE12C background

This text has black color on #9DE12C background.


White color preview on #9DE12C background

This text has white color on #9DE12C background.