Shades of Lawn Green #8DDD0A
Tints of Lawn Green #8DDD0A
RGB
CMYK
RGB Variations
Color information
#8DDD0A (or 0x8DDD0A) is known color: Lawn Green. HEX triplet: 8D, DD and 0A. RGB value is (141,221,10). Sum of RGB (Red+Green+Blue) = 141+221+10=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDD0A is #7222F5. Grayscale: #ADADAD. Windows color (decimal): -7480054 or 712077. OLE color: 712077.
HSL color Cylindrical-coordinate representation of color #8DDD0A: hue angle of 82.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DDD0A is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 10 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.13 |
| HSL | 82.75º | 0.91% | 0.45% | - |
| HSV(B) | 82.75º | 0.95% | 0.87% | - |
| XYZ | 36.9 | 57.4 | 9.42 | - |
| YUV | 173.03 | 36 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 10 | 0.36 | 0 | 0.95 | 0.13 | 82.75 | 0.91 | 0.45 |
| Hex | 8D | DD | A | 24 | 0 | 5F | D | 53 | 5B | 2D |
| Octal | 215 | 335 | 12 | 44 | 0 | 137 | 15 | 123 | 133 | 55 |
| Binary | 10001101 | 11011101 | 1010 | 100100 | 0 | 1011111 | 1101 | 1010011 | 1011011 | 101101 |
Color Harmonies of #8DDD0A
Complementary color
Monochromatic Colors of #8DDD0A
Black with #8DDD0A
Text Example
Text Example
White with #8DDD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD0A; }
p { color: rgb(141,221,10); }
H1.HeaderClassName
{
color: #8DDD0A;
}
.AnyTagClassName
{
color: #8DDD0A;
}
</style>
background-color css
<style>
a { background-color: #8DDD0A; }
a { background-color: rgb(141,221,10); }
div.DivClassName
{
background-color: #8DDD0A;
}
.BgClassName
{
background-color: #8DDD0A;
}
</style>
border-color css
<style>
span { border-color: #8DDD0A; }
span { border-color: rgb(141,221,10); }
td.TdClassName
{
border-color: #8DDD0A;
}
.TagClassName
{
border-color: #8DDD0A;
}
</style>