Shades of Lima #7AAC2A
Tints of Lima #7AAC2A
RGB
CMYK
RGB Variations
Color information
#7AAC2A (or 0x7AAC2A) is known color: Lima. HEX triplet: 7A, AC and 2A. RGB value is (122,172,42). Sum of RGB (Red+Green+Blue) = 122+172+42=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC2A is #8553D5. Grayscale: #8E8E8E. Windows color (decimal): -8737750 or 2796666. OLE color: 2796666.
HSL color Cylindrical-coordinate representation of color #7AAC2A: hue angle of 83.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AAC2A is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 42 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.33 |
| HSL | 83.08º | 0.61% | 0.42% | - |
| HSV(B) | 83.08º | 0.76% | 0.67% | - |
| XYZ | 23.2 | 33.81 | 7.49 | - |
| YUV | 142.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 42 | 0.29 | 0 | 0.76 | 0.33 | 83.08 | 0.61 | 0.42 |
| Hex | 7A | AC | 2A | 1D | 0 | 4C | 21 | 53 | 3D | 2A |
| Octal | 172 | 254 | 52 | 35 | 0 | 114 | 41 | 123 | 75 | 52 |
| Binary | 1111010 | 10101100 | 101010 | 11101 | 0 | 1001100 | 100001 | 1010011 | 111101 | 101010 |
Color Harmonies of #7AAC2A
Complementary color
Monochromatic Colors of #7AAC2A
Black with #7AAC2A
Text Example
Text Example
White with #7AAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC2A; }
p { color: rgb(122,172,42); }
H1.HeaderClassName
{
color: #7AAC2A;
}
.AnyTagClassName
{
color: #7AAC2A;
}
</style>
background-color css
<style>
a { background-color: #7AAC2A; }
a { background-color: rgb(122,172,42); }
div.DivClassName
{
background-color: #7AAC2A;
}
.BgClassName
{
background-color: #7AAC2A;
}
</style>
border-color css
<style>
span { border-color: #7AAC2A; }
span { border-color: rgb(122,172,42); }
td.TdClassName
{
border-color: #7AAC2A;
}
.TagClassName
{
border-color: #7AAC2A;
}
</style>