Shades of Lima #7AB913
Tints of Lima #7AB913
RGB
CMYK
RGB Variations
Color information
#7AB913 (or 0x7AB913) is known color: Lima. HEX triplet: 7A, B9 and 13. RGB value is (122,185,19). Sum of RGB (Red+Green+Blue) = 122+185+19=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB913 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB913 is #8546EC. Grayscale: #939393. Windows color (decimal): -8734445 or 1292666. OLE color: 1292666.
HSL color Cylindrical-coordinate representation of color #7AB913: hue angle of 82.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AB913 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 19 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.27 |
| HSL | 82.77º | 0.81% | 0.4% | - |
| HSV(B) | 82.77º | 0.9% | 0.73% | - |
| XYZ | 25.49 | 38.88 | 6.78 | - |
| YUV | 147.24 | 55.63 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 19 | 0.34 | 0 | 0.90 | 0.27 | 82.77 | 0.81 | 0.4 |
| Hex | 7A | B9 | 13 | 22 | 0 | 5A | 1B | 53 | 51 | 28 |
| Octal | 172 | 271 | 23 | 42 | 0 | 132 | 33 | 123 | 121 | 50 |
| Binary | 1111010 | 10111001 | 10011 | 100010 | 0 | 1011010 | 11011 | 1010011 | 1010001 | 101000 |
Color Harmonies of #7AB913
Complementary color
Monochromatic Colors of #7AB913
Black with #7AB913
Text Example
Text Example
White with #7AB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB913; }
p { color: rgb(122,185,19); }
H1.HeaderClassName
{
color: #7AB913;
}
.AnyTagClassName
{
color: #7AB913;
}
</style>
background-color css
<style>
a { background-color: #7AB913; }
a { background-color: rgb(122,185,19); }
div.DivClassName
{
background-color: #7AB913;
}
.BgClassName
{
background-color: #7AB913;
}
</style>
border-color css
<style>
span { border-color: #7AB913; }
span { border-color: rgb(122,185,19); }
td.TdClassName
{
border-color: #7AB913;
}
.TagClassName
{
border-color: #7AB913;
}
</style>