Shades of Pale Green #9EFC92
Tints of Pale Green #9EFC92
RGB
CMYK
RGB Variations
Color information
#9EFC92 (or 0x9EFC92) is known color: Pale Green. HEX triplet: 9E, FC and 92. RGB value is (158,252,146). Sum of RGB (Red+Green+Blue) = 158+252+146=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFC92 is #61036D. Grayscale: #D4D4D4. Windows color (decimal): -6357870 or 9632926. OLE color: 9632926.
HSL color Cylindrical-coordinate representation of color #9EFC92: hue angle of 113.21º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EFC92 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 146 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.01 |
| HSL | 113.21º | 0.95% | 0.78% | - |
| HSV(B) | 113.21º | 0.42% | 0.99% | - |
| XYZ | 54.1 | 78.97 | 39.58 | - |
| YUV | 211.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 146 | 0.37 | 0 | 0.42 | 0.01 | 113.21 | 0.95 | 0.78 |
| Hex | 9E | FC | 92 | 25 | 0 | 2A | 1 | 71 | 5F | 4E |
| Octal | 236 | 374 | 222 | 45 | 0 | 52 | 1 | 161 | 137 | 116 |
| Binary | 10011110 | 11111100 | 10010010 | 100101 | 0 | 101010 | 1 | 1110001 | 1011111 | 1001110 |
Color Harmonies of #9EFC92
Complementary color
Monochromatic Colors of #9EFC92
Black with #9EFC92
Text Example
Text Example
White with #9EFC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC92; }
p { color: rgb(158,252,146); }
H1.HeaderClassName
{
color: #9EFC92;
}
.AnyTagClassName
{
color: #9EFC92;
}
</style>
background-color css
<style>
a { background-color: #9EFC92; }
a { background-color: rgb(158,252,146); }
div.DivClassName
{
background-color: #9EFC92;
}
.BgClassName
{
background-color: #9EFC92;
}
</style>
border-color css
<style>
span { border-color: #9EFC92; }
span { border-color: rgb(158,252,146); }
td.TdClassName
{
border-color: #9EFC92;
}
.TagClassName
{
border-color: #9EFC92;
}
</style>