Shades of Lawn Green #80F00A
Tints of Lawn Green #80F00A
RGB
CMYK
RGB Variations
Color information
#80F00A (or 0x80F00A) is known color: Lawn Green. HEX triplet: 80, F0 and 0A. RGB value is (128,240,10). Sum of RGB (Red+Green+Blue) = 128+240+10=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #80F00A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F00A is #7F0FF5. Grayscale: #B5B5B5. Windows color (decimal): -8327158 or 716928. OLE color: 716928.
HSL color Cylindrical-coordinate representation of color #80F00A: hue angle of 89.22º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80F00A is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 10 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.06 |
| HSL | 89.22º | 0.92% | 0.49% | - |
| HSV(B) | 89.22º | 0.96% | 0.94% | - |
| XYZ | 40.12 | 66.93 | 11.09 | - |
| YUV | 180.29 | 31.89 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 10 | 0.47 | 0 | 0.96 | 0.06 | 89.22 | 0.92 | 0.49 |
| Hex | 80 | F0 | A | 2F | 0 | 60 | 6 | 59 | 5C | 31 |
| Octal | 200 | 360 | 12 | 57 | 0 | 140 | 6 | 131 | 134 | 61 |
| Binary | 10000000 | 11110000 | 1010 | 101111 | 0 | 1100000 | 110 | 1011001 | 1011100 | 110001 |
Color Harmonies of #80F00A
Complementary color
Monochromatic Colors of #80F00A
Black with #80F00A
Text Example
Text Example
White with #80F00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F00A; }
p { color: rgb(128,240,10); }
H1.HeaderClassName
{
color: #80F00A;
}
.AnyTagClassName
{
color: #80F00A;
}
</style>
background-color css
<style>
a { background-color: #80F00A; }
a { background-color: rgb(128,240,10); }
div.DivClassName
{
background-color: #80F00A;
}
.BgClassName
{
background-color: #80F00A;
}
</style>
border-color css
<style>
span { border-color: #80F00A; }
span { border-color: rgb(128,240,10); }
td.TdClassName
{
border-color: #80F00A;
}
.TagClassName
{
border-color: #80F00A;
}
</style>