Shades of Lima #7AAA18
Tints of Lima #7AAA18
RGB
CMYK
RGB Variations
Color information
#7AAA18 (or 0x7AAA18) is known color: Lima. HEX triplet: 7A, AA and 18. RGB value is (122,170,24). Sum of RGB (Red+Green+Blue) = 122+170+24=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA18 is #8555E7. Grayscale: #8B8B8B. Windows color (decimal): -8738280 or 1616506. OLE color: 1616506.
HSL color Cylindrical-coordinate representation of color #7AAA18: hue angle of 79.73º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AAA18 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 24 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.33 |
| HSL | 79.73º | 0.75% | 0.38% | - |
| HSV(B) | 79.73º | 0.86% | 0.67% | - |
| XYZ | 22.57 | 32.95 | 6.04 | - |
| YUV | 139 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 24 | 0.28 | 0 | 0.86 | 0.33 | 79.73 | 0.75 | 0.38 |
| Hex | 7A | AA | 18 | 1C | 0 | 56 | 21 | 50 | 4B | 26 |
| Octal | 172 | 252 | 30 | 34 | 0 | 126 | 41 | 120 | 113 | 46 |
| Binary | 1111010 | 10101010 | 11000 | 11100 | 0 | 1010110 | 100001 | 1010000 | 1001011 | 100110 |
Color Harmonies of #7AAA18
Complementary color
Monochromatic Colors of #7AAA18
Black with #7AAA18
Text Example
Text Example
White with #7AAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA18; }
p { color: rgb(122,170,24); }
H1.HeaderClassName
{
color: #7AAA18;
}
.AnyTagClassName
{
color: #7AAA18;
}
</style>
background-color css
<style>
a { background-color: #7AAA18; }
a { background-color: rgb(122,170,24); }
div.DivClassName
{
background-color: #7AAA18;
}
.BgClassName
{
background-color: #7AAA18;
}
</style>
border-color css
<style>
span { border-color: #7AAA18; }
span { border-color: rgb(122,170,24); }
td.TdClassName
{
border-color: #7AAA18;
}
.TagClassName
{
border-color: #7AAA18;
}
</style>