Shades of Lima #7ABC16
Tints of Lima #7ABC16
RGB
CMYK
RGB Variations
Color information
#7ABC16 (or 0x7ABC16) is known color: Lima. HEX triplet: 7A, BC and 16. RGB value is (122,188,22). Sum of RGB (Red+Green+Blue) = 122+188+22=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC16 is #8543E9. Grayscale: #959595. Windows color (decimal): -8733674 or 1490042. OLE color: 1490042.
HSL color Cylindrical-coordinate representation of color #7ABC16: hue angle of 83.86º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7ABC16 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 22 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.26 |
| HSL | 83.86º | 0.79% | 0.41% | - |
| HSV(B) | 83.86º | 0.88% | 0.74% | - |
| XYZ | 26.15 | 40.16 | 7.13 | - |
| YUV | 149.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 22 | 0.35 | 0 | 0.88 | 0.26 | 83.86 | 0.79 | 0.41 |
| Hex | 7A | BC | 16 | 23 | 0 | 58 | 1A | 54 | 4F | 29 |
| Octal | 172 | 274 | 26 | 43 | 0 | 130 | 32 | 124 | 117 | 51 |
| Binary | 1111010 | 10111100 | 10110 | 100011 | 0 | 1011000 | 11010 | 1010100 | 1001111 | 101001 |
Color Harmonies of #7ABC16
Complementary color
Monochromatic Colors of #7ABC16
Black with #7ABC16
Text Example
Text Example
White with #7ABC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC16; }
p { color: rgb(122,188,22); }
H1.HeaderClassName
{
color: #7ABC16;
}
.AnyTagClassName
{
color: #7ABC16;
}
</style>
background-color css
<style>
a { background-color: #7ABC16; }
a { background-color: rgb(122,188,22); }
div.DivClassName
{
background-color: #7ABC16;
}
.BgClassName
{
background-color: #7ABC16;
}
</style>
border-color css
<style>
span { border-color: #7ABC16; }
span { border-color: rgb(122,188,22); }
td.TdClassName
{
border-color: #7ABC16;
}
.TagClassName
{
border-color: #7ABC16;
}
</style>