Shades of Lima #7AAB15
Tints of Lima #7AAB15
RGB
CMYK
RGB Variations
Color information
#7AAB15 (or 0x7AAB15) is known color: Lima. HEX triplet: 7A, AB and 15. RGB value is (122,171,21). Sum of RGB (Red+Green+Blue) = 122+171+21=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAB15 is #8554EA. Grayscale: #8B8B8B. Windows color (decimal): -8738027 or 1420154. OLE color: 1420154.
HSL color Cylindrical-coordinate representation of color #7AAB15: hue angle of 79.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AAB15 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 21 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.33 |
| HSL | 79.6º | 0.78% | 0.38% | - |
| HSV(B) | 79.6º | 0.88% | 0.67% | - |
| XYZ | 22.72 | 33.32 | 5.94 | - |
| YUV | 139.25 | 61.27 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 21 | 0.29 | 0 | 0.88 | 0.33 | 79.6 | 0.78 | 0.38 |
| Hex | 7A | AB | 15 | 1D | 0 | 58 | 21 | 50 | 4E | 26 |
| Octal | 172 | 253 | 25 | 35 | 0 | 130 | 41 | 120 | 116 | 46 |
| Binary | 1111010 | 10101011 | 10101 | 11101 | 0 | 1011000 | 100001 | 1010000 | 1001110 | 100110 |
Color Harmonies of #7AAB15
Complementary color
Monochromatic Colors of #7AAB15
Black with #7AAB15
Text Example
Text Example
White with #7AAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB15; }
p { color: rgb(122,171,21); }
H1.HeaderClassName
{
color: #7AAB15;
}
.AnyTagClassName
{
color: #7AAB15;
}
</style>
background-color css
<style>
a { background-color: #7AAB15; }
a { background-color: rgb(122,171,21); }
div.DivClassName
{
background-color: #7AAB15;
}
.BgClassName
{
background-color: #7AAB15;
}
</style>
border-color css
<style>
span { border-color: #7AAB15; }
span { border-color: rgb(122,171,21); }
td.TdClassName
{
border-color: #7AAB15;
}
.TagClassName
{
border-color: #7AAB15;
}
</style>