Shades of Pale Green #9EFA85
Tints of Pale Green #9EFA85
RGB
CMYK
RGB Variations
Color information
#9EFA85 (or 0x9EFA85) is known color: Pale Green. HEX triplet: 9E, FA and 85. RGB value is (158,250,133). Sum of RGB (Red+Green+Blue) = 158+250+133=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFA85 is #61057A. Grayscale: #D1D1D1. Windows color (decimal): -6358395 or 8780446. OLE color: 8780446.
HSL color Cylindrical-coordinate representation of color #9EFA85: hue angle of 107.18º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EFA85 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 133 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.02 |
| HSL | 107.18º | 0.92% | 0.75% | - |
| HSV(B) | 107.18º | 0.47% | 0.98% | - |
| XYZ | 52.52 | 77.33 | 34.35 | - |
| YUV | 209.15 | 85.02 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 133 | 0.37 | 0 | 0.47 | 0.02 | 107.18 | 0.92 | 0.75 |
| Hex | 9E | FA | 85 | 25 | 0 | 2F | 2 | 6B | 5C | 4B |
| Octal | 236 | 372 | 205 | 45 | 0 | 57 | 2 | 153 | 134 | 113 |
| Binary | 10011110 | 11111010 | 10000101 | 100101 | 0 | 101111 | 10 | 1101011 | 1011100 | 1001011 |
Color Harmonies of #9EFA85
Complementary color
Monochromatic Colors of #9EFA85
Black with #9EFA85
Text Example
Text Example
White with #9EFA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA85; }
p { color: rgb(158,250,133); }
H1.HeaderClassName
{
color: #9EFA85;
}
.AnyTagClassName
{
color: #9EFA85;
}
</style>
background-color css
<style>
a { background-color: #9EFA85; }
a { background-color: rgb(158,250,133); }
div.DivClassName
{
background-color: #9EFA85;
}
.BgClassName
{
background-color: #9EFA85;
}
</style>
border-color css
<style>
span { border-color: #9EFA85; }
span { border-color: rgb(158,250,133); }
td.TdClassName
{
border-color: #9EFA85;
}
.TagClassName
{
border-color: #9EFA85;
}
</style>