Shades of Lima #7AAD1A
Tints of Lima #7AAD1A
RGB
CMYK
RGB Variations
Color information
#7AAD1A (or 0x7AAD1A) is known color: Lima. HEX triplet: 7A, AD and 1A. RGB value is (122,173,26). Sum of RGB (Red+Green+Blue) = 122+173+26=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAD1A is #8552E5. Grayscale: #8D8D8D. Windows color (decimal): -8737510 or 1748346. OLE color: 1748346.
HSL color Cylindrical-coordinate representation of color #7AAD1A: hue angle of 80.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AAD1A is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 26 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.32 |
| HSL | 80.82º | 0.74% | 0.39% | - |
| HSV(B) | 80.82º | 0.85% | 0.68% | - |
| XYZ | 23.16 | 34.1 | 6.34 | - |
| YUV | 140.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 26 | 0.29 | 0 | 0.85 | 0.32 | 80.82 | 0.74 | 0.39 |
| Hex | 7A | AD | 1A | 1D | 0 | 55 | 20 | 51 | 4A | 27 |
| Octal | 172 | 255 | 32 | 35 | 0 | 125 | 40 | 121 | 112 | 47 |
| Binary | 1111010 | 10101101 | 11010 | 11101 | 0 | 1010101 | 100000 | 1010001 | 1001010 | 100111 |
Color Harmonies of #7AAD1A
Complementary color
Monochromatic Colors of #7AAD1A
Black with #7AAD1A
Text Example
Text Example
White with #7AAD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD1A; }
p { color: rgb(122,173,26); }
H1.HeaderClassName
{
color: #7AAD1A;
}
.AnyTagClassName
{
color: #7AAD1A;
}
</style>
background-color css
<style>
a { background-color: #7AAD1A; }
a { background-color: rgb(122,173,26); }
div.DivClassName
{
background-color: #7AAD1A;
}
.BgClassName
{
background-color: #7AAD1A;
}
</style>
border-color css
<style>
span { border-color: #7AAD1A; }
span { border-color: rgb(122,173,26); }
td.TdClassName
{
border-color: #7AAD1A;
}
.TagClassName
{
border-color: #7AAD1A;
}
</style>