Shades of Light Green #8AF076
Tints of Light Green #8AF076
RGB
CMYK
RGB Variations
Color information
#8AF076 (or 0x8AF076) is known color: Light Green. HEX triplet: 8A, F0 and 76. RGB value is (138,240,118). Sum of RGB (Red+Green+Blue) = 138+240+118=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF076 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF076 is #750F89. Grayscale: #C3C3C3. Windows color (decimal): -7671690 or 7794826. OLE color: 7794826.
HSL color Cylindrical-coordinate representation of color #8AF076: hue angle of 110.16º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AF076 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 118 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.06 |
| HSL | 110.16º | 0.8% | 0.7% | - |
| HSV(B) | 110.16º | 0.51% | 0.94% | - |
| XYZ | 44.91 | 69.03 | 28.1 | - |
| YUV | 195.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 118 | 0.42 | 0 | 0.51 | 0.06 | 110.16 | 0.8 | 0.7 |
| Hex | 8A | F0 | 76 | 2A | 0 | 33 | 6 | 6E | 50 | 46 |
| Octal | 212 | 360 | 166 | 52 | 0 | 63 | 6 | 156 | 120 | 106 |
| Binary | 10001010 | 11110000 | 1110110 | 101010 | 0 | 110011 | 110 | 1101110 | 1010000 | 1000110 |
Color Harmonies of #8AF076
Complementary color
Monochromatic Colors of #8AF076
Black with #8AF076
Text Example
Text Example
White with #8AF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF076; }
p { color: rgb(138,240,118); }
H1.HeaderClassName
{
color: #8AF076;
}
.AnyTagClassName
{
color: #8AF076;
}
</style>
background-color css
<style>
a { background-color: #8AF076; }
a { background-color: rgb(138,240,118); }
div.DivClassName
{
background-color: #8AF076;
}
.BgClassName
{
background-color: #8AF076;
}
</style>
border-color css
<style>
span { border-color: #8AF076; }
span { border-color: rgb(138,240,118); }
td.TdClassName
{
border-color: #8AF076;
}
.TagClassName
{
border-color: #8AF076;
}
</style>