Shades of Light Green #8AF876
Tints of Light Green #8AF876
RGB
CMYK
RGB Variations
Color information
#8AF876 (or 0x8AF876) is known color: Light Green. HEX triplet: 8A, F8 and 76. RGB value is (138,248,118). Sum of RGB (Red+Green+Blue) = 138+248+118=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF876 is #750789. Grayscale: #C8C8C8. Windows color (decimal): -7669642 or 7796874. OLE color: 7796874.
HSL color Cylindrical-coordinate representation of color #8AF876: hue angle of 110.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AF876 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 118 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.03 |
| HSL | 110.77º | 0.9% | 0.72% | - |
| HSV(B) | 110.77º | 0.52% | 0.97% | - |
| XYZ | 47.32 | 73.85 | 28.9 | - |
| YUV | 200.29 | 81.56 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 118 | 0.44 | 0 | 0.52 | 0.03 | 110.77 | 0.9 | 0.72 |
| Hex | 8A | F8 | 76 | 2C | 0 | 34 | 3 | 6F | 5A | 48 |
| Octal | 212 | 370 | 166 | 54 | 0 | 64 | 3 | 157 | 132 | 110 |
| Binary | 10001010 | 11111000 | 1110110 | 101100 | 0 | 110100 | 11 | 1101111 | 1011010 | 1001000 |
Color Harmonies of #8AF876
Complementary color
Monochromatic Colors of #8AF876
Black with #8AF876
Text Example
Text Example
White with #8AF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF876; }
p { color: rgb(138,248,118); }
H1.HeaderClassName
{
color: #8AF876;
}
.AnyTagClassName
{
color: #8AF876;
}
</style>
background-color css
<style>
a { background-color: #8AF876; }
a { background-color: rgb(138,248,118); }
div.DivClassName
{
background-color: #8AF876;
}
.BgClassName
{
background-color: #8AF876;
}
</style>
border-color css
<style>
span { border-color: #8AF876; }
span { border-color: rgb(138,248,118); }
td.TdClassName
{
border-color: #8AF876;
}
.TagClassName
{
border-color: #8AF876;
}
</style>