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