Shades of Pale Green #9EF98D
Tints of Pale Green #9EF98D
RGB
CMYK
RGB Variations
Color information
#9EF98D (or 0x9EF98D) is known color: Pale Green. HEX triplet: 9E, F9 and 8D. RGB value is (158,249,141). Sum of RGB (Red+Green+Blue) = 158+249+141=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF98D is #610672. Grayscale: #D1D1D1. Windows color (decimal): -6358643 or 9304478. OLE color: 9304478.
HSL color Cylindrical-coordinate representation of color #9EF98D: hue angle of 110.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EF98D is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 141 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.02 |
| HSL | 110.56º | 0.9% | 0.76% | - |
| HSV(B) | 110.56º | 0.43% | 0.98% | - |
| XYZ | 52.78 | 76.94 | 37.27 | - |
| YUV | 209.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 141 | 0.37 | 0 | 0.43 | 0.02 | 110.56 | 0.9 | 0.76 |
| Hex | 9E | F9 | 8D | 25 | 0 | 2B | 2 | 6F | 5A | 4C |
| Octal | 236 | 371 | 215 | 45 | 0 | 53 | 2 | 157 | 132 | 114 |
| Binary | 10011110 | 11111001 | 10001101 | 100101 | 0 | 101011 | 10 | 1101111 | 1011010 | 1001100 |
Color Harmonies of #9EF98D
Complementary color
Monochromatic Colors of #9EF98D
Black with #9EF98D
Text Example
Text Example
White with #9EF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF98D; }
p { color: rgb(158,249,141); }
H1.HeaderClassName
{
color: #9EF98D;
}
.AnyTagClassName
{
color: #9EF98D;
}
</style>
background-color css
<style>
a { background-color: #9EF98D; }
a { background-color: rgb(158,249,141); }
div.DivClassName
{
background-color: #9EF98D;
}
.BgClassName
{
background-color: #9EF98D;
}
</style>
border-color css
<style>
span { border-color: #9EF98D; }
span { border-color: rgb(158,249,141); }
td.TdClassName
{
border-color: #9EF98D;
}
.TagClassName
{
border-color: #9EF98D;
}
</style>