Shades of Lawn Green #8ADA00
Tints of Lawn Green #8ADA00
RGB
CMYK
RGB Variations
Color information
#8ADA00 (or 0x8ADA00) is known color: Lawn Green. HEX triplet: 8A, DA and 00. RGB value is (138,218,0). Sum of RGB (Red+Green+Blue) = 138+218+0=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADA00 is #7525FF. Grayscale: #AAAAAA. Windows color (decimal): -7677440 or 55946. OLE color: 55946.
HSL color Cylindrical-coordinate representation of color #8ADA00: hue angle of 82.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ADA00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.15 |
| HSL | 82.02º | 1% | 0.43% | - |
| HSV(B) | 82.02º | 1% | 0.85% | - |
| XYZ | 35.55 | 55.55 | 8.85 | - |
| YUV | 169.23 | 32.5 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 0 | 0.37 | 0 | 1 | 0.15 | 82.02 | 1 | 0.43 |
| Hex | 8A | DA | 0 | 25 | 0 | 64 | F | 52 | 64 | 2B |
| Octal | 212 | 332 | 0 | 45 | 0 | 144 | 17 | 122 | 144 | 53 |
| Binary | 10001010 | 11011010 | 0 | 100101 | 0 | 1100100 | 1111 | 1010010 | 1100100 | 101011 |
Color Harmonies of #8ADA00
Complementary color
Monochromatic Colors of #8ADA00
Black with #8ADA00
Text Example
Text Example
White with #8ADA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA00; }
p { color: rgb(138,218,0); }
H1.HeaderClassName
{
color: #8ADA00;
}
.AnyTagClassName
{
color: #8ADA00;
}
</style>
background-color css
<style>
a { background-color: #8ADA00; }
a { background-color: rgb(138,218,0); }
div.DivClassName
{
background-color: #8ADA00;
}
.BgClassName
{
background-color: #8ADA00;
}
</style>
border-color css
<style>
span { border-color: #8ADA00; }
span { border-color: rgb(138,218,0); }
td.TdClassName
{
border-color: #8ADA00;
}
.TagClassName
{
border-color: #8ADA00;
}
</style>