Shades of Pale Green #9EFC9E
Tints of Pale Green #9EFC9E
RGB
CMYK
RGB Variations
Color information
#9EFC9E (or 0x9EFC9E) is known color: Pale Green. HEX triplet: 9E, FC and 9E. RGB value is (158,252,158). Sum of RGB (Red+Green+Blue) = 158+252+158=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFC9E is #610361. Grayscale: #D5D5D5. Windows color (decimal): -6357858 or 10419358. OLE color: 10419358.
HSL color Cylindrical-coordinate representation of color #9EFC9E: hue angle of 120º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFC9E is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 158 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.01 |
| HSL | 120º | 0.94% | 0.8% | - |
| HSV(B) | 120º | 0.37% | 0.99% | - |
| XYZ | 55.08 | 79.36 | 44.76 | - |
| YUV | 213.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 158 | 0.37 | 0 | 0.37 | 0.01 | 120 | 0.94 | 0.8 |
| Hex | 9E | FC | 9E | 25 | 0 | 25 | 1 | 78 | 5E | 50 |
| Octal | 236 | 374 | 236 | 45 | 0 | 45 | 1 | 170 | 136 | 120 |
| Binary | 10011110 | 11111100 | 10011110 | 100101 | 0 | 100101 | 1 | 1111000 | 1011110 | 1010000 |
Color Harmonies of #9EFC9E
Complementary color
Monochromatic Colors of #9EFC9E
Black with #9EFC9E
Text Example
Text Example
White with #9EFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC9E; }
p { color: rgb(158,252,158); }
H1.HeaderClassName
{
color: #9EFC9E;
}
.AnyTagClassName
{
color: #9EFC9E;
}
</style>
background-color css
<style>
a { background-color: #9EFC9E; }
a { background-color: rgb(158,252,158); }
div.DivClassName
{
background-color: #9EFC9E;
}
.BgClassName
{
background-color: #9EFC9E;
}
</style>
border-color css
<style>
span { border-color: #9EFC9E; }
span { border-color: rgb(158,252,158); }
td.TdClassName
{
border-color: #9EFC9E;
}
.TagClassName
{
border-color: #9EFC9E;
}
</style>