Shades of Lima #7AB911
Tints of Lima #7AB911
RGB
CMYK
RGB Variations
Color information
#7AB911 (or 0x7AB911) is known color: Lima. HEX triplet: 7A, B9 and 11. RGB value is (122,185,17). Sum of RGB (Red+Green+Blue) = 122+185+17=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB911 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB911 is #8546EE. Grayscale: #939393. Windows color (decimal): -8734447 or 1161594. OLE color: 1161594.
HSL color Cylindrical-coordinate representation of color #7AB911: hue angle of 82.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB911 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.27 |
| HSL | 82.5º | 0.83% | 0.4% | - |
| HSV(B) | 82.5º | 0.91% | 0.73% | - |
| XYZ | 25.48 | 38.88 | 6.69 | - |
| YUV | 147.01 | 54.63 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 17 | 0.34 | 0 | 0.91 | 0.27 | 82.5 | 0.83 | 0.4 |
| Hex | 7A | B9 | 11 | 22 | 0 | 5B | 1B | 52 | 53 | 28 |
| Octal | 172 | 271 | 21 | 42 | 0 | 133 | 33 | 122 | 123 | 50 |
| Binary | 1111010 | 10111001 | 10001 | 100010 | 0 | 1011011 | 11011 | 1010010 | 1010011 | 101000 |
Color Harmonies of #7AB911
Complementary color
Monochromatic Colors of #7AB911
Black with #7AB911
Text Example
Text Example
White with #7AB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB911; }
p { color: rgb(122,185,17); }
H1.HeaderClassName
{
color: #7AB911;
}
.AnyTagClassName
{
color: #7AB911;
}
</style>
background-color css
<style>
a { background-color: #7AB911; }
a { background-color: rgb(122,185,17); }
div.DivClassName
{
background-color: #7AB911;
}
.BgClassName
{
background-color: #7AB911;
}
</style>
border-color css
<style>
span { border-color: #7AB911; }
span { border-color: rgb(122,185,17); }
td.TdClassName
{
border-color: #7AB911;
}
.TagClassName
{
border-color: #7AB911;
}
</style>