Shades of Lima #7ABA08
Tints of Lima #7ABA08
RGB
CMYK
RGB Variations
Color information
#7ABA08 (or 0x7ABA08) is known color: Lima. HEX triplet: 7A, BA and 08. RGB value is (122,186,8). Sum of RGB (Red+Green+Blue) = 122+186+8=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA08 is #8545F7. Grayscale: #939393. Windows color (decimal): -8734200 or 572026. OLE color: 572026.
HSL color Cylindrical-coordinate representation of color #7ABA08: hue angle of 81.57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7ABA08 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 8 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.27 |
| HSL | 81.57º | 0.92% | 0.38% | - |
| HSV(B) | 81.57º | 0.96% | 0.73% | - |
| XYZ | 25.63 | 39.27 | 6.46 | - |
| YUV | 146.57 | 49.8 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 8 | 0.34 | 0 | 0.96 | 0.27 | 81.57 | 0.92 | 0.38 |
| Hex | 7A | BA | 8 | 22 | 0 | 60 | 1B | 52 | 5C | 26 |
| Octal | 172 | 272 | 10 | 42 | 0 | 140 | 33 | 122 | 134 | 46 |
| Binary | 1111010 | 10111010 | 1000 | 100010 | 0 | 1100000 | 11011 | 1010010 | 1011100 | 100110 |
Color Harmonies of #7ABA08
Complementary color
Monochromatic Colors of #7ABA08
Black with #7ABA08
Text Example
Text Example
White with #7ABA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA08; }
p { color: rgb(122,186,8); }
H1.HeaderClassName
{
color: #7ABA08;
}
.AnyTagClassName
{
color: #7ABA08;
}
</style>
background-color css
<style>
a { background-color: #7ABA08; }
a { background-color: rgb(122,186,8); }
div.DivClassName
{
background-color: #7ABA08;
}
.BgClassName
{
background-color: #7ABA08;
}
</style>
border-color css
<style>
span { border-color: #7ABA08; }
span { border-color: rgb(122,186,8); }
td.TdClassName
{
border-color: #7ABA08;
}
.TagClassName
{
border-color: #7ABA08;
}
</style>