Shades of Lima #7AAA15
Tints of Lima #7AAA15
RGB
CMYK
RGB Variations
Color information
#7AAA15 (or 0x7AAA15) is known color: Lima. HEX triplet: 7A, AA and 15. RGB value is (122,170,21). Sum of RGB (Red+Green+Blue) = 122+170+21=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA15 is #8555EA. Grayscale: #8B8B8B. Windows color (decimal): -8738283 or 1419898. OLE color: 1419898.
HSL color Cylindrical-coordinate representation of color #7AAA15: hue angle of 79.33º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AAA15 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 21 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.33 |
| HSL | 79.33º | 0.78% | 0.37% | - |
| HSV(B) | 79.33º | 0.88% | 0.67% | - |
| XYZ | 22.54 | 32.94 | 5.88 | - |
| YUV | 138.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 21 | 0.28 | 0 | 0.88 | 0.33 | 79.33 | 0.78 | 0.37 |
| Hex | 7A | AA | 15 | 1C | 0 | 58 | 21 | 4F | 4E | 25 |
| Octal | 172 | 252 | 25 | 34 | 0 | 130 | 41 | 117 | 116 | 45 |
| Binary | 1111010 | 10101010 | 10101 | 11100 | 0 | 1011000 | 100001 | 1001111 | 1001110 | 100101 |
Color Harmonies of #7AAA15
Complementary color
Monochromatic Colors of #7AAA15
Black with #7AAA15
Text Example
Text Example
White with #7AAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA15; }
p { color: rgb(122,170,21); }
H1.HeaderClassName
{
color: #7AAA15;
}
.AnyTagClassName
{
color: #7AAA15;
}
</style>
background-color css
<style>
a { background-color: #7AAA15; }
a { background-color: rgb(122,170,21); }
div.DivClassName
{
background-color: #7AAA15;
}
.BgClassName
{
background-color: #7AAA15;
}
</style>
border-color css
<style>
span { border-color: #7AAA15; }
span { border-color: rgb(122,170,21); }
td.TdClassName
{
border-color: #7AAA15;
}
.TagClassName
{
border-color: #7AAA15;
}
</style>