Shades of Lawn Green #8ADF14
Tints of Lawn Green #8ADF14
RGB
CMYK
RGB Variations
Color information
#8ADF14 (or 0x8ADF14) is known color: Lawn Green. HEX triplet: 8A, DF and 14. RGB value is (138,223,20). Sum of RGB (Red+Green+Blue) = 138+223+20=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADF14 is #7520EB. Grayscale: #AFAFAF. Windows color (decimal): -7676140 or 1367946. OLE color: 1367946.
HSL color Cylindrical-coordinate representation of color #8ADF14: hue angle of 85.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8ADF14 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 20 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.13 |
| HSL | 85.12º | 0.84% | 0.48% | - |
| HSV(B) | 85.12º | 0.91% | 0.87% | - |
| XYZ | 37 | 58.23 | 9.95 | - |
| YUV | 174.44 | 40.84 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 20 | 0.38 | 0 | 0.91 | 0.13 | 85.12 | 0.84 | 0.48 |
| Hex | 8A | DF | 14 | 26 | 0 | 5B | D | 55 | 54 | 30 |
| Octal | 212 | 337 | 24 | 46 | 0 | 133 | 15 | 125 | 124 | 60 |
| Binary | 10001010 | 11011111 | 10100 | 100110 | 0 | 1011011 | 1101 | 1010101 | 1010100 | 110000 |
Color Harmonies of #8ADF14
Complementary color
Monochromatic Colors of #8ADF14
Black with #8ADF14
Text Example
Text Example
White with #8ADF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF14; }
p { color: rgb(138,223,20); }
H1.HeaderClassName
{
color: #8ADF14;
}
.AnyTagClassName
{
color: #8ADF14;
}
</style>
background-color css
<style>
a { background-color: #8ADF14; }
a { background-color: rgb(138,223,20); }
div.DivClassName
{
background-color: #8ADF14;
}
.BgClassName
{
background-color: #8ADF14;
}
</style>
border-color css
<style>
span { border-color: #8ADF14; }
span { border-color: rgb(138,223,20); }
td.TdClassName
{
border-color: #8ADF14;
}
.TagClassName
{
border-color: #8ADF14;
}
</style>