Shades of Lawn Green #8ADF10
Tints of Lawn Green #8ADF10
RGB
CMYK
RGB Variations
Color information
#8ADF10 (or 0x8ADF10) is known color: Lawn Green. HEX triplet: 8A, DF and 10. RGB value is (138,223,16). Sum of RGB (Red+Green+Blue) = 138+223+16=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADF10 is #7520EF. Grayscale: #AEAEAE. Windows color (decimal): -7676144 or 1105802. OLE color: 1105802.
HSL color Cylindrical-coordinate representation of color #8ADF10: hue angle of 84.64º 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 #8ADF10 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.13 |
| HSL | 84.64º | 0.87% | 0.47% | - |
| HSV(B) | 84.64º | 0.93% | 0.87% | - |
| XYZ | 36.96 | 58.22 | 9.78 | - |
| YUV | 173.99 | 38.84 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 16 | 0.38 | 0 | 0.93 | 0.13 | 84.64 | 0.87 | 0.47 |
| Hex | 8A | DF | 10 | 26 | 0 | 5D | D | 55 | 57 | 2F |
| Octal | 212 | 337 | 20 | 46 | 0 | 135 | 15 | 125 | 127 | 57 |
| Binary | 10001010 | 11011111 | 10000 | 100110 | 0 | 1011101 | 1101 | 1010101 | 1010111 | 101111 |
Color Harmonies of #8ADF10
Complementary color
Monochromatic Colors of #8ADF10
Black with #8ADF10
Text Example
Text Example
White with #8ADF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF10; }
p { color: rgb(138,223,16); }
H1.HeaderClassName
{
color: #8ADF10;
}
.AnyTagClassName
{
color: #8ADF10;
}
</style>
background-color css
<style>
a { background-color: #8ADF10; }
a { background-color: rgb(138,223,16); }
div.DivClassName
{
background-color: #8ADF10;
}
.BgClassName
{
background-color: #8ADF10;
}
</style>
border-color css
<style>
span { border-color: #8ADF10; }
span { border-color: rgb(138,223,16); }
td.TdClassName
{
border-color: #8ADF10;
}
.TagClassName
{
border-color: #8ADF10;
}
</style>