Shades of Lima #7AC006
Tints of Lima #7AC006
RGB
CMYK
RGB Variations
Color information
#7AC006 (or 0x7AC006) is known color: Lima. HEX triplet: 7A, C0 and 06. RGB value is (122,192,6). Sum of RGB (Red+Green+Blue) = 122+192+6=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC006 is #853FF9. Grayscale: #969696. Windows color (decimal): -8732666 or 442490. OLE color: 442490.
HSL color Cylindrical-coordinate representation of color #7AC006: hue angle of 82.58º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AC006 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.25 |
| HSL | 82.58º | 0.94% | 0.39% | - |
| HSV(B) | 82.58º | 0.97% | 0.75% | - |
| XYZ | 26.91 | 41.85 | 6.83 | - |
| YUV | 149.87 | 46.81 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 6 | 0.36 | 0 | 0.97 | 0.25 | 82.58 | 0.94 | 0.39 |
| Hex | 7A | C0 | 6 | 24 | 0 | 61 | 19 | 53 | 5E | 27 |
| Octal | 172 | 300 | 6 | 44 | 0 | 141 | 31 | 123 | 136 | 47 |
| Binary | 1111010 | 11000000 | 110 | 100100 | 0 | 1100001 | 11001 | 1010011 | 1011110 | 100111 |
Color Harmonies of #7AC006
Complementary color
Monochromatic Colors of #7AC006
Black with #7AC006
Text Example
Text Example
White with #7AC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC006; }
p { color: rgb(122,192,6); }
H1.HeaderClassName
{
color: #7AC006;
}
.AnyTagClassName
{
color: #7AC006;
}
</style>
background-color css
<style>
a { background-color: #7AC006; }
a { background-color: rgb(122,192,6); }
div.DivClassName
{
background-color: #7AC006;
}
.BgClassName
{
background-color: #7AC006;
}
</style>
border-color css
<style>
span { border-color: #7AC006; }
span { border-color: rgb(122,192,6); }
td.TdClassName
{
border-color: #7AC006;
}
.TagClassName
{
border-color: #7AC006;
}
</style>