Shades of Lawn Green #7AD206
Tints of Lawn Green #7AD206
RGB
CMYK
RGB Variations
Color information
#7AD206 (or 0x7AD206) is known color: Lawn Green. HEX triplet: 7A, D2 and 06. RGB value is (122,210,6). Sum of RGB (Red+Green+Blue) = 122+210+6=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD206 is #852DF9. Grayscale: #A1A1A1. Windows color (decimal): -8728058 or 447098. OLE color: 447098.
HSL color Cylindrical-coordinate representation of color #7AD206: hue angle of 85.88º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AD206 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 6 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.18 |
| HSL | 85.88º | 0.94% | 0.42% | - |
| HSV(B) | 85.88º | 0.97% | 0.82% | - |
| XYZ | 31.11 | 50.24 | 8.23 | - |
| YUV | 160.43 | 40.85 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 6 | 0.42 | 0 | 0.97 | 0.18 | 85.88 | 0.94 | 0.42 |
| Hex | 7A | D2 | 6 | 2A | 0 | 61 | 12 | 56 | 5E | 2A |
| Octal | 172 | 322 | 6 | 52 | 0 | 141 | 22 | 126 | 136 | 52 |
| Binary | 1111010 | 11010010 | 110 | 101010 | 0 | 1100001 | 10010 | 1010110 | 1011110 | 101010 |
Color Harmonies of #7AD206
Complementary color
Monochromatic Colors of #7AD206
Black with #7AD206
Text Example
Text Example
White with #7AD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD206; }
p { color: rgb(122,210,6); }
H1.HeaderClassName
{
color: #7AD206;
}
.AnyTagClassName
{
color: #7AD206;
}
</style>
background-color css
<style>
a { background-color: #7AD206; }
a { background-color: rgb(122,210,6); }
div.DivClassName
{
background-color: #7AD206;
}
.BgClassName
{
background-color: #7AD206;
}
</style>
border-color css
<style>
span { border-color: #7AD206; }
span { border-color: rgb(122,210,6); }
td.TdClassName
{
border-color: #7AD206;
}
.TagClassName
{
border-color: #7AD206;
}
</style>