Shades of Lawn Green #8ADD10
Tints of Lawn Green #8ADD10
RGB
CMYK
RGB Variations
Color information
#8ADD10 (or 0x8ADD10) is known color: Lawn Green. HEX triplet: 8A, DD and 10. RGB value is (138,221,16). Sum of RGB (Red+Green+Blue) = 138+221+16=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADD10 is #7522EF. Grayscale: #ADADAD. Windows color (decimal): -7676656 or 1105290. OLE color: 1105290.
HSL color Cylindrical-coordinate representation of color #8ADD10: hue angle of 84.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ADD10 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.13 |
| HSL | 84.29º | 0.86% | 0.46% | - |
| HSV(B) | 84.29º | 0.93% | 0.87% | - |
| XYZ | 36.43 | 57.15 | 9.6 | - |
| YUV | 172.81 | 39.5 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 16 | 0.38 | 0 | 0.93 | 0.13 | 84.29 | 0.86 | 0.46 |
| Hex | 8A | DD | 10 | 26 | 0 | 5D | D | 54 | 56 | 2E |
| Octal | 212 | 335 | 20 | 46 | 0 | 135 | 15 | 124 | 126 | 56 |
| Binary | 10001010 | 11011101 | 10000 | 100110 | 0 | 1011101 | 1101 | 1010100 | 1010110 | 101110 |
Color Harmonies of #8ADD10
Complementary color
Monochromatic Colors of #8ADD10
Black with #8ADD10
Text Example
Text Example
White with #8ADD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD10; }
p { color: rgb(138,221,16); }
H1.HeaderClassName
{
color: #8ADD10;
}
.AnyTagClassName
{
color: #8ADD10;
}
</style>
background-color css
<style>
a { background-color: #8ADD10; }
a { background-color: rgb(138,221,16); }
div.DivClassName
{
background-color: #8ADD10;
}
.BgClassName
{
background-color: #8ADD10;
}
</style>
border-color css
<style>
span { border-color: #8ADD10; }
span { border-color: rgb(138,221,16); }
td.TdClassName
{
border-color: #8ADD10;
}
.TagClassName
{
border-color: #8ADD10;
}
</style>