Shades of Lawn Green #8AD80B
Tints of Lawn Green #8AD80B
RGB
CMYK
RGB Variations
Color information
#8AD80B (or 0x8AD80B) is known color: Lawn Green. HEX triplet: 8A, D8 and 0B. RGB value is (138,216,11). Sum of RGB (Red+Green+Blue) = 138+216+11=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD80B is #7527F4. Grayscale: #AAAAAA. Windows color (decimal): -7677941 or 776330. OLE color: 776330.
HSL color Cylindrical-coordinate representation of color #8AD80B: hue angle of 82.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AD80B is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 11 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.15 |
| HSL | 82.83º | 0.9% | 0.45% | - |
| HSV(B) | 82.83º | 0.95% | 0.85% | - |
| XYZ | 35.1 | 54.54 | 8.99 | - |
| YUV | 169.31 | 38.66 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 11 | 0.36 | 0 | 0.95 | 0.15 | 82.83 | 0.9 | 0.45 |
| Hex | 8A | D8 | B | 24 | 0 | 5F | F | 53 | 5A | 2D |
| Octal | 212 | 330 | 13 | 44 | 0 | 137 | 17 | 123 | 132 | 55 |
| Binary | 10001010 | 11011000 | 1011 | 100100 | 0 | 1011111 | 1111 | 1010011 | 1011010 | 101101 |
Color Harmonies of #8AD80B
Complementary color
Monochromatic Colors of #8AD80B
Black with #8AD80B
Text Example
Text Example
White with #8AD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD80B; }
p { color: rgb(138,216,11); }
H1.HeaderClassName
{
color: #8AD80B;
}
.AnyTagClassName
{
color: #8AD80B;
}
</style>
background-color css
<style>
a { background-color: #8AD80B; }
a { background-color: rgb(138,216,11); }
div.DivClassName
{
background-color: #8AD80B;
}
.BgClassName
{
background-color: #8AD80B;
}
</style>
border-color css
<style>
span { border-color: #8AD80B; }
span { border-color: rgb(138,216,11); }
td.TdClassName
{
border-color: #8AD80B;
}
.TagClassName
{
border-color: #8AD80B;
}
</style>