Shades of Lima #7AA424
Tints of Lima #7AA424
RGB
CMYK
RGB Variations
Color information
#7AA424 (or 0x7AA424) is known color: Lima. HEX triplet: 7A, A4 and 24. RGB value is (122,164,36). Sum of RGB (Red+Green+Blue) = 122+164+36=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA424 is #855BDB. Grayscale: #898989. Windows color (decimal): -8739804 or 2401402. OLE color: 2401402.
HSL color Cylindrical-coordinate representation of color #7AA424: hue angle of 79.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AA424 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 36 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.36 |
| HSL | 79.69º | 0.64% | 0.39% | - |
| HSV(B) | 79.69º | 0.78% | 0.64% | - |
| XYZ | 21.62 | 30.82 | 6.48 | - |
| YUV | 136.85 | 71.09 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 36 | 0.26 | 0 | 0.78 | 0.36 | 79.69 | 0.64 | 0.39 |
| Hex | 7A | A4 | 24 | 1A | 0 | 4E | 24 | 50 | 40 | 27 |
| Octal | 172 | 244 | 44 | 32 | 0 | 116 | 44 | 120 | 100 | 47 |
| Binary | 1111010 | 10100100 | 100100 | 11010 | 0 | 1001110 | 100100 | 1010000 | 1000000 | 100111 |
Color Harmonies of #7AA424
Complementary color
Monochromatic Colors of #7AA424
Black with #7AA424
Text Example
Text Example
White with #7AA424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA424; }
p { color: rgb(122,164,36); }
H1.HeaderClassName
{
color: #7AA424;
}
.AnyTagClassName
{
color: #7AA424;
}
</style>
background-color css
<style>
a { background-color: #7AA424; }
a { background-color: rgb(122,164,36); }
div.DivClassName
{
background-color: #7AA424;
}
.BgClassName
{
background-color: #7AA424;
}
</style>
border-color css
<style>
span { border-color: #7AA424; }
span { border-color: rgb(122,164,36); }
td.TdClassName
{
border-color: #7AA424;
}
.TagClassName
{
border-color: #7AA424;
}
</style>