Shades of Lawn Green #7AD80A
Tints of Lawn Green #7AD80A
RGB
CMYK
RGB Variations
Color information
#7AD80A (or 0x7AD80A) is known color: Lawn Green. HEX triplet: 7A, D8 and 0A. RGB value is (122,216,10). Sum of RGB (Red+Green+Blue) = 122+216+10=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD80A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD80A is #8527F5. Grayscale: #A5A5A5. Windows color (decimal): -8726518 or 710778. OLE color: 710778.
HSL color Cylindrical-coordinate representation of color #7AD80A: hue angle of 87.38º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AD80A is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 10 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.15 |
| HSL | 87.38º | 0.91% | 0.44% | - |
| HSV(B) | 87.38º | 0.95% | 0.85% | - |
| XYZ | 32.64 | 53.27 | 8.85 | - |
| YUV | 164.41 | 40.86 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 10 | 0.44 | 0 | 0.95 | 0.15 | 87.38 | 0.91 | 0.44 |
| Hex | 7A | D8 | A | 2C | 0 | 5F | F | 57 | 5B | 2C |
| Octal | 172 | 330 | 12 | 54 | 0 | 137 | 17 | 127 | 133 | 54 |
| Binary | 1111010 | 11011000 | 1010 | 101100 | 0 | 1011111 | 1111 | 1010111 | 1011011 | 101100 |
Color Harmonies of #7AD80A
Complementary color
Monochromatic Colors of #7AD80A
Black with #7AD80A
Text Example
Text Example
White with #7AD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD80A; }
p { color: rgb(122,216,10); }
H1.HeaderClassName
{
color: #7AD80A;
}
.AnyTagClassName
{
color: #7AD80A;
}
</style>
background-color css
<style>
a { background-color: #7AD80A; }
a { background-color: rgb(122,216,10); }
div.DivClassName
{
background-color: #7AD80A;
}
.BgClassName
{
background-color: #7AD80A;
}
</style>
border-color css
<style>
span { border-color: #7AD80A; }
span { border-color: rgb(122,216,10); }
td.TdClassName
{
border-color: #7AD80A;
}
.TagClassName
{
border-color: #7AD80A;
}
</style>