Shades of Pale Green #9EFB80
Tints of Pale Green #9EFB80
RGB
CMYK
RGB Variations
Color information
#9EFB80 (or 0x9EFB80) is known color: Pale Green. HEX triplet: 9E, FB and 80. RGB value is (158,251,128). Sum of RGB (Red+Green+Blue) = 158+251+128=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFB80 is #61047F. Grayscale: #D1D1D1. Windows color (decimal): -6358144 or 8453022. OLE color: 8453022.
HSL color Cylindrical-coordinate representation of color #9EFB80: hue angle of 105.37º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EFB80 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 128 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.02 |
| HSL | 105.37º | 0.94% | 0.74% | - |
| HSV(B) | 105.37º | 0.49% | 0.98% | - |
| XYZ | 52.49 | 77.82 | 32.68 | - |
| YUV | 209.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 128 | 0.37 | 0 | 0.49 | 0.02 | 105.37 | 0.94 | 0.74 |
| Hex | 9E | FB | 80 | 25 | 0 | 31 | 2 | 69 | 5E | 4A |
| Octal | 236 | 373 | 200 | 45 | 0 | 61 | 2 | 151 | 136 | 112 |
| Binary | 10011110 | 11111011 | 10000000 | 100101 | 0 | 110001 | 10 | 1101001 | 1011110 | 1001010 |
Color Harmonies of #9EFB80
Complementary color
Monochromatic Colors of #9EFB80
Black with #9EFB80
Text Example
Text Example
White with #9EFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFB80; }
p { color: rgb(158,251,128); }
H1.HeaderClassName
{
color: #9EFB80;
}
.AnyTagClassName
{
color: #9EFB80;
}
</style>
background-color css
<style>
a { background-color: #9EFB80; }
a { background-color: rgb(158,251,128); }
div.DivClassName
{
background-color: #9EFB80;
}
.BgClassName
{
background-color: #9EFB80;
}
</style>
border-color css
<style>
span { border-color: #9EFB80; }
span { border-color: rgb(158,251,128); }
td.TdClassName
{
border-color: #9EFB80;
}
.TagClassName
{
border-color: #9EFB80;
}
</style>