Shades of Lima #7AAA16
Tints of Lima #7AAA16
RGB
CMYK
RGB Variations
Color information
#7AAA16 (or 0x7AAA16) is known color: Lima. HEX triplet: 7A, AA and 16. RGB value is (122,170,22). Sum of RGB (Red+Green+Blue) = 122+170+22=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA16 is #8555E9. Grayscale: #8B8B8B. Windows color (decimal): -8738282 or 1485434. OLE color: 1485434.
HSL color Cylindrical-coordinate representation of color #7AAA16: hue angle of 79.46º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AAA16 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 22 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.33 |
| HSL | 79.46º | 0.77% | 0.38% | - |
| HSV(B) | 79.46º | 0.87% | 0.67% | - |
| XYZ | 22.55 | 32.94 | 5.93 | - |
| YUV | 138.78 | 62.1 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 22 | 0.28 | 0 | 0.87 | 0.33 | 79.46 | 0.77 | 0.38 |
| Hex | 7A | AA | 16 | 1C | 0 | 57 | 21 | 4F | 4D | 26 |
| Octal | 172 | 252 | 26 | 34 | 0 | 127 | 41 | 117 | 115 | 46 |
| Binary | 1111010 | 10101010 | 10110 | 11100 | 0 | 1010111 | 100001 | 1001111 | 1001101 | 100110 |
Color Harmonies of #7AAA16
Complementary color
Monochromatic Colors of #7AAA16
Black with #7AAA16
Text Example
Text Example
White with #7AAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA16; }
p { color: rgb(122,170,22); }
H1.HeaderClassName
{
color: #7AAA16;
}
.AnyTagClassName
{
color: #7AAA16;
}
</style>
background-color css
<style>
a { background-color: #7AAA16; }
a { background-color: rgb(122,170,22); }
div.DivClassName
{
background-color: #7AAA16;
}
.BgClassName
{
background-color: #7AAA16;
}
</style>
border-color css
<style>
span { border-color: #7AAA16; }
span { border-color: rgb(122,170,22); }
td.TdClassName
{
border-color: #7AAA16;
}
.TagClassName
{
border-color: #7AAA16;
}
</style>