Shades of Lima #7AA222
Tints of Lima #7AA222
RGB
CMYK
RGB Variations
Color information
#7AA222 (or 0x7AA222) is known color: Lima. HEX triplet: 7A, A2 and 22. RGB value is (122,162,34). Sum of RGB (Red+Green+Blue) = 122+162+34=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA222 is #855DDD. Grayscale: #878787. Windows color (decimal): -8740318 or 2269818. OLE color: 2269818.
HSL color Cylindrical-coordinate representation of color #7AA222: hue angle of 78.75º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AA222 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 34 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.36 |
| HSL | 78.75º | 0.65% | 0.38% | - |
| HSV(B) | 78.75º | 0.79% | 0.64% | - |
| XYZ | 21.24 | 30.09 | 6.2 | - |
| YUV | 135.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 34 | 0.25 | 0 | 0.79 | 0.36 | 78.75 | 0.65 | 0.38 |
| Hex | 7A | A2 | 22 | 19 | 0 | 4F | 24 | 4F | 41 | 26 |
| Octal | 172 | 242 | 42 | 31 | 0 | 117 | 44 | 117 | 101 | 46 |
| Binary | 1111010 | 10100010 | 100010 | 11001 | 0 | 1001111 | 100100 | 1001111 | 1000001 | 100110 |
Color Harmonies of #7AA222
Complementary color
Monochromatic Colors of #7AA222
Black with #7AA222
Text Example
Text Example
White with #7AA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA222; }
p { color: rgb(122,162,34); }
H1.HeaderClassName
{
color: #7AA222;
}
.AnyTagClassName
{
color: #7AA222;
}
</style>
background-color css
<style>
a { background-color: #7AA222; }
a { background-color: rgb(122,162,34); }
div.DivClassName
{
background-color: #7AA222;
}
.BgClassName
{
background-color: #7AA222;
}
</style>
border-color css
<style>
span { border-color: #7AA222; }
span { border-color: rgb(122,162,34); }
td.TdClassName
{
border-color: #7AA222;
}
.TagClassName
{
border-color: #7AA222;
}
</style>