Shades of Lima #7AB912
Tints of Lima #7AB912
RGB
CMYK
RGB Variations
Color information
#7AB912 (or 0x7AB912) is known color: Lima. HEX triplet: 7A, B9 and 12. RGB value is (122,185,18). Sum of RGB (Red+Green+Blue) = 122+185+18=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB912 is #8546ED. Grayscale: #939393. Windows color (decimal): -8734446 or 1227130. OLE color: 1227130.
HSL color Cylindrical-coordinate representation of color #7AB912: hue angle of 82.63º degrees, saturation: 0.82, 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 #7AB912 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 18 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.27 |
| HSL | 82.63º | 0.82% | 0.4% | - |
| HSV(B) | 82.63º | 0.9% | 0.73% | - |
| XYZ | 25.48 | 38.88 | 6.73 | - |
| YUV | 147.13 | 55.13 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 18 | 0.34 | 0 | 0.90 | 0.27 | 82.63 | 0.82 | 0.4 |
| Hex | 7A | B9 | 12 | 22 | 0 | 5A | 1B | 53 | 52 | 28 |
| Octal | 172 | 271 | 22 | 42 | 0 | 132 | 33 | 123 | 122 | 50 |
| Binary | 1111010 | 10111001 | 10010 | 100010 | 0 | 1011010 | 11011 | 1010011 | 1010010 | 101000 |
Color Harmonies of #7AB912
Complementary color
Monochromatic Colors of #7AB912
Black with #7AB912
Text Example
Text Example
White with #7AB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB912; }
p { color: rgb(122,185,18); }
H1.HeaderClassName
{
color: #7AB912;
}
.AnyTagClassName
{
color: #7AB912;
}
</style>
background-color css
<style>
a { background-color: #7AB912; }
a { background-color: rgb(122,185,18); }
div.DivClassName
{
background-color: #7AB912;
}
.BgClassName
{
background-color: #7AB912;
}
</style>
border-color css
<style>
span { border-color: #7AB912; }
span { border-color: rgb(122,185,18); }
td.TdClassName
{
border-color: #7AB912;
}
.TagClassName
{
border-color: #7AB912;
}
</style>