Shades of Lima #7AC526
Tints of Lima #7AC526
RGB
CMYK
RGB Variations
Color information
#7AC526 (or 0x7AC526) is known color: Lima. HEX triplet: 7A, C5 and 26. RGB value is (122,197,38). Sum of RGB (Red+Green+Blue) = 122+197+38=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC526 is #853AD9. Grayscale: #9D9D9D. Windows color (decimal): -8731354 or 2540922. OLE color: 2540922.
HSL color Cylindrical-coordinate representation of color #7AC526: hue angle of 88.3º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AC526 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 38 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.23 |
| HSL | 88.3º | 0.68% | 0.46% | - |
| HSV(B) | 88.3º | 0.81% | 0.77% | - |
| XYZ | 28.34 | 44.21 | 8.87 | - |
| YUV | 156.45 | 61.15 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 38 | 0.38 | 0 | 0.81 | 0.23 | 88.3 | 0.68 | 0.46 |
| Hex | 7A | C5 | 26 | 26 | 0 | 51 | 17 | 58 | 44 | 2E |
| Octal | 172 | 305 | 46 | 46 | 0 | 121 | 27 | 130 | 104 | 56 |
| Binary | 1111010 | 11000101 | 100110 | 100110 | 0 | 1010001 | 10111 | 1011000 | 1000100 | 101110 |
Color Harmonies of #7AC526
Complementary color
Monochromatic Colors of #7AC526
Black with #7AC526
Text Example
Text Example
White with #7AC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC526; }
p { color: rgb(122,197,38); }
H1.HeaderClassName
{
color: #7AC526;
}
.AnyTagClassName
{
color: #7AC526;
}
</style>
background-color css
<style>
a { background-color: #7AC526; }
a { background-color: rgb(122,197,38); }
div.DivClassName
{
background-color: #7AC526;
}
.BgClassName
{
background-color: #7AC526;
}
</style>
border-color css
<style>
span { border-color: #7AC526; }
span { border-color: rgb(122,197,38); }
td.TdClassName
{
border-color: #7AC526;
}
.TagClassName
{
border-color: #7AC526;
}
</style>