Shades of Pale Green #9EF395
Tints of Pale Green #9EF395
RGB
CMYK
RGB Variations
Color information
#9EF395 (or 0x9EF395) is known color: Pale Green. HEX triplet: 9E, F3 and 95. RGB value is (158,243,149). Sum of RGB (Red+Green+Blue) = 158+243+149=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF395 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF395 is #610C6A. Grayscale: #CFCFCF. Windows color (decimal): -6360171 or 9827230. OLE color: 9827230.
HSL color Cylindrical-coordinate representation of color #9EF395: hue angle of 114.26º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EF395 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 149 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.05 |
| HSL | 114.26º | 0.8% | 0.77% | - |
| HSV(B) | 114.26º | 0.39% | 0.95% | - |
| XYZ | 51.58 | 73.54 | 39.91 | - |
| YUV | 206.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 149 | 0.35 | 0 | 0.39 | 0.05 | 114.26 | 0.8 | 0.77 |
| Hex | 9E | F3 | 95 | 23 | 0 | 27 | 5 | 72 | 50 | 4D |
| Octal | 236 | 363 | 225 | 43 | 0 | 47 | 5 | 162 | 120 | 115 |
| Binary | 10011110 | 11110011 | 10010101 | 100011 | 0 | 100111 | 101 | 1110010 | 1010000 | 1001101 |
Color Harmonies of #9EF395
Complementary color
Monochromatic Colors of #9EF395
Black with #9EF395
Text Example
Text Example
White with #9EF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF395; }
p { color: rgb(158,243,149); }
H1.HeaderClassName
{
color: #9EF395;
}
.AnyTagClassName
{
color: #9EF395;
}
</style>
background-color css
<style>
a { background-color: #9EF395; }
a { background-color: rgb(158,243,149); }
div.DivClassName
{
background-color: #9EF395;
}
.BgClassName
{
background-color: #9EF395;
}
</style>
border-color css
<style>
span { border-color: #9EF395; }
span { border-color: rgb(158,243,149); }
td.TdClassName
{
border-color: #9EF395;
}
.TagClassName
{
border-color: #9EF395;
}
</style>