Shades of Lima #7AA816
Tints of Lima #7AA816
RGB
CMYK
RGB Variations
Color information
#7AA816 (or 0x7AA816) is known color: Lima. HEX triplet: 7A, A8 and 16. RGB value is (122,168,22). Sum of RGB (Red+Green+Blue) = 122+168+22=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA816 is #8557E9. Grayscale: #8A8A8A. Windows color (decimal): -8738794 or 1484922. OLE color: 1484922.
HSL color Cylindrical-coordinate representation of color #7AA816: hue angle of 78.9º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AA816 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 22 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.34 |
| HSL | 78.9º | 0.77% | 0.37% | - |
| HSV(B) | 78.9º | 0.87% | 0.66% | - |
| XYZ | 22.17 | 32.2 | 5.81 | - |
| YUV | 137.6 | 62.76 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 22 | 0.27 | 0 | 0.87 | 0.34 | 78.9 | 0.77 | 0.37 |
| Hex | 7A | A8 | 16 | 1B | 0 | 57 | 22 | 4F | 4D | 25 |
| Octal | 172 | 250 | 26 | 33 | 0 | 127 | 42 | 117 | 115 | 45 |
| Binary | 1111010 | 10101000 | 10110 | 11011 | 0 | 1010111 | 100010 | 1001111 | 1001101 | 100101 |
Color Harmonies of #7AA816
Complementary color
Monochromatic Colors of #7AA816
Black with #7AA816
Text Example
Text Example
White with #7AA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA816; }
p { color: rgb(122,168,22); }
H1.HeaderClassName
{
color: #7AA816;
}
.AnyTagClassName
{
color: #7AA816;
}
</style>
background-color css
<style>
a { background-color: #7AA816; }
a { background-color: rgb(122,168,22); }
div.DivClassName
{
background-color: #7AA816;
}
.BgClassName
{
background-color: #7AA816;
}
</style>
border-color css
<style>
span { border-color: #7AA816; }
span { border-color: rgb(122,168,22); }
td.TdClassName
{
border-color: #7AA816;
}
.TagClassName
{
border-color: #7AA816;
}
</style>