Shades of Lima #7ABD12
Tints of Lima #7ABD12
RGB
CMYK
RGB Variations
Color information
#7ABD12 (or 0x7ABD12) is known color: Lima. HEX triplet: 7A, BD and 12. RGB value is (122,189,18). Sum of RGB (Red+Green+Blue) = 122+189+18=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABD12 is #8542ED. Grayscale: #969696. Windows color (decimal): -8733422 or 1228154. OLE color: 1228154.
HSL color Cylindrical-coordinate representation of color #7ABD12: hue angle of 83.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7ABD12 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 18 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.26 |
| HSL | 83.51º | 0.83% | 0.41% | - |
| HSV(B) | 83.51º | 0.9% | 0.74% | - |
| XYZ | 26.33 | 40.58 | 7.02 | - |
| YUV | 149.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 18 | 0.35 | 0 | 0.90 | 0.26 | 83.51 | 0.83 | 0.41 |
| Hex | 7A | BD | 12 | 23 | 0 | 5A | 1A | 54 | 53 | 29 |
| Octal | 172 | 275 | 22 | 43 | 0 | 132 | 32 | 124 | 123 | 51 |
| Binary | 1111010 | 10111101 | 10010 | 100011 | 0 | 1011010 | 11010 | 1010100 | 1010011 | 101001 |
Color Harmonies of #7ABD12
Complementary color
Monochromatic Colors of #7ABD12
Black with #7ABD12
Text Example
Text Example
White with #7ABD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD12; }
p { color: rgb(122,189,18); }
H1.HeaderClassName
{
color: #7ABD12;
}
.AnyTagClassName
{
color: #7ABD12;
}
</style>
background-color css
<style>
a { background-color: #7ABD12; }
a { background-color: rgb(122,189,18); }
div.DivClassName
{
background-color: #7ABD12;
}
.BgClassName
{
background-color: #7ABD12;
}
</style>
border-color css
<style>
span { border-color: #7ABD12; }
span { border-color: rgb(122,189,18); }
td.TdClassName
{
border-color: #7ABD12;
}
.TagClassName
{
border-color: #7ABD12;
}
</style>