Shades of Lawn Green #8ADD0C
Tints of Lawn Green #8ADD0C
RGB
CMYK
RGB Variations
Color information
#8ADD0C (or 0x8ADD0C) is known color: Lawn Green. HEX triplet: 8A, DD and 0C. RGB value is (138,221,12). Sum of RGB (Red+Green+Blue) = 138+221+12=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADD0C is #7522F3. Grayscale: #ADADAD. Windows color (decimal): -7676660 or 843146. OLE color: 843146.
HSL color Cylindrical-coordinate representation of color #8ADD0C: hue angle of 83.83º 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 #8ADD0C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 12 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.13 |
| HSL | 83.83º | 0.9% | 0.46% | - |
| HSV(B) | 83.83º | 0.95% | 0.87% | - |
| XYZ | 36.4 | 57.14 | 9.46 | - |
| YUV | 172.36 | 37.5 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 12 | 0.38 | 0 | 0.95 | 0.13 | 83.83 | 0.9 | 0.46 |
| Hex | 8A | DD | C | 26 | 0 | 5F | D | 54 | 5A | 2E |
| Octal | 212 | 335 | 14 | 46 | 0 | 137 | 15 | 124 | 132 | 56 |
| Binary | 10001010 | 11011101 | 1100 | 100110 | 0 | 1011111 | 1101 | 1010100 | 1011010 | 101110 |
Color Harmonies of #8ADD0C
Complementary color
Monochromatic Colors of #8ADD0C
Black with #8ADD0C
Text Example
Text Example
White with #8ADD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD0C; }
p { color: rgb(138,221,12); }
H1.HeaderClassName
{
color: #8ADD0C;
}
.AnyTagClassName
{
color: #8ADD0C;
}
</style>
background-color css
<style>
a { background-color: #8ADD0C; }
a { background-color: rgb(138,221,12); }
div.DivClassName
{
background-color: #8ADD0C;
}
.BgClassName
{
background-color: #8ADD0C;
}
</style>
border-color css
<style>
span { border-color: #8ADD0C; }
span { border-color: rgb(138,221,12); }
td.TdClassName
{
border-color: #8ADD0C;
}
.TagClassName
{
border-color: #8ADD0C;
}
</style>