Shades of Light Green #9EFF76
Tints of Light Green #9EFF76
RGB
CMYK
RGB Variations
Color information
#9EFF76 (or 0x9EFF76) is known color: Light Green. HEX triplet: 9E, FF and 76. RGB value is (158,255,118). Sum of RGB (Red+Green+Blue) = 158+255+118=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF76 is #610089. Grayscale: #D2D2D2. Windows color (decimal): -6357130 or 7798686. OLE color: 7798686.
HSL color Cylindrical-coordinate representation of color #9EFF76: hue angle of 102.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EFF76 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 118 | - |
| CMYK | 0.38 | 0 | 0.54 | 0 |
| HSL | 102.48º | 1% | 0.73% | - |
| HSV(B) | 102.48º | 0.54% | 1% | - |
| XYZ | 53.13 | 80.1 | 29.8 | - |
| YUV | 210.38 | 75.86 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 118 | 0.38 | 0 | 0.54 | 0 | 102.48 | 1 | 0.73 |
| Hex | 9E | FF | 76 | 26 | 0 | 36 | 0 | 66 | 64 | 49 |
| Octal | 236 | 377 | 166 | 46 | 0 | 66 | 0 | 146 | 144 | 111 |
| Binary | 10011110 | 11111111 | 1110110 | 100110 | 0 | 110110 | 0 | 1100110 | 1100100 | 1001001 |
Color Harmonies of #9EFF76
Complementary color
Monochromatic Colors of #9EFF76
Black with #9EFF76
Text Example
Text Example
White with #9EFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF76; }
p { color: rgb(158,255,118); }
H1.HeaderClassName
{
color: #9EFF76;
}
.AnyTagClassName
{
color: #9EFF76;
}
</style>
background-color css
<style>
a { background-color: #9EFF76; }
a { background-color: rgb(158,255,118); }
div.DivClassName
{
background-color: #9EFF76;
}
.BgClassName
{
background-color: #9EFF76;
}
</style>
border-color css
<style>
span { border-color: #9EFF76; }
span { border-color: rgb(158,255,118); }
td.TdClassName
{
border-color: #9EFF76;
}
.TagClassName
{
border-color: #9EFF76;
}
</style>