Shades of Pale Green #9EFA8E
Tints of Pale Green #9EFA8E
RGB
CMYK
RGB Variations
Color information
#9EFA8E (or 0x9EFA8E) is known color: Pale Green. HEX triplet: 9E, FA and 8E. RGB value is (158,250,142). Sum of RGB (Red+Green+Blue) = 158+250+142=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFA8E is #610571. Grayscale: #D2D2D2. Windows color (decimal): -6358386 or 9370270. OLE color: 9370270.
HSL color Cylindrical-coordinate representation of color #9EFA8E: hue angle of 111.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EFA8E is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 142 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.02 |
| HSL | 111.11º | 0.92% | 0.77% | - |
| HSV(B) | 111.11º | 0.43% | 0.98% | - |
| XYZ | 53.17 | 77.59 | 37.77 | - |
| YUV | 210.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 142 | 0.37 | 0 | 0.43 | 0.02 | 111.11 | 0.92 | 0.77 |
| Hex | 9E | FA | 8E | 25 | 0 | 2B | 2 | 6F | 5C | 4D |
| Octal | 236 | 372 | 216 | 45 | 0 | 53 | 2 | 157 | 134 | 115 |
| Binary | 10011110 | 11111010 | 10001110 | 100101 | 0 | 101011 | 10 | 1101111 | 1011100 | 1001101 |
Color Harmonies of #9EFA8E
Complementary color
Monochromatic Colors of #9EFA8E
Black with #9EFA8E
Text Example
Text Example
White with #9EFA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA8E; }
p { color: rgb(158,250,142); }
H1.HeaderClassName
{
color: #9EFA8E;
}
.AnyTagClassName
{
color: #9EFA8E;
}
</style>
background-color css
<style>
a { background-color: #9EFA8E; }
a { background-color: rgb(158,250,142); }
div.DivClassName
{
background-color: #9EFA8E;
}
.BgClassName
{
background-color: #9EFA8E;
}
</style>
border-color css
<style>
span { border-color: #9EFA8E; }
span { border-color: rgb(158,250,142); }
td.TdClassName
{
border-color: #9EFA8E;
}
.TagClassName
{
border-color: #9EFA8E;
}
</style>