Shades of Lima #7AC528
Tints of Lima #7AC528
RGB
CMYK
RGB Variations
Color information
#7AC528 (or 0x7AC528) is known color: Lima. HEX triplet: 7A, C5 and 28. RGB value is (122,197,40). Sum of RGB (Red+Green+Blue) = 122+197+40=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC528 is #853AD7. Grayscale: #9D9D9D. Windows color (decimal): -8731352 or 2671994. OLE color: 2671994.
HSL color Cylindrical-coordinate representation of color #7AC528: hue angle of 88.66º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AC528 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 40 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.23 |
| HSL | 88.66º | 0.66% | 0.46% | - |
| HSV(B) | 88.66º | 0.8% | 0.77% | - |
| XYZ | 28.38 | 44.22 | 9.05 | - |
| YUV | 156.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 40 | 0.38 | 0 | 0.80 | 0.23 | 88.66 | 0.66 | 0.46 |
| Hex | 7A | C5 | 28 | 26 | 0 | 50 | 17 | 59 | 42 | 2E |
| Octal | 172 | 305 | 50 | 46 | 0 | 120 | 27 | 131 | 102 | 56 |
| Binary | 1111010 | 11000101 | 101000 | 100110 | 0 | 1010000 | 10111 | 1011001 | 1000010 | 101110 |
Color Harmonies of #7AC528
Complementary color
Monochromatic Colors of #7AC528
Black with #7AC528
Text Example
Text Example
White with #7AC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC528; }
p { color: rgb(122,197,40); }
H1.HeaderClassName
{
color: #7AC528;
}
.AnyTagClassName
{
color: #7AC528;
}
</style>
background-color css
<style>
a { background-color: #7AC528; }
a { background-color: rgb(122,197,40); }
div.DivClassName
{
background-color: #7AC528;
}
.BgClassName
{
background-color: #7AC528;
}
</style>
border-color css
<style>
span { border-color: #7AC528; }
span { border-color: rgb(122,197,40); }
td.TdClassName
{
border-color: #7AC528;
}
.TagClassName
{
border-color: #7AC528;
}
</style>