Shades of Lawn Green #8DDF0A
Tints of Lawn Green #8DDF0A
RGB
CMYK
RGB Variations
Color information
#8DDF0A (or 0x8DDF0A) is known color: Lawn Green. HEX triplet: 8D, DF and 0A. RGB value is (141,223,10). Sum of RGB (Red+Green+Blue) = 141+223+10=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDF0A is #7220F5. Grayscale: #AEAEAE. Windows color (decimal): -7479542 or 712589. OLE color: 712589.
HSL color Cylindrical-coordinate representation of color #8DDF0A: hue angle of 83.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DDF0A is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 10 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.13 |
| HSL | 83.1º | 0.91% | 0.46% | - |
| HSV(B) | 83.1º | 0.96% | 0.87% | - |
| XYZ | 37.43 | 58.46 | 9.6 | - |
| YUV | 174.2 | 35.33 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 10 | 0.37 | 0 | 0.96 | 0.13 | 83.1 | 0.91 | 0.46 |
| Hex | 8D | DF | A | 25 | 0 | 60 | D | 53 | 5B | 2E |
| Octal | 215 | 337 | 12 | 45 | 0 | 140 | 15 | 123 | 133 | 56 |
| Binary | 10001101 | 11011111 | 1010 | 100101 | 0 | 1100000 | 1101 | 1010011 | 1011011 | 101110 |
Color Harmonies of #8DDF0A
Complementary color
Monochromatic Colors of #8DDF0A
Black with #8DDF0A
Text Example
Text Example
White with #8DDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF0A; }
p { color: rgb(141,223,10); }
H1.HeaderClassName
{
color: #8DDF0A;
}
.AnyTagClassName
{
color: #8DDF0A;
}
</style>
background-color css
<style>
a { background-color: #8DDF0A; }
a { background-color: rgb(141,223,10); }
div.DivClassName
{
background-color: #8DDF0A;
}
.BgClassName
{
background-color: #8DDF0A;
}
</style>
border-color css
<style>
span { border-color: #8DDF0A; }
span { border-color: rgb(141,223,10); }
td.TdClassName
{
border-color: #8DDF0A;
}
.TagClassName
{
border-color: #8DDF0A;
}
</style>