Shades of Lawn Green #7AD006
Tints of Lawn Green #7AD006
RGB
CMYK
RGB Variations
Color information
#7AD006 (or 0x7AD006) is known color: Lawn Green. HEX triplet: 7A, D0 and 06. RGB value is (122,208,6). Sum of RGB (Red+Green+Blue) = 122+208+6=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD006 is #852FF9. Grayscale: #9F9F9F. Windows color (decimal): -8728570 or 446586. OLE color: 446586.
HSL color Cylindrical-coordinate representation of color #7AD006: hue angle of 85.54º 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 #7AD006 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 6 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.18 |
| HSL | 85.54º | 0.94% | 0.42% | - |
| HSV(B) | 85.54º | 0.97% | 0.82% | - |
| XYZ | 30.61 | 49.26 | 8.07 | - |
| YUV | 159.26 | 41.51 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 6 | 0.41 | 0 | 0.97 | 0.18 | 85.54 | 0.94 | 0.42 |
| Hex | 7A | D0 | 6 | 29 | 0 | 61 | 12 | 56 | 5E | 2A |
| Octal | 172 | 320 | 6 | 51 | 0 | 141 | 22 | 126 | 136 | 52 |
| Binary | 1111010 | 11010000 | 110 | 101001 | 0 | 1100001 | 10010 | 1010110 | 1011110 | 101010 |
Color Harmonies of #7AD006
Complementary color
Monochromatic Colors of #7AD006
Black with #7AD006
Text Example
Text Example
White with #7AD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD006; }
p { color: rgb(122,208,6); }
H1.HeaderClassName
{
color: #7AD006;
}
.AnyTagClassName
{
color: #7AD006;
}
</style>
background-color css
<style>
a { background-color: #7AD006; }
a { background-color: rgb(122,208,6); }
div.DivClassName
{
background-color: #7AD006;
}
.BgClassName
{
background-color: #7AD006;
}
</style>
border-color css
<style>
span { border-color: #7AD006; }
span { border-color: rgb(122,208,6); }
td.TdClassName
{
border-color: #7AD006;
}
.TagClassName
{
border-color: #7AD006;
}
</style>