Shades of Lima #82AB12
Tints of Lima #82AB12
RGB
CMYK
RGB Variations
Color information
#82AB12 (or 0x82AB12) is known color: Lima. HEX triplet: 82, AB and 12. RGB value is (130,171,18). Sum of RGB (Red+Green+Blue) = 130+171+18=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB12 is #7D54ED. Grayscale: #8D8D8D. Windows color (decimal): -8213742 or 1223554. OLE color: 1223554.
HSL color Cylindrical-coordinate representation of color #82AB12: hue angle of 76.08º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82AB12 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 18 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.33 |
| HSL | 76.08º | 0.81% | 0.37% | - |
| HSV(B) | 76.08º | 0.89% | 0.67% | - |
| XYZ | 23.88 | 33.92 | 5.86 | - |
| YUV | 141.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 18 | 0.24 | 0 | 0.89 | 0.33 | 76.08 | 0.81 | 0.37 |
| Hex | 82 | AB | 12 | 18 | 0 | 59 | 21 | 4C | 51 | 25 |
| Octal | 202 | 253 | 22 | 30 | 0 | 131 | 41 | 114 | 121 | 45 |
| Binary | 10000010 | 10101011 | 10010 | 11000 | 0 | 1011001 | 100001 | 1001100 | 1010001 | 100101 |
Color Harmonies of #82AB12
Complementary color
Monochromatic Colors of #82AB12
Black with #82AB12
Text Example
Text Example
White with #82AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB12; }
p { color: rgb(130,171,18); }
H1.HeaderClassName
{
color: #82AB12;
}
.AnyTagClassName
{
color: #82AB12;
}
</style>
background-color css
<style>
a { background-color: #82AB12; }
a { background-color: rgb(130,171,18); }
div.DivClassName
{
background-color: #82AB12;
}
.BgClassName
{
background-color: #82AB12;
}
</style>
border-color css
<style>
span { border-color: #82AB12; }
span { border-color: rgb(130,171,18); }
td.TdClassName
{
border-color: #82AB12;
}
.TagClassName
{
border-color: #82AB12;
}
</style>