Shades of Lima #7AA217
Tints of Lima #7AA217
RGB
CMYK
RGB Variations
Color information
#7AA217 (or 0x7AA217) is known color: Lima. HEX triplet: 7A, A2 and 17. RGB value is (122,162,23). Sum of RGB (Red+Green+Blue) = 122+162+23=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA217 is #855DE8. Grayscale: #868686. Windows color (decimal): -8740329 or 1548922. OLE color: 1548922.
HSL color Cylindrical-coordinate representation of color #7AA217: hue angle of 77.27º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AA217 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 23 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.36 |
| HSL | 77.27º | 0.75% | 0.36% | - |
| HSV(B) | 77.27º | 0.86% | 0.64% | - |
| XYZ | 21.1 | 30.04 | 5.5 | - |
| YUV | 134.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 23 | 0.25 | 0 | 0.86 | 0.36 | 77.27 | 0.75 | 0.36 |
| Hex | 7A | A2 | 17 | 19 | 0 | 56 | 24 | 4D | 4B | 24 |
| Octal | 172 | 242 | 27 | 31 | 0 | 126 | 44 | 115 | 113 | 44 |
| Binary | 1111010 | 10100010 | 10111 | 11001 | 0 | 1010110 | 100100 | 1001101 | 1001011 | 100100 |
Color Harmonies of #7AA217
Complementary color
Monochromatic Colors of #7AA217
Black with #7AA217
Text Example
Text Example
White with #7AA217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA217; }
p { color: rgb(122,162,23); }
H1.HeaderClassName
{
color: #7AA217;
}
.AnyTagClassName
{
color: #7AA217;
}
</style>
background-color css
<style>
a { background-color: #7AA217; }
a { background-color: rgb(122,162,23); }
div.DivClassName
{
background-color: #7AA217;
}
.BgClassName
{
background-color: #7AA217;
}
</style>
border-color css
<style>
span { border-color: #7AA217; }
span { border-color: rgb(122,162,23); }
td.TdClassName
{
border-color: #7AA217;
}
.TagClassName
{
border-color: #7AA217;
}
</style>