Shades of Lawn Green #8AD802
Tints of Lawn Green #8AD802
RGB
CMYK
RGB Variations
Color information
#8AD802 (or 0x8AD802) is known color: Lawn Green. HEX triplet: 8A, D8 and 02. RGB value is (138,216,2). Sum of RGB (Red+Green+Blue) = 138+216+2=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD802 is #7527FD. Grayscale: #A9A9A9. Windows color (decimal): -7677950 or 186506. OLE color: 186506.
HSL color Cylindrical-coordinate representation of color #8AD802: hue angle of 81.87º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AD802 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.15 |
| HSL | 81.87º | 0.98% | 0.43% | - |
| HSV(B) | 81.87º | 0.99% | 0.85% | - |
| XYZ | 35.05 | 54.52 | 8.73 | - |
| YUV | 168.28 | 34.16 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 2 | 0.36 | 0 | 0.99 | 0.15 | 81.87 | 0.98 | 0.43 |
| Hex | 8A | D8 | 2 | 24 | 0 | 63 | F | 52 | 62 | 2B |
| Octal | 212 | 330 | 2 | 44 | 0 | 143 | 17 | 122 | 142 | 53 |
| Binary | 10001010 | 11011000 | 10 | 100100 | 0 | 1100011 | 1111 | 1010010 | 1100010 | 101011 |
Color Harmonies of #8AD802
Complementary color
Monochromatic Colors of #8AD802
Black with #8AD802
Text Example
Text Example
White with #8AD802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD802; }
p { color: rgb(138,216,2); }
H1.HeaderClassName
{
color: #8AD802;
}
.AnyTagClassName
{
color: #8AD802;
}
</style>
background-color css
<style>
a { background-color: #8AD802; }
a { background-color: rgb(138,216,2); }
div.DivClassName
{
background-color: #8AD802;
}
.BgClassName
{
background-color: #8AD802;
}
</style>
border-color css
<style>
span { border-color: #8AD802; }
span { border-color: rgb(138,216,2); }
td.TdClassName
{
border-color: #8AD802;
}
.TagClassName
{
border-color: #8AD802;
}
</style>