Shades of Lima #82AC0C
Tints of Lima #82AC0C
RGB
CMYK
RGB Variations
Color information
#82AC0C (or 0x82AC0C) is known color: Lima. HEX triplet: 82, AC and 0C. RGB value is (130,172,12). Sum of RGB (Red+Green+Blue) = 130+172+12=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AC0C is #7D53F3. Grayscale: #8D8D8D. Windows color (decimal): -8213492 or 830594. OLE color: 830594.
HSL color Cylindrical-coordinate representation of color #82AC0C: hue angle of 75.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82AC0C is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 172 | 12 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.33 |
| HSL | 75.75º | 0.87% | 0.36% | - |
| HSV(B) | 75.75º | 0.93% | 0.67% | - |
| XYZ | 24.02 | 34.28 | 5.7 | - |
| YUV | 141.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 12 | 0.24 | 0 | 0.93 | 0.33 | 75.75 | 0.87 | 0.36 |
| Hex | 82 | AC | C | 18 | 0 | 5D | 21 | 4C | 57 | 24 |
| Octal | 202 | 254 | 14 | 30 | 0 | 135 | 41 | 114 | 127 | 44 |
| Binary | 10000010 | 10101100 | 1100 | 11000 | 0 | 1011101 | 100001 | 1001100 | 1010111 | 100100 |
Color Harmonies of #82AC0C
Complementary color
Monochromatic Colors of #82AC0C
Black with #82AC0C
Text Example
Text Example
White with #82AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AC0C; }
p { color: rgb(130,172,12); }
H1.HeaderClassName
{
color: #82AC0C;
}
.AnyTagClassName
{
color: #82AC0C;
}
</style>
background-color css
<style>
a { background-color: #82AC0C; }
a { background-color: rgb(130,172,12); }
div.DivClassName
{
background-color: #82AC0C;
}
.BgClassName
{
background-color: #82AC0C;
}
</style>
border-color css
<style>
span { border-color: #82AC0C; }
span { border-color: rgb(130,172,12); }
td.TdClassName
{
border-color: #82AC0C;
}
.TagClassName
{
border-color: #82AC0C;
}
</style>