Shades of Lawn Green #8ADB10
Tints of Lawn Green #8ADB10
RGB
CMYK
RGB Variations
Color information
#8ADB10 (or 0x8ADB10) is known color: Lawn Green. HEX triplet: 8A, DB and 10. RGB value is (138,219,16). Sum of RGB (Red+Green+Blue) = 138+219+16=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADB10 is #7524EF. Grayscale: #ACACAC. Windows color (decimal): -7677168 or 1104778. OLE color: 1104778.
HSL color Cylindrical-coordinate representation of color #8ADB10: hue angle of 83.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ADB10 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 16 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.14 |
| HSL | 83.94º | 0.86% | 0.46% | - |
| HSV(B) | 83.94º | 0.93% | 0.86% | - |
| XYZ | 35.91 | 56.1 | 9.43 | - |
| YUV | 171.64 | 40.16 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 16 | 0.37 | 0 | 0.93 | 0.14 | 83.94 | 0.86 | 0.46 |
| Hex | 8A | DB | 10 | 25 | 0 | 5D | E | 54 | 56 | 2E |
| Octal | 212 | 333 | 20 | 45 | 0 | 135 | 16 | 124 | 126 | 56 |
| Binary | 10001010 | 11011011 | 10000 | 100101 | 0 | 1011101 | 1110 | 1010100 | 1010110 | 101110 |
Color Harmonies of #8ADB10
Complementary color
Monochromatic Colors of #8ADB10
Black with #8ADB10
Text Example
Text Example
White with #8ADB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB10; }
p { color: rgb(138,219,16); }
H1.HeaderClassName
{
color: #8ADB10;
}
.AnyTagClassName
{
color: #8ADB10;
}
</style>
background-color css
<style>
a { background-color: #8ADB10; }
a { background-color: rgb(138,219,16); }
div.DivClassName
{
background-color: #8ADB10;
}
.BgClassName
{
background-color: #8ADB10;
}
</style>
border-color css
<style>
span { border-color: #8ADB10; }
span { border-color: rgb(138,219,16); }
td.TdClassName
{
border-color: #8ADB10;
}
.TagClassName
{
border-color: #8ADB10;
}
</style>