Shades of Pale Green #9EFA8D
Tints of Pale Green #9EFA8D
RGB
CMYK
RGB Variations
Color information
#9EFA8D (or 0x9EFA8D) is known color: Pale Green. HEX triplet: 9E, FA and 8D. RGB value is (158,250,141). Sum of RGB (Red+Green+Blue) = 158+250+141=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFA8D is #610572. Grayscale: #D2D2D2. Windows color (decimal): -6358387 or 9304734. OLE color: 9304734.
HSL color Cylindrical-coordinate representation of color #9EFA8D: hue angle of 110.64º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EFA8D is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 141 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.02 |
| HSL | 110.64º | 0.92% | 0.77% | - |
| HSV(B) | 110.64º | 0.44% | 0.98% | - |
| XYZ | 53.09 | 77.56 | 37.37 | - |
| YUV | 210.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 141 | 0.37 | 0 | 0.44 | 0.02 | 110.64 | 0.92 | 0.77 |
| Hex | 9E | FA | 8D | 25 | 0 | 2C | 2 | 6F | 5C | 4D |
| Octal | 236 | 372 | 215 | 45 | 0 | 54 | 2 | 157 | 134 | 115 |
| Binary | 10011110 | 11111010 | 10001101 | 100101 | 0 | 101100 | 10 | 1101111 | 1011100 | 1001101 |
Color Harmonies of #9EFA8D
Complementary color
Monochromatic Colors of #9EFA8D
Black with #9EFA8D
Text Example
Text Example
White with #9EFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA8D; }
p { color: rgb(158,250,141); }
H1.HeaderClassName
{
color: #9EFA8D;
}
.AnyTagClassName
{
color: #9EFA8D;
}
</style>
background-color css
<style>
a { background-color: #9EFA8D; }
a { background-color: rgb(158,250,141); }
div.DivClassName
{
background-color: #9EFA8D;
}
.BgClassName
{
background-color: #9EFA8D;
}
</style>
border-color css
<style>
span { border-color: #9EFA8D; }
span { border-color: rgb(158,250,141); }
td.TdClassName
{
border-color: #9EFA8D;
}
.TagClassName
{
border-color: #9EFA8D;
}
</style>