Shades of Light Green #9EF980
Tints of Light Green #9EF980
RGB
CMYK
RGB Variations
Color information
#9EF980 (or 0x9EF980) is known color: Light Green. HEX triplet: 9E, F9 and 80. RGB value is (158,249,128). Sum of RGB (Red+Green+Blue) = 158+249+128=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF980 is #61067F. Grayscale: #D0D0D0. Windows color (decimal): -6358656 or 8452510. OLE color: 8452510.
HSL color Cylindrical-coordinate representation of color #9EF980: hue angle of 105.12º degrees, saturation: 0.91, 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 #9EF980 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 128 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.02 |
| HSL | 105.12º | 0.91% | 0.74% | - |
| HSV(B) | 105.12º | 0.49% | 0.98% | - |
| XYZ | 51.87 | 76.58 | 32.47 | - |
| YUV | 208 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 128 | 0.37 | 0 | 0.49 | 0.02 | 105.12 | 0.91 | 0.74 |
| Hex | 9E | F9 | 80 | 25 | 0 | 31 | 2 | 69 | 5B | 4A |
| Octal | 236 | 371 | 200 | 45 | 0 | 61 | 2 | 151 | 133 | 112 |
| Binary | 10011110 | 11111001 | 10000000 | 100101 | 0 | 110001 | 10 | 1101001 | 1011011 | 1001010 |
Color Harmonies of #9EF980
Complementary color
Monochromatic Colors of #9EF980
Black with #9EF980
Text Example
Text Example
White with #9EF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF980; }
p { color: rgb(158,249,128); }
H1.HeaderClassName
{
color: #9EF980;
}
.AnyTagClassName
{
color: #9EF980;
}
</style>
background-color css
<style>
a { background-color: #9EF980; }
a { background-color: rgb(158,249,128); }
div.DivClassName
{
background-color: #9EF980;
}
.BgClassName
{
background-color: #9EF980;
}
</style>
border-color css
<style>
span { border-color: #9EF980; }
span { border-color: rgb(158,249,128); }
td.TdClassName
{
border-color: #9EF980;
}
.TagClassName
{
border-color: #9EF980;
}
</style>