Shades of Lawn Green #7AD510
Tints of Lawn Green #7AD510
RGB
CMYK
RGB Variations
Color information
#7AD510 (or 0x7AD510) is known color: Lawn Green. HEX triplet: 7A, D5 and 10. RGB value is (122,213,16). Sum of RGB (Red+Green+Blue) = 122+213+16=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD510 is #852AEF. Grayscale: #A4A4A4. Windows color (decimal): -8727280 or 1103226. OLE color: 1103226.
HSL color Cylindrical-coordinate representation of color #7AD510: hue angle of 87.72º degrees, saturation: 0.86, 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 #7AD510 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 16 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.16 |
| HSL | 87.72º | 0.86% | 0.45% | - |
| HSV(B) | 87.72º | 0.92% | 0.84% | - |
| XYZ | 31.91 | 51.76 | 8.8 | - |
| YUV | 163.33 | 44.85 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 16 | 0.43 | 0 | 0.92 | 0.16 | 87.72 | 0.86 | 0.45 |
| Hex | 7A | D5 | 10 | 2B | 0 | 5C | 10 | 58 | 56 | 2D |
| Octal | 172 | 325 | 20 | 53 | 0 | 134 | 20 | 130 | 126 | 55 |
| Binary | 1111010 | 11010101 | 10000 | 101011 | 0 | 1011100 | 10000 | 1011000 | 1010110 | 101101 |
Color Harmonies of #7AD510
Complementary color
Monochromatic Colors of #7AD510
Black with #7AD510
Text Example
Text Example
White with #7AD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD510; }
p { color: rgb(122,213,16); }
H1.HeaderClassName
{
color: #7AD510;
}
.AnyTagClassName
{
color: #7AD510;
}
</style>
background-color css
<style>
a { background-color: #7AD510; }
a { background-color: rgb(122,213,16); }
div.DivClassName
{
background-color: #7AD510;
}
.BgClassName
{
background-color: #7AD510;
}
</style>
border-color css
<style>
span { border-color: #7AD510; }
span { border-color: rgb(122,213,16); }
td.TdClassName
{
border-color: #7AD510;
}
.TagClassName
{
border-color: #7AD510;
}
</style>