Shades of Lima #7ABD16
Tints of Lima #7ABD16
RGB
CMYK
RGB Variations
Color information
#7ABD16 (or 0x7ABD16) is known color: Lima. HEX triplet: 7A, BD and 16. RGB value is (122,189,22). Sum of RGB (Red+Green+Blue) = 122+189+22=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABD16 is #8542E9. Grayscale: #969696. Windows color (decimal): -8733418 or 1490298. OLE color: 1490298.
HSL color Cylindrical-coordinate representation of color #7ABD16: hue angle of 84.07º 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 #7ABD16 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 22 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.26 |
| HSL | 84.07º | 0.79% | 0.41% | - |
| HSV(B) | 84.07º | 0.88% | 0.74% | - |
| XYZ | 26.37 | 40.59 | 7.2 | - |
| YUV | 149.93 | 55.8 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 22 | 0.35 | 0 | 0.88 | 0.26 | 84.07 | 0.79 | 0.41 |
| Hex | 7A | BD | 16 | 23 | 0 | 58 | 1A | 54 | 4F | 29 |
| Octal | 172 | 275 | 26 | 43 | 0 | 130 | 32 | 124 | 117 | 51 |
| Binary | 1111010 | 10111101 | 10110 | 100011 | 0 | 1011000 | 11010 | 1010100 | 1001111 | 101001 |
Color Harmonies of #7ABD16
Complementary color
Monochromatic Colors of #7ABD16
Black with #7ABD16
Text Example
Text Example
White with #7ABD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD16; }
p { color: rgb(122,189,22); }
H1.HeaderClassName
{
color: #7ABD16;
}
.AnyTagClassName
{
color: #7ABD16;
}
</style>
background-color css
<style>
a { background-color: #7ABD16; }
a { background-color: rgb(122,189,22); }
div.DivClassName
{
background-color: #7ABD16;
}
.BgClassName
{
background-color: #7ABD16;
}
</style>
border-color css
<style>
span { border-color: #7ABD16; }
span { border-color: rgb(122,189,22); }
td.TdClassName
{
border-color: #7ABD16;
}
.TagClassName
{
border-color: #7ABD16;
}
</style>