Shades of Pale Green #9EF495
Tints of Pale Green #9EF495
RGB
CMYK
RGB Variations
Color information
#9EF495 (or 0x9EF495) is known color: Pale Green. HEX triplet: 9E, F4 and 95. RGB value is (158,244,149). Sum of RGB (Red+Green+Blue) = 158+244+149=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF495 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF495 is #610B6A. Grayscale: #CFCFCF. Windows color (decimal): -6359915 or 9827486. OLE color: 9827486.
HSL color Cylindrical-coordinate representation of color #9EF495: hue angle of 114.32º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EF495 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 244 | 149 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.04 |
| HSL | 114.32º | 0.81% | 0.77% | - |
| HSV(B) | 114.32º | 0.39% | 0.96% | - |
| XYZ | 51.88 | 74.14 | 40.01 | - |
| YUV | 207.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 149 | 0.35 | 0 | 0.39 | 0.04 | 114.32 | 0.81 | 0.77 |
| Hex | 9E | F4 | 95 | 23 | 0 | 27 | 4 | 72 | 51 | 4D |
| Octal | 236 | 364 | 225 | 43 | 0 | 47 | 4 | 162 | 121 | 115 |
| Binary | 10011110 | 11110100 | 10010101 | 100011 | 0 | 100111 | 100 | 1110010 | 1010001 | 1001101 |
Color Harmonies of #9EF495
Complementary color
Monochromatic Colors of #9EF495
Black with #9EF495
Text Example
Text Example
White with #9EF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF495; }
p { color: rgb(158,244,149); }
H1.HeaderClassName
{
color: #9EF495;
}
.AnyTagClassName
{
color: #9EF495;
}
</style>
background-color css
<style>
a { background-color: #9EF495; }
a { background-color: rgb(158,244,149); }
div.DivClassName
{
background-color: #9EF495;
}
.BgClassName
{
background-color: #9EF495;
}
</style>
border-color css
<style>
span { border-color: #9EF495; }
span { border-color: rgb(158,244,149); }
td.TdClassName
{
border-color: #9EF495;
}
.TagClassName
{
border-color: #9EF495;
}
</style>