Shades of Lima #7AC60D
Tints of Lima #7AC60D
RGB
CMYK
RGB Variations
Color information
#7AC60D (or 0x7AC60D) is known color: Lima. HEX triplet: 7A, C6 and 0D. RGB value is (122,198,13). Sum of RGB (Red+Green+Blue) = 122+198+13=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC60D is #8539F2. Grayscale: #9A9A9A. Windows color (decimal): -8731123 or 902778. OLE color: 902778.
HSL color Cylindrical-coordinate representation of color #7AC60D: hue angle of 84.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AC60D is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 198 | 13 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.22 |
| HSL | 84.65º | 0.88% | 0.41% | - |
| HSV(B) | 84.65º | 0.93% | 0.78% | - |
| XYZ | 28.29 | 44.55 | 7.49 | - |
| YUV | 154.19 | 48.32 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 198 | 13 | 0.38 | 0 | 0.93 | 0.22 | 84.65 | 0.88 | 0.41 |
| Hex | 7A | C6 | D | 26 | 0 | 5D | 16 | 55 | 58 | 29 |
| Octal | 172 | 306 | 15 | 46 | 0 | 135 | 26 | 125 | 130 | 51 |
| Binary | 1111010 | 11000110 | 1101 | 100110 | 0 | 1011101 | 10110 | 1010101 | 1011000 | 101001 |
Color Harmonies of #7AC60D
Complementary color
Monochromatic Colors of #7AC60D
Black with #7AC60D
Text Example
Text Example
White with #7AC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC60D; }
p { color: rgb(122,198,13); }
H1.HeaderClassName
{
color: #7AC60D;
}
.AnyTagClassName
{
color: #7AC60D;
}
</style>
background-color css
<style>
a { background-color: #7AC60D; }
a { background-color: rgb(122,198,13); }
div.DivClassName
{
background-color: #7AC60D;
}
.BgClassName
{
background-color: #7AC60D;
}
</style>
border-color css
<style>
span { border-color: #7AC60D; }
span { border-color: rgb(122,198,13); }
td.TdClassName
{
border-color: #7AC60D;
}
.TagClassName
{
border-color: #7AC60D;
}
</style>