Shades of Lima #82AA0F
Tints of Lima #82AA0F
RGB
CMYK
RGB Variations
Color information
#82AA0F (or 0x82AA0F) is known color: Lima. HEX triplet: 82, AA and 0F. RGB value is (130,170,15). Sum of RGB (Red+Green+Blue) = 130+170+15=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AA0F is #7D55F0. Grayscale: #8C8C8C. Windows color (decimal): -8214001 or 1026690. OLE color: 1026690.
HSL color Cylindrical-coordinate representation of color #82AA0F: hue angle of 75.48º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82AA0F is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 15 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.33 |
| HSL | 75.48º | 0.84% | 0.36% | - |
| HSV(B) | 75.48º | 0.91% | 0.67% | - |
| XYZ | 23.67 | 33.53 | 5.68 | - |
| YUV | 140.37 | 57.25 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 15 | 0.24 | 0 | 0.91 | 0.33 | 75.48 | 0.84 | 0.36 |
| Hex | 82 | AA | F | 18 | 0 | 5B | 21 | 4B | 54 | 24 |
| Octal | 202 | 252 | 17 | 30 | 0 | 133 | 41 | 113 | 124 | 44 |
| Binary | 10000010 | 10101010 | 1111 | 11000 | 0 | 1011011 | 100001 | 1001011 | 1010100 | 100100 |
Color Harmonies of #82AA0F
Complementary color
Monochromatic Colors of #82AA0F
Black with #82AA0F
Text Example
Text Example
White with #82AA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA0F; }
p { color: rgb(130,170,15); }
H1.HeaderClassName
{
color: #82AA0F;
}
.AnyTagClassName
{
color: #82AA0F;
}
</style>
background-color css
<style>
a { background-color: #82AA0F; }
a { background-color: rgb(130,170,15); }
div.DivClassName
{
background-color: #82AA0F;
}
.BgClassName
{
background-color: #82AA0F;
}
</style>
border-color css
<style>
span { border-color: #82AA0F; }
span { border-color: rgb(130,170,15); }
td.TdClassName
{
border-color: #82AA0F;
}
.TagClassName
{
border-color: #82AA0F;
}
</style>