COLOR #9DE054

HEX: #9DE054
RGB: (157,224,84)

Color info

#9DE054 contains mainly green color. Web safe color of #9DE054 is #99CC66 (or #9C6).

RGB color model

#9DE054 color RGB value is (157,224,84).

  • red value is 157;
  • green value is 224;
  • blue value is 84.
RGB:
(157,224,84)
(62%,88%,33%)

RGB channels and saturation

R 157 of 255 = 62%
G 224 of 255 = 88%
B 84 of 255 = 33%

157
224
84

R + G + B ~ 61%. #9DE054 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 224 + 84 = 465 (100%)
R 157 of 465 ~ 33.76%
G 224 of 465 ~ 48.17%
B 84 of 465 ~ 18.06%

%33.76
%48.17
%18.06

CMYK color model

#9DE054 color CMYK value is (30,0,63,12).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 12.16%
CMYK:
(30,0,63,12)
C30M0Y63K12 
(30%,0%,63%,12%)
(0.30/0.00/0.63/0.12)	

CMYK percentages

%29.91
%0
%62.5
%12.16

Codes

Color #9DE054 in popluar color models

9DE054
RGB15722484
HSL89°69.31%60.39%
HSB/HSV89°62.50%87.84%
CMYK29.91%0.00%62.50%
12.16%

Color #9DE054 in popluar number systems.

HEX9DE054
Decimal15722484
Binary10011101111000001010100
Octal235340124

Shades and tints

Shades of #9DE054

#9DE054
(157,224,84)
#8FCC4D
(143,204,77)
#81B846
(129,184,70)
#73A43F
(115,164,63)
#659038
(101,144,56)
#577C31
(87,124,49)
#49682A
(73,104,42)
#3B5423
(59,84,35)
#2D401C
(45,64,28)
#1F2C15
(31,44,21)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #9DE054

#9DE054
(157,224,84)
#A5E263
(165,226,99)
#ADE472
(173,228,114)
#B5E681
(181,230,129)
#BDE890
(189,232,144)
#C5EA9F
(197,234,159)
#CDECAE
(205,236,174)
#D5EEBD
(213,238,189)
#DDF0CC
(221,240,204)
#E5F2DB
(229,242,219)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE054 color. Also use rgb(157,224,84) instead hex code.

Text Font Color

.myTextColor { color: #9DE054; }

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

This text font color is #9DE054.


Background Color

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

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

This div background color is #9DE054.


Border color

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

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

This div border color is #9DE054.


Opacity

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

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

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

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

This text has shadow with #9DE054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE054 on black background.


Color preview on white background

This text has color #9DE054 on white background.



Black color preview on #9DE054 background

This text has black color on #9DE054 background.


White color preview on #9DE054 background

This text has white color on #9DE054 background.