Shades of Lima #7AAA24
Tints of Lima #7AAA24
RGB
CMYK
RGB Variations
Color information
#7AAA24 (or 0x7AAA24) is known color: Lima. HEX triplet: 7A, AA and 24. RGB value is (122,170,36). Sum of RGB (Red+Green+Blue) = 122+170+36=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA24 is #8555DB. Grayscale: #8C8C8C. Windows color (decimal): -8738268 or 2402938. OLE color: 2402938.
HSL color Cylindrical-coordinate representation of color #7AAA24: hue angle of 81.49º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AAA24 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 36 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.33 |
| HSL | 81.49º | 0.65% | 0.4% | - |
| HSV(B) | 81.49º | 0.79% | 0.67% | - |
| XYZ | 22.72 | 33.01 | 6.84 | - |
| YUV | 140.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 36 | 0.28 | 0 | 0.79 | 0.33 | 81.49 | 0.65 | 0.4 |
| Hex | 7A | AA | 24 | 1C | 0 | 4F | 21 | 51 | 41 | 28 |
| Octal | 172 | 252 | 44 | 34 | 0 | 117 | 41 | 121 | 101 | 50 |
| Binary | 1111010 | 10101010 | 100100 | 11100 | 0 | 1001111 | 100001 | 1010001 | 1000001 | 101000 |
Color Harmonies of #7AAA24
Complementary color
Monochromatic Colors of #7AAA24
Black with #7AAA24
Text Example
Text Example
White with #7AAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA24; }
p { color: rgb(122,170,36); }
H1.HeaderClassName
{
color: #7AAA24;
}
.AnyTagClassName
{
color: #7AAA24;
}
</style>
background-color css
<style>
a { background-color: #7AAA24; }
a { background-color: rgb(122,170,36); }
div.DivClassName
{
background-color: #7AAA24;
}
.BgClassName
{
background-color: #7AAA24;
}
</style>
border-color css
<style>
span { border-color: #7AAA24; }
span { border-color: rgb(122,170,36); }
td.TdClassName
{
border-color: #7AAA24;
}
.TagClassName
{
border-color: #7AAA24;
}
</style>