Shades of Light Green #8AF078
Tints of Light Green #8AF078
RGB
CMYK
RGB Variations
Color information
#8AF078 (or 0x8AF078) is known color: Light Green. HEX triplet: 8A, F0 and 78. RGB value is (138,240,120). Sum of RGB (Red+Green+Blue) = 138+240+120=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF078 is #750F87. Grayscale: #C4C4C4. Windows color (decimal): -7671688 or 7925898. OLE color: 7925898.
HSL color Cylindrical-coordinate representation of color #8AF078: hue angle of 111º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AF078 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 120 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.06 |
| HSL | 111º | 0.8% | 0.71% | - |
| HSV(B) | 111º | 0.5% | 0.94% | - |
| XYZ | 45.03 | 69.08 | 28.73 | - |
| YUV | 195.82 | 85.21 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 120 | 0.42 | 0 | 0.5 | 0.06 | 111 | 0.8 | 0.71 |
| Hex | 8A | F0 | 78 | 2A | 0 | 32 | 6 | 6F | 50 | 47 |
| Octal | 212 | 360 | 170 | 52 | 0 | 62 | 6 | 157 | 120 | 107 |
| Binary | 10001010 | 11110000 | 1111000 | 101010 | 0 | 110010 | 110 | 1101111 | 1010000 | 1000111 |
Color Harmonies of #8AF078
Complementary color
Monochromatic Colors of #8AF078
Black with #8AF078
Text Example
Text Example
White with #8AF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF078; }
p { color: rgb(138,240,120); }
H1.HeaderClassName
{
color: #8AF078;
}
.AnyTagClassName
{
color: #8AF078;
}
</style>
background-color css
<style>
a { background-color: #8AF078; }
a { background-color: rgb(138,240,120); }
div.DivClassName
{
background-color: #8AF078;
}
.BgClassName
{
background-color: #8AF078;
}
</style>
border-color css
<style>
span { border-color: #8AF078; }
span { border-color: rgb(138,240,120); }
td.TdClassName
{
border-color: #8AF078;
}
.TagClassName
{
border-color: #8AF078;
}
</style>