Shades of Lima #7AC110
Tints of Lima #7AC110
RGB
CMYK
RGB Variations
Color information
#7AC110 (or 0x7AC110) is known color: Lima. HEX triplet: 7A, C1 and 10. RGB value is (122,193,16). Sum of RGB (Red+Green+Blue) = 122+193+16=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC110 is #853EEF. Grayscale: #989898. Windows color (decimal): -8732400 or 1098106. OLE color: 1098106.
HSL color Cylindrical-coordinate representation of color #7AC110: hue angle of 84.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AC110 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 16 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.24 |
| HSL | 84.07º | 0.85% | 0.41% | - |
| HSV(B) | 84.07º | 0.92% | 0.76% | - |
| XYZ | 27.19 | 42.31 | 7.22 | - |
| YUV | 151.59 | 51.48 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 16 | 0.37 | 0 | 0.92 | 0.24 | 84.07 | 0.85 | 0.41 |
| Hex | 7A | C1 | 10 | 25 | 0 | 5C | 18 | 54 | 55 | 29 |
| Octal | 172 | 301 | 20 | 45 | 0 | 134 | 30 | 124 | 125 | 51 |
| Binary | 1111010 | 11000001 | 10000 | 100101 | 0 | 1011100 | 11000 | 1010100 | 1010101 | 101001 |
Color Harmonies of #7AC110
Complementary color
Monochromatic Colors of #7AC110
Black with #7AC110
Text Example
Text Example
White with #7AC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC110; }
p { color: rgb(122,193,16); }
H1.HeaderClassName
{
color: #7AC110;
}
.AnyTagClassName
{
color: #7AC110;
}
</style>
background-color css
<style>
a { background-color: #7AC110; }
a { background-color: rgb(122,193,16); }
div.DivClassName
{
background-color: #7AC110;
}
.BgClassName
{
background-color: #7AC110;
}
</style>
border-color css
<style>
span { border-color: #7AC110; }
span { border-color: rgb(122,193,16); }
td.TdClassName
{
border-color: #7AC110;
}
.TagClassName
{
border-color: #7AC110;
}
</style>