Shades of Lawn Green #7AD204
Tints of Lawn Green #7AD204
RGB
CMYK
RGB Variations
Color information
#7AD204 (or 0x7AD204) is known color: Lawn Green. HEX triplet: 7A, D2 and 04. RGB value is (122,210,4). Sum of RGB (Red+Green+Blue) = 122+210+4=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD204 is #852DFB. Grayscale: #A0A0A0. Windows color (decimal): -8728060 or 316026. OLE color: 316026.
HSL color Cylindrical-coordinate representation of color #7AD204: hue angle of 85.63º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AD204 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.18 |
| HSL | 85.63º | 0.96% | 0.42% | - |
| HSV(B) | 85.63º | 0.98% | 0.82% | - |
| XYZ | 31.09 | 50.24 | 8.17 | - |
| YUV | 160.2 | 39.85 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 4 | 0.42 | 0 | 0.98 | 0.18 | 85.63 | 0.96 | 0.42 |
| Hex | 7A | D2 | 4 | 2A | 0 | 62 | 12 | 56 | 60 | 2A |
| Octal | 172 | 322 | 4 | 52 | 0 | 142 | 22 | 126 | 140 | 52 |
| Binary | 1111010 | 11010010 | 100 | 101010 | 0 | 1100010 | 10010 | 1010110 | 1100000 | 101010 |
Color Harmonies of #7AD204
Complementary color
Monochromatic Colors of #7AD204
Black with #7AD204
Text Example
Text Example
White with #7AD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD204; }
p { color: rgb(122,210,4); }
H1.HeaderClassName
{
color: #7AD204;
}
.AnyTagClassName
{
color: #7AD204;
}
</style>
background-color css
<style>
a { background-color: #7AD204; }
a { background-color: rgb(122,210,4); }
div.DivClassName
{
background-color: #7AD204;
}
.BgClassName
{
background-color: #7AD204;
}
</style>
border-color css
<style>
span { border-color: #7AD204; }
span { border-color: rgb(122,210,4); }
td.TdClassName
{
border-color: #7AD204;
}
.TagClassName
{
border-color: #7AD204;
}
</style>