COLOR #9DE28A

HEX: #9DE28A
RGB: (157,226,138)

Color info

#9DE28A contains mainly green color. Web safe color of #9DE28A is #99CC99 (or #9C9).

RGB color model

#9DE28A color RGB value is (157,226,138).

  • red value is 157;
  • green value is 226;
  • blue value is 138.
RGB:
(157,226,138)
(62%,89%,54%)

RGB channels and saturation

R 157 of 255 = 62%
G 226 of 255 = 89%
B 138 of 255 = 54%

157
226
138

R + G + B ~ 68%. #9DE28A is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 226 + 138 = 521 (100%)
R 157 of 521 ~ 30.13%
G 226 of 521 ~ 43.38%
B 138 of 521 ~ 26.49%

%30.13
%43.38
%26.49

CMYK color model

#9DE28A color CMYK value is (31,0,39,11).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 11.37%
CMYK:
(31,0,39,11)
C31M0Y39K11 
(31%,0%,39%,11%)
(0.31/0.00/0.39/0.11)	

CMYK percentages

%30.53
%0
%38.94
%11.37

Codes

Color #9DE28A in popluar color models

9DE28A
RGB157226138
HSL107°60.27%71.37%
HSB/HSV107°38.94%88.63%
CMYK30.53%0.00%38.94%
11.37%

Color #9DE28A in popluar number systems.

HEX9DE28A
Decimal157226138
Binary100111011110001010001010
Octal235342212

Shades and tints

Shades of #9DE28A

#9DE28A
(157,226,138)
#8FCE7E
(143,206,126)
#81BA72
(129,186,114)
#73A666
(115,166,102)
#65925A
(101,146,90)
#577E4E
(87,126,78)
#496A42
(73,106,66)
#3B5636
(59,86,54)
#2D422A
(45,66,42)
#1F2E1E
(31,46,30)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #9DE28A

#9DE28A
(157,226,138)
#A5E494
(165,228,148)
#ADE69E
(173,230,158)
#B5E8A8
(181,232,168)
#BDEAB2
(189,234,178)
#C5ECBC
(197,236,188)
#CDEEC6
(205,238,198)
#D5F0D0
(213,240,208)
#DDF2DA
(221,242,218)
#E5F4E4
(229,244,228)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE28A color. Also use rgb(157,226,138) instead hex code.

Text Font Color

.myTextColor { color: #9DE28A; }

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

This text font color is #9DE28A.


Background Color

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

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

This div background color is #9DE28A.


Border color

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

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

This div border color is #9DE28A.


Opacity

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

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

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

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

This text has shadow with #9DE28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE28A on black background.


Color preview on white background

This text has color #9DE28A on white background.



Black color preview on #9DE28A background

This text has black color on #9DE28A background.


White color preview on #9DE28A background

This text has white color on #9DE28A background.