Shades of Pale Green #9EFC96
Tints of Pale Green #9EFC96
RGB
CMYK
RGB Variations
Color information
#9EFC96 (or 0x9EFC96) is known color: Pale Green. HEX triplet: 9E, FC and 96. RGB value is (158,252,150). Sum of RGB (Red+Green+Blue) = 158+252+150=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFC96 is #610369. Grayscale: #D4D4D4. Windows color (decimal): -6357866 or 9895070. OLE color: 9895070.
HSL color Cylindrical-coordinate representation of color #9EFC96: hue angle of 115.29º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EFC96 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 150 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.01 |
| HSL | 115.29º | 0.94% | 0.79% | - |
| HSV(B) | 115.29º | 0.4% | 0.99% | - |
| XYZ | 54.42 | 79.09 | 41.25 | - |
| YUV | 212.27 | 92.86 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 150 | 0.37 | 0 | 0.40 | 0.01 | 115.29 | 0.94 | 0.79 |
| Hex | 9E | FC | 96 | 25 | 0 | 28 | 1 | 73 | 5E | 4F |
| Octal | 236 | 374 | 226 | 45 | 0 | 50 | 1 | 163 | 136 | 117 |
| Binary | 10011110 | 11111100 | 10010110 | 100101 | 0 | 101000 | 1 | 1110011 | 1011110 | 1001111 |
Color Harmonies of #9EFC96
Complementary color
Monochromatic Colors of #9EFC96
Black with #9EFC96
Text Example
Text Example
White with #9EFC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC96; }
p { color: rgb(158,252,150); }
H1.HeaderClassName
{
color: #9EFC96;
}
.AnyTagClassName
{
color: #9EFC96;
}
</style>
background-color css
<style>
a { background-color: #9EFC96; }
a { background-color: rgb(158,252,150); }
div.DivClassName
{
background-color: #9EFC96;
}
.BgClassName
{
background-color: #9EFC96;
}
</style>
border-color css
<style>
span { border-color: #9EFC96; }
span { border-color: rgb(158,252,150); }
td.TdClassName
{
border-color: #9EFC96;
}
.TagClassName
{
border-color: #9EFC96;
}
</style>