Shades of Lawn Green #7AD610
Tints of Lawn Green #7AD610
RGB
CMYK
RGB Variations
Color information
#7AD610 (or 0x7AD610) is known color: Lawn Green. HEX triplet: 7A, D6 and 10. RGB value is (122,214,16). Sum of RGB (Red+Green+Blue) = 122+214+16=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD610 is #8529EF. Grayscale: #A4A4A4. Windows color (decimal): -8727024 or 1103482. OLE color: 1103482.
HSL color Cylindrical-coordinate representation of color #7AD610: hue angle of 87.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AD610 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 16 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.16 |
| HSL | 87.88º | 0.86% | 0.45% | - |
| HSV(B) | 87.88º | 0.93% | 0.84% | - |
| XYZ | 32.17 | 52.27 | 8.88 | - |
| YUV | 163.92 | 44.52 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 16 | 0.43 | 0 | 0.93 | 0.16 | 87.88 | 0.86 | 0.45 |
| Hex | 7A | D6 | 10 | 2B | 0 | 5D | 10 | 58 | 56 | 2D |
| Octal | 172 | 326 | 20 | 53 | 0 | 135 | 20 | 130 | 126 | 55 |
| Binary | 1111010 | 11010110 | 10000 | 101011 | 0 | 1011101 | 10000 | 1011000 | 1010110 | 101101 |
Color Harmonies of #7AD610
Complementary color
Monochromatic Colors of #7AD610
Black with #7AD610
Text Example
Text Example
White with #7AD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD610; }
p { color: rgb(122,214,16); }
H1.HeaderClassName
{
color: #7AD610;
}
.AnyTagClassName
{
color: #7AD610;
}
</style>
background-color css
<style>
a { background-color: #7AD610; }
a { background-color: rgb(122,214,16); }
div.DivClassName
{
background-color: #7AD610;
}
.BgClassName
{
background-color: #7AD610;
}
</style>
border-color css
<style>
span { border-color: #7AD610; }
span { border-color: rgb(122,214,16); }
td.TdClassName
{
border-color: #7AD610;
}
.TagClassName
{
border-color: #7AD610;
}
</style>