Shades of Pale Green #9EF29E
Tints of Pale Green #9EF29E
RGB
CMYK
RGB Variations
Color information
#9EF29E (or 0x9EF29E) is known color: Pale Green. HEX triplet: 9E, F2 and 9E. RGB value is (158,242,158). Sum of RGB (Red+Green+Blue) = 158+242+158=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF29E is #610D61. Grayscale: #CFCFCF. Windows color (decimal): -6360418 or 10416798. OLE color: 10416798.
HSL color Cylindrical-coordinate representation of color #9EF29E: hue angle of 120º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF29E is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 158 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.05 |
| HSL | 120º | 0.76% | 0.78% | - |
| HSV(B) | 120º | 0.35% | 0.95% | - |
| XYZ | 52.02 | 73.24 | 43.74 | - |
| YUV | 207.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 158 | 0.35 | 0 | 0.35 | 0.05 | 120 | 0.76 | 0.78 |
| Hex | 9E | F2 | 9E | 23 | 0 | 23 | 5 | 78 | 4C | 4E |
| Octal | 236 | 362 | 236 | 43 | 0 | 43 | 5 | 170 | 114 | 116 |
| Binary | 10011110 | 11110010 | 10011110 | 100011 | 0 | 100011 | 101 | 1111000 | 1001100 | 1001110 |
Color Harmonies of #9EF29E
Complementary color
Monochromatic Colors of #9EF29E
Black with #9EF29E
Text Example
Text Example
White with #9EF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF29E; }
p { color: rgb(158,242,158); }
H1.HeaderClassName
{
color: #9EF29E;
}
.AnyTagClassName
{
color: #9EF29E;
}
</style>
background-color css
<style>
a { background-color: #9EF29E; }
a { background-color: rgb(158,242,158); }
div.DivClassName
{
background-color: #9EF29E;
}
.BgClassName
{
background-color: #9EF29E;
}
</style>
border-color css
<style>
span { border-color: #9EF29E; }
span { border-color: rgb(158,242,158); }
td.TdClassName
{
border-color: #9EF29E;
}
.TagClassName
{
border-color: #9EF29E;
}
</style>