Shades of Lawn Green #8ADA0F
Tints of Lawn Green #8ADA0F
RGB
CMYK
RGB Variations
Color information
#8ADA0F (or 0x8ADA0F) is known color: Lawn Green. HEX triplet: 8A, DA and 0F. RGB value is (138,218,15). Sum of RGB (Red+Green+Blue) = 138+218+15=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADA0F is #7525F0. Grayscale: #ABABAB. Windows color (decimal): -7677425 or 1038986. OLE color: 1038986.
HSL color Cylindrical-coordinate representation of color #8ADA0F: hue angle of 83.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ADA0F is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 15 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.15 |
| HSL | 83.65º | 0.87% | 0.46% | - |
| HSV(B) | 83.65º | 0.93% | 0.85% | - |
| XYZ | 35.64 | 55.58 | 9.3 | - |
| YUV | 170.94 | 40 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 15 | 0.37 | 0 | 0.93 | 0.15 | 83.65 | 0.87 | 0.46 |
| Hex | 8A | DA | F | 25 | 0 | 5D | F | 54 | 57 | 2E |
| Octal | 212 | 332 | 17 | 45 | 0 | 135 | 17 | 124 | 127 | 56 |
| Binary | 10001010 | 11011010 | 1111 | 100101 | 0 | 1011101 | 1111 | 1010100 | 1010111 | 101110 |
Color Harmonies of #8ADA0F
Complementary color
Monochromatic Colors of #8ADA0F
Black with #8ADA0F
Text Example
Text Example
White with #8ADA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA0F; }
p { color: rgb(138,218,15); }
H1.HeaderClassName
{
color: #8ADA0F;
}
.AnyTagClassName
{
color: #8ADA0F;
}
</style>
background-color css
<style>
a { background-color: #8ADA0F; }
a { background-color: rgb(138,218,15); }
div.DivClassName
{
background-color: #8ADA0F;
}
.BgClassName
{
background-color: #8ADA0F;
}
</style>
border-color css
<style>
span { border-color: #8ADA0F; }
span { border-color: rgb(138,218,15); }
td.TdClassName
{
border-color: #8ADA0F;
}
.TagClassName
{
border-color: #8ADA0F;
}
</style>