Shades of Lima #7AC531
Tints of Lima #7AC531
RGB
CMYK
RGB Variations
Color information
#7AC531 (or 0x7AC531) is known color: Lima. HEX triplet: 7A, C5 and 31. RGB value is (122,197,49). Sum of RGB (Red+Green+Blue) = 122+197+49=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC531 is #853ACE. Grayscale: #9E9E9E. Windows color (decimal): -8731343 or 3261818. OLE color: 3261818.
HSL color Cylindrical-coordinate representation of color #7AC531: hue angle of 90.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AC531 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 49 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.23 |
| HSL | 90.41º | 0.6% | 0.48% | - |
| HSV(B) | 90.41º | 0.75% | 0.77% | - |
| XYZ | 28.55 | 44.29 | 9.95 | - |
| YUV | 157.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 49 | 0.38 | 0 | 0.75 | 0.23 | 90.41 | 0.6 | 0.48 |
| Hex | 7A | C5 | 31 | 26 | 0 | 4B | 17 | 5A | 3C | 30 |
| Octal | 172 | 305 | 61 | 46 | 0 | 113 | 27 | 132 | 74 | 60 |
| Binary | 1111010 | 11000101 | 110001 | 100110 | 0 | 1001011 | 10111 | 1011010 | 111100 | 110000 |
Color Harmonies of #7AC531
Complementary color
Monochromatic Colors of #7AC531
Black with #7AC531
Text Example
Text Example
White with #7AC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC531; }
p { color: rgb(122,197,49); }
H1.HeaderClassName
{
color: #7AC531;
}
.AnyTagClassName
{
color: #7AC531;
}
</style>
background-color css
<style>
a { background-color: #7AC531; }
a { background-color: rgb(122,197,49); }
div.DivClassName
{
background-color: #7AC531;
}
.BgClassName
{
background-color: #7AC531;
}
</style>
border-color css
<style>
span { border-color: #7AC531; }
span { border-color: rgb(122,197,49); }
td.TdClassName
{
border-color: #7AC531;
}
.TagClassName
{
border-color: #7AC531;
}
</style>