Shades of Lawn Green #7AD512
Tints of Lawn Green #7AD512
RGB
CMYK
RGB Variations
Color information
#7AD512 (or 0x7AD512) is known color: Lawn Green. HEX triplet: 7A, D5 and 12. RGB value is (122,213,18). Sum of RGB (Red+Green+Blue) = 122+213+18=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD512 is #852AED. Grayscale: #A4A4A4. Windows color (decimal): -8727278 or 1234298. OLE color: 1234298.
HSL color Cylindrical-coordinate representation of color #7AD512: hue angle of 88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AD512 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 18 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.16 |
| HSL | 88º | 0.84% | 0.45% | - |
| HSV(B) | 88º | 0.92% | 0.84% | - |
| XYZ | 31.93 | 51.77 | 8.88 | - |
| YUV | 163.56 | 45.85 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 18 | 0.43 | 0 | 0.92 | 0.16 | 88 | 0.84 | 0.45 |
| Hex | 7A | D5 | 12 | 2B | 0 | 5C | 10 | 58 | 54 | 2D |
| Octal | 172 | 325 | 22 | 53 | 0 | 134 | 20 | 130 | 124 | 55 |
| Binary | 1111010 | 11010101 | 10010 | 101011 | 0 | 1011100 | 10000 | 1011000 | 1010100 | 101101 |
Color Harmonies of #7AD512
Complementary color
Monochromatic Colors of #7AD512
Black with #7AD512
Text Example
Text Example
White with #7AD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD512; }
p { color: rgb(122,213,18); }
H1.HeaderClassName
{
color: #7AD512;
}
.AnyTagClassName
{
color: #7AD512;
}
</style>
background-color css
<style>
a { background-color: #7AD512; }
a { background-color: rgb(122,213,18); }
div.DivClassName
{
background-color: #7AD512;
}
.BgClassName
{
background-color: #7AD512;
}
</style>
border-color css
<style>
span { border-color: #7AD512; }
span { border-color: rgb(122,213,18); }
td.TdClassName
{
border-color: #7AD512;
}
.TagClassName
{
border-color: #7AD512;
}
</style>