Shades of Pale Green #9EFC9A
Tints of Pale Green #9EFC9A
RGB
CMYK
RGB Variations
Color information
#9EFC9A (or 0x9EFC9A) is known color: Pale Green. HEX triplet: 9E, FC and 9A. RGB value is (158,252,154). Sum of RGB (Red+Green+Blue) = 158+252+154=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFC9A is #610365. Grayscale: #D5D5D5. Windows color (decimal): -6357862 or 10157214. OLE color: 10157214.
HSL color Cylindrical-coordinate representation of color #9EFC9A: hue angle of 117.55º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EFC9A is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 154 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.01 |
| HSL | 117.55º | 0.94% | 0.8% | - |
| HSV(B) | 117.55º | 0.39% | 0.99% | - |
| XYZ | 54.74 | 79.22 | 42.98 | - |
| YUV | 212.72 | 94.86 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 154 | 0.37 | 0 | 0.39 | 0.01 | 117.55 | 0.94 | 0.8 |
| Hex | 9E | FC | 9A | 25 | 0 | 27 | 1 | 76 | 5E | 50 |
| Octal | 236 | 374 | 232 | 45 | 0 | 47 | 1 | 166 | 136 | 120 |
| Binary | 10011110 | 11111100 | 10011010 | 100101 | 0 | 100111 | 1 | 1110110 | 1011110 | 1010000 |
Color Harmonies of #9EFC9A
Complementary color
Monochromatic Colors of #9EFC9A
Black with #9EFC9A
Text Example
Text Example
White with #9EFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC9A; }
p { color: rgb(158,252,154); }
H1.HeaderClassName
{
color: #9EFC9A;
}
.AnyTagClassName
{
color: #9EFC9A;
}
</style>
background-color css
<style>
a { background-color: #9EFC9A; }
a { background-color: rgb(158,252,154); }
div.DivClassName
{
background-color: #9EFC9A;
}
.BgClassName
{
background-color: #9EFC9A;
}
</style>
border-color css
<style>
span { border-color: #9EFC9A; }
span { border-color: rgb(158,252,154); }
td.TdClassName
{
border-color: #9EFC9A;
}
.TagClassName
{
border-color: #9EFC9A;
}
</style>