Shades of Lawn Green #8ADF0C
Tints of Lawn Green #8ADF0C
RGB
CMYK
RGB Variations
Color information
#8ADF0C (or 0x8ADF0C) is known color: Lawn Green. HEX triplet: 8A, DF and 0C. RGB value is (138,223,12). Sum of RGB (Red+Green+Blue) = 138+223+12=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADF0C is #7520F3. Grayscale: #AEAEAE. Windows color (decimal): -7676148 or 843658. OLE color: 843658.
HSL color Cylindrical-coordinate representation of color #8ADF0C: hue angle of 84.17º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ADF0C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 12 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.13 |
| HSL | 84.17º | 0.9% | 0.46% | - |
| HSV(B) | 84.17º | 0.95% | 0.87% | - |
| XYZ | 36.94 | 58.21 | 9.64 | - |
| YUV | 173.53 | 36.84 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 12 | 0.38 | 0 | 0.95 | 0.13 | 84.17 | 0.9 | 0.46 |
| Hex | 8A | DF | C | 26 | 0 | 5F | D | 54 | 5A | 2E |
| Octal | 212 | 337 | 14 | 46 | 0 | 137 | 15 | 124 | 132 | 56 |
| Binary | 10001010 | 11011111 | 1100 | 100110 | 0 | 1011111 | 1101 | 1010100 | 1011010 | 101110 |
Color Harmonies of #8ADF0C
Complementary color
Monochromatic Colors of #8ADF0C
Black with #8ADF0C
Text Example
Text Example
White with #8ADF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF0C; }
p { color: rgb(138,223,12); }
H1.HeaderClassName
{
color: #8ADF0C;
}
.AnyTagClassName
{
color: #8ADF0C;
}
</style>
background-color css
<style>
a { background-color: #8ADF0C; }
a { background-color: rgb(138,223,12); }
div.DivClassName
{
background-color: #8ADF0C;
}
.BgClassName
{
background-color: #8ADF0C;
}
</style>
border-color css
<style>
span { border-color: #8ADF0C; }
span { border-color: rgb(138,223,12); }
td.TdClassName
{
border-color: #8ADF0C;
}
.TagClassName
{
border-color: #8ADF0C;
}
</style>