Shades of Lima #7AA220
Tints of Lima #7AA220
RGB
CMYK
RGB Variations
Color information
#7AA220 (or 0x7AA220) is known color: Lima. HEX triplet: 7A, A2 and 20. RGB value is (122,162,32). Sum of RGB (Red+Green+Blue) = 122+162+32=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA220 is #855DDF. Grayscale: #878787. Windows color (decimal): -8740320 or 2138746. OLE color: 2138746.
HSL color Cylindrical-coordinate representation of color #7AA220: hue angle of 78.46º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AA220 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 32 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.36 |
| HSL | 78.46º | 0.67% | 0.38% | - |
| HSV(B) | 78.46º | 0.8% | 0.64% | - |
| XYZ | 21.21 | 30.08 | 6.06 | - |
| YUV | 135.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 32 | 0.25 | 0 | 0.80 | 0.36 | 78.46 | 0.67 | 0.38 |
| Hex | 7A | A2 | 20 | 19 | 0 | 50 | 24 | 4E | 43 | 26 |
| Octal | 172 | 242 | 40 | 31 | 0 | 120 | 44 | 116 | 103 | 46 |
| Binary | 1111010 | 10100010 | 100000 | 11001 | 0 | 1010000 | 100100 | 1001110 | 1000011 | 100110 |
Color Harmonies of #7AA220
Complementary color
Monochromatic Colors of #7AA220
Black with #7AA220
Text Example
Text Example
White with #7AA220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA220; }
p { color: rgb(122,162,32); }
H1.HeaderClassName
{
color: #7AA220;
}
.AnyTagClassName
{
color: #7AA220;
}
</style>
background-color css
<style>
a { background-color: #7AA220; }
a { background-color: rgb(122,162,32); }
div.DivClassName
{
background-color: #7AA220;
}
.BgClassName
{
background-color: #7AA220;
}
</style>
border-color css
<style>
span { border-color: #7AA220; }
span { border-color: rgb(122,162,32); }
td.TdClassName
{
border-color: #7AA220;
}
.TagClassName
{
border-color: #7AA220;
}
</style>