Shades of Lima #7AA215
Tints of Lima #7AA215
RGB
CMYK
RGB Variations
Color information
#7AA215 (or 0x7AA215) is known color: Lima. HEX triplet: 7A, A2 and 15. RGB value is (122,162,21). Sum of RGB (Red+Green+Blue) = 122+162+21=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA215 is #855DEA. Grayscale: #868686. Windows color (decimal): -8740331 or 1417850. OLE color: 1417850.
HSL color Cylindrical-coordinate representation of color #7AA215: hue angle of 77.02º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AA215 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 21 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.36 |
| HSL | 77.02º | 0.77% | 0.36% | - |
| HSV(B) | 77.02º | 0.87% | 0.64% | - |
| XYZ | 21.08 | 30.03 | 5.4 | - |
| YUV | 133.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 21 | 0.25 | 0 | 0.87 | 0.36 | 77.02 | 0.77 | 0.36 |
| Hex | 7A | A2 | 15 | 19 | 0 | 57 | 24 | 4D | 4D | 24 |
| Octal | 172 | 242 | 25 | 31 | 0 | 127 | 44 | 115 | 115 | 44 |
| Binary | 1111010 | 10100010 | 10101 | 11001 | 0 | 1010111 | 100100 | 1001101 | 1001101 | 100100 |
Color Harmonies of #7AA215
Complementary color
Monochromatic Colors of #7AA215
Black with #7AA215
Text Example
Text Example
White with #7AA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA215; }
p { color: rgb(122,162,21); }
H1.HeaderClassName
{
color: #7AA215;
}
.AnyTagClassName
{
color: #7AA215;
}
</style>
background-color css
<style>
a { background-color: #7AA215; }
a { background-color: rgb(122,162,21); }
div.DivClassName
{
background-color: #7AA215;
}
.BgClassName
{
background-color: #7AA215;
}
</style>
border-color css
<style>
span { border-color: #7AA215; }
span { border-color: rgb(122,162,21); }
td.TdClassName
{
border-color: #7AA215;
}
.TagClassName
{
border-color: #7AA215;
}
</style>