Shades of Lima #82AB14
Tints of Lima #82AB14
RGB
CMYK
RGB Variations
Color information
#82AB14 (or 0x82AB14) is known color: Lima. HEX triplet: 82, AB and 14. RGB value is (130,171,20). Sum of RGB (Red+Green+Blue) = 130+171+20=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB14 is #7D54EB. Grayscale: #8E8E8E. Windows color (decimal): -8213740 or 1354626. OLE color: 1354626.
HSL color Cylindrical-coordinate representation of color #82AB14: hue angle of 76.29º 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 #82AB14 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 20 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.33 |
| HSL | 76.29º | 0.79% | 0.37% | - |
| HSV(B) | 76.29º | 0.88% | 0.67% | - |
| XYZ | 23.9 | 33.92 | 5.95 | - |
| YUV | 141.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 20 | 0.24 | 0 | 0.88 | 0.33 | 76.29 | 0.79 | 0.37 |
| Hex | 82 | AB | 14 | 18 | 0 | 58 | 21 | 4C | 4F | 25 |
| Octal | 202 | 253 | 24 | 30 | 0 | 130 | 41 | 114 | 117 | 45 |
| Binary | 10000010 | 10101011 | 10100 | 11000 | 0 | 1011000 | 100001 | 1001100 | 1001111 | 100101 |
Color Harmonies of #82AB14
Complementary color
Monochromatic Colors of #82AB14
Black with #82AB14
Text Example
Text Example
White with #82AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB14; }
p { color: rgb(130,171,20); }
H1.HeaderClassName
{
color: #82AB14;
}
.AnyTagClassName
{
color: #82AB14;
}
</style>
background-color css
<style>
a { background-color: #82AB14; }
a { background-color: rgb(130,171,20); }
div.DivClassName
{
background-color: #82AB14;
}
.BgClassName
{
background-color: #82AB14;
}
</style>
border-color css
<style>
span { border-color: #82AB14; }
span { border-color: rgb(130,171,20); }
td.TdClassName
{
border-color: #82AB14;
}
.TagClassName
{
border-color: #82AB14;
}
</style>