Shades of Lima #82AA14
Tints of Lima #82AA14
RGB
CMYK
RGB Variations
Color information
#82AA14 (or 0x82AA14) is known color: Lima. HEX triplet: 82, AA and 14. RGB value is (130,170,20). Sum of RGB (Red+Green+Blue) = 130+170+20=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AA14 is #7D55EB. Grayscale: #8D8D8D. Windows color (decimal): -8213996 or 1354370. OLE color: 1354370.
HSL color Cylindrical-coordinate representation of color #82AA14: hue angle of 76º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82AA14 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 20 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.33 |
| HSL | 76º | 0.79% | 0.37% | - |
| HSV(B) | 76º | 0.88% | 0.67% | - |
| XYZ | 23.71 | 33.55 | 5.89 | - |
| YUV | 140.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 20 | 0.24 | 0 | 0.88 | 0.33 | 76 | 0.79 | 0.37 |
| Hex | 82 | AA | 14 | 18 | 0 | 58 | 21 | 4C | 4F | 25 |
| Octal | 202 | 252 | 24 | 30 | 0 | 130 | 41 | 114 | 117 | 45 |
| Binary | 10000010 | 10101010 | 10100 | 11000 | 0 | 1011000 | 100001 | 1001100 | 1001111 | 100101 |
Color Harmonies of #82AA14
Complementary color
Monochromatic Colors of #82AA14
Black with #82AA14
Text Example
Text Example
White with #82AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA14; }
p { color: rgb(130,170,20); }
H1.HeaderClassName
{
color: #82AA14;
}
.AnyTagClassName
{
color: #82AA14;
}
</style>
background-color css
<style>
a { background-color: #82AA14; }
a { background-color: rgb(130,170,20); }
div.DivClassName
{
background-color: #82AA14;
}
.BgClassName
{
background-color: #82AA14;
}
</style>
border-color css
<style>
span { border-color: #82AA14; }
span { border-color: rgb(130,170,20); }
td.TdClassName
{
border-color: #82AA14;
}
.TagClassName
{
border-color: #82AA14;
}
</style>