Shades of Lima #7ABA0D
Tints of Lima #7ABA0D
RGB
CMYK
RGB Variations
Color information
#7ABA0D (or 0x7ABA0D) is known color: Lima. HEX triplet: 7A, BA and 0D. RGB value is (122,186,13). Sum of RGB (Red+Green+Blue) = 122+186+13=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA0D is #8545F2. Grayscale: #939393. Windows color (decimal): -8734195 or 899706. OLE color: 899706.
HSL color Cylindrical-coordinate representation of color #7ABA0D: hue angle of 82.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7ABA0D is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 13 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.27 |
| HSL | 82.2º | 0.87% | 0.39% | - |
| HSV(B) | 82.2º | 0.93% | 0.73% | - |
| XYZ | 25.66 | 39.28 | 6.61 | - |
| YUV | 147.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 13 | 0.34 | 0 | 0.93 | 0.27 | 82.2 | 0.87 | 0.39 |
| Hex | 7A | BA | D | 22 | 0 | 5D | 1B | 52 | 57 | 27 |
| Octal | 172 | 272 | 15 | 42 | 0 | 135 | 33 | 122 | 127 | 47 |
| Binary | 1111010 | 10111010 | 1101 | 100010 | 0 | 1011101 | 11011 | 1010010 | 1010111 | 100111 |
Color Harmonies of #7ABA0D
Complementary color
Monochromatic Colors of #7ABA0D
Black with #7ABA0D
Text Example
Text Example
White with #7ABA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA0D; }
p { color: rgb(122,186,13); }
H1.HeaderClassName
{
color: #7ABA0D;
}
.AnyTagClassName
{
color: #7ABA0D;
}
</style>
background-color css
<style>
a { background-color: #7ABA0D; }
a { background-color: rgb(122,186,13); }
div.DivClassName
{
background-color: #7ABA0D;
}
.BgClassName
{
background-color: #7ABA0D;
}
</style>
border-color css
<style>
span { border-color: #7ABA0D; }
span { border-color: rgb(122,186,13); }
td.TdClassName
{
border-color: #7ABA0D;
}
.TagClassName
{
border-color: #7ABA0D;
}
</style>