Shades of Lawn Green #8ADE10
Tints of Lawn Green #8ADE10
RGB
CMYK
RGB Variations
Color information
#8ADE10 (or 0x8ADE10) is known color: Lawn Green. HEX triplet: 8A, DE and 10. RGB value is (138,222,16). Sum of RGB (Red+Green+Blue) = 138+222+16=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADE10 is #7521EF. Grayscale: #AEAEAE. Windows color (decimal): -7676400 or 1105546. OLE color: 1105546.
HSL color Cylindrical-coordinate representation of color #8ADE10: hue angle of 84.47º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ADE10 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.13 |
| HSL | 84.47º | 0.87% | 0.47% | - |
| HSV(B) | 84.47º | 0.93% | 0.87% | - |
| XYZ | 36.7 | 57.68 | 9.69 | - |
| YUV | 173.4 | 39.17 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 16 | 0.38 | 0 | 0.93 | 0.13 | 84.47 | 0.87 | 0.47 |
| Hex | 8A | DE | 10 | 26 | 0 | 5D | D | 54 | 57 | 2F |
| Octal | 212 | 336 | 20 | 46 | 0 | 135 | 15 | 124 | 127 | 57 |
| Binary | 10001010 | 11011110 | 10000 | 100110 | 0 | 1011101 | 1101 | 1010100 | 1010111 | 101111 |
Color Harmonies of #8ADE10
Complementary color
Monochromatic Colors of #8ADE10
Black with #8ADE10
Text Example
Text Example
White with #8ADE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE10; }
p { color: rgb(138,222,16); }
H1.HeaderClassName
{
color: #8ADE10;
}
.AnyTagClassName
{
color: #8ADE10;
}
</style>
background-color css
<style>
a { background-color: #8ADE10; }
a { background-color: rgb(138,222,16); }
div.DivClassName
{
background-color: #8ADE10;
}
.BgClassName
{
background-color: #8ADE10;
}
</style>
border-color css
<style>
span { border-color: #8ADE10; }
span { border-color: rgb(138,222,16); }
td.TdClassName
{
border-color: #8ADE10;
}
.TagClassName
{
border-color: #8ADE10;
}
</style>