Shades of Lima #82AE0C
Tints of Lima #82AE0C
RGB
CMYK
RGB Variations
Color information
#82AE0C (or 0x82AE0C) is known color: Lima. HEX triplet: 82, AE and 0C. RGB value is (130,174,12). Sum of RGB (Red+Green+Blue) = 130+174+12=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AE0C is #7D51F3. Grayscale: #8E8E8E. Windows color (decimal): -8212980 or 831106. OLE color: 831106.
HSL color Cylindrical-coordinate representation of color #82AE0C: hue angle of 76.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82AE0C is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 12 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.32 |
| HSL | 76.3º | 0.87% | 0.36% | - |
| HSV(B) | 76.3º | 0.93% | 0.68% | - |
| XYZ | 24.41 | 35.04 | 5.83 | - |
| YUV | 142.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 12 | 0.25 | 0 | 0.93 | 0.32 | 76.3 | 0.87 | 0.36 |
| Hex | 82 | AE | C | 19 | 0 | 5D | 20 | 4C | 57 | 24 |
| Octal | 202 | 256 | 14 | 31 | 0 | 135 | 40 | 114 | 127 | 44 |
| Binary | 10000010 | 10101110 | 1100 | 11001 | 0 | 1011101 | 100000 | 1001100 | 1010111 | 100100 |
Color Harmonies of #82AE0C
Complementary color
Monochromatic Colors of #82AE0C
Black with #82AE0C
Text Example
Text Example
White with #82AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AE0C; }
p { color: rgb(130,174,12); }
H1.HeaderClassName
{
color: #82AE0C;
}
.AnyTagClassName
{
color: #82AE0C;
}
</style>
background-color css
<style>
a { background-color: #82AE0C; }
a { background-color: rgb(130,174,12); }
div.DivClassName
{
background-color: #82AE0C;
}
.BgClassName
{
background-color: #82AE0C;
}
</style>
border-color css
<style>
span { border-color: #82AE0C; }
span { border-color: rgb(130,174,12); }
td.TdClassName
{
border-color: #82AE0C;
}
.TagClassName
{
border-color: #82AE0C;
}
</style>