Shades of Lawn Green #8AD800
Tints of Lawn Green #8AD800
RGB
CMYK
RGB Variations
Color information
#8AD800 (or 0x8AD800) is known color: Lawn Green. HEX triplet: 8A, D8 and 00. RGB value is (138,216,0). Sum of RGB (Red+Green+Blue) = 138+216+0=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD800 is #7527FF. Grayscale: #A8A8A8. Windows color (decimal): -7677952 or 55434. OLE color: 55434.
HSL color Cylindrical-coordinate representation of color #8AD800: hue angle of 81.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AD800 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.15 |
| HSL | 81.67º | 1% | 0.42% | - |
| HSV(B) | 81.67º | 1% | 0.85% | - |
| XYZ | 35.04 | 54.52 | 8.68 | - |
| YUV | 168.05 | 33.16 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 0 | 0.36 | 0 | 1 | 0.15 | 81.67 | 1 | 0.42 |
| Hex | 8A | D8 | 0 | 24 | 0 | 64 | F | 52 | 64 | 2A |
| Octal | 212 | 330 | 0 | 44 | 0 | 144 | 17 | 122 | 144 | 52 |
| Binary | 10001010 | 11011000 | 0 | 100100 | 0 | 1100100 | 1111 | 1010010 | 1100100 | 101010 |
Color Harmonies of #8AD800
Complementary color
Monochromatic Colors of #8AD800
Black with #8AD800
Text Example
Text Example
White with #8AD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD800; }
p { color: rgb(138,216,0); }
H1.HeaderClassName
{
color: #8AD800;
}
.AnyTagClassName
{
color: #8AD800;
}
</style>
background-color css
<style>
a { background-color: #8AD800; }
a { background-color: rgb(138,216,0); }
div.DivClassName
{
background-color: #8AD800;
}
.BgClassName
{
background-color: #8AD800;
}
</style>
border-color css
<style>
span { border-color: #8AD800; }
span { border-color: rgb(138,216,0); }
td.TdClassName
{
border-color: #8AD800;
}
.TagClassName
{
border-color: #8AD800;
}
</style>