Shades of Pale Green #9EFA96
Tints of Pale Green #9EFA96
RGB
CMYK
RGB Variations
Color information
#9EFA96 (or 0x9EFA96) is known color: Pale Green. HEX triplet: 9E, FA and 96. RGB value is (158,250,150). Sum of RGB (Red+Green+Blue) = 158+250+150=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFA96 is #610569. Grayscale: #D3D3D3. Windows color (decimal): -6358378 or 9894558. OLE color: 9894558.
HSL color Cylindrical-coordinate representation of color #9EFA96: hue angle of 115.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EFA96 is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 150 | - |
| CMYK | 0.37 | 0 | 0.4 | 0.02 |
| HSL | 115.2º | 0.91% | 0.78% | - |
| HSV(B) | 115.2º | 0.4% | 0.98% | - |
| XYZ | 53.79 | 77.84 | 41.04 | - |
| YUV | 211.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 150 | 0.37 | 0 | 0.4 | 0.02 | 115.2 | 0.91 | 0.78 |
| Hex | 9E | FA | 96 | 25 | 0 | 28 | 2 | 73 | 5B | 4E |
| Octal | 236 | 372 | 226 | 45 | 0 | 50 | 2 | 163 | 133 | 116 |
| Binary | 10011110 | 11111010 | 10010110 | 100101 | 0 | 101000 | 10 | 1110011 | 1011011 | 1001110 |
Color Harmonies of #9EFA96
Complementary color
Monochromatic Colors of #9EFA96
Black with #9EFA96
Text Example
Text Example
White with #9EFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA96; }
p { color: rgb(158,250,150); }
H1.HeaderClassName
{
color: #9EFA96;
}
.AnyTagClassName
{
color: #9EFA96;
}
</style>
background-color css
<style>
a { background-color: #9EFA96; }
a { background-color: rgb(158,250,150); }
div.DivClassName
{
background-color: #9EFA96;
}
.BgClassName
{
background-color: #9EFA96;
}
</style>
border-color css
<style>
span { border-color: #9EFA96; }
span { border-color: rgb(158,250,150); }
td.TdClassName
{
border-color: #9EFA96;
}
.TagClassName
{
border-color: #9EFA96;
}
</style>