Shades of Pale Green #9EEBA0
Tints of Pale Green #9EEBA0
RGB
CMYK
RGB Variations
Color information
#9EEBA0 (or 0x9EEBA0) is known color: Pale Green. HEX triplet: 9E, EB and A0. RGB value is (158,235,160). Sum of RGB (Red+Green+Blue) = 158+235+160=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBA0 is #61145F. Grayscale: #CBCBCB. Windows color (decimal): -6362208 or 10546078. OLE color: 10546078.
HSL color Cylindrical-coordinate representation of color #9EEBA0: hue angle of 121.56º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBA0 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 160 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.08 |
| HSL | 121.56º | 0.66% | 0.77% | - |
| HSV(B) | 121.56º | 0.33% | 0.92% | - |
| XYZ | 50.15 | 69.22 | 43.98 | - |
| YUV | 203.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 160 | 0.33 | 0 | 0.32 | 0.08 | 121.56 | 0.66 | 0.77 |
| Hex | 9E | EB | A0 | 21 | 0 | 20 | 8 | 7A | 42 | 4D |
| Octal | 236 | 353 | 240 | 41 | 0 | 40 | 10 | 172 | 102 | 115 |
| Binary | 10011110 | 11101011 | 10100000 | 100001 | 0 | 100000 | 1000 | 1111010 | 1000010 | 1001101 |
Color Harmonies of #9EEBA0
Complementary color
Monochromatic Colors of #9EEBA0
Black with #9EEBA0
Text Example
Text Example
White with #9EEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBA0; }
p { color: rgb(158,235,160); }
H1.HeaderClassName
{
color: #9EEBA0;
}
.AnyTagClassName
{
color: #9EEBA0;
}
</style>
background-color css
<style>
a { background-color: #9EEBA0; }
a { background-color: rgb(158,235,160); }
div.DivClassName
{
background-color: #9EEBA0;
}
.BgClassName
{
background-color: #9EEBA0;
}
</style>
border-color css
<style>
span { border-color: #9EEBA0; }
span { border-color: rgb(158,235,160); }
td.TdClassName
{
border-color: #9EEBA0;
}
.TagClassName
{
border-color: #9EEBA0;
}
</style>