Shades of Lima #84AA15
Tints of Lima #84AA15
RGB
CMYK
RGB Variations
Color information
#84AA15 (or 0x84AA15) is known color: Lima. HEX triplet: 84, AA and 15. RGB value is (132,170,21). Sum of RGB (Red+Green+Blue) = 132+170+21=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AA15 is #7B55EA. Grayscale: #8E8E8E. Windows color (decimal): -8082923 or 1419908. OLE color: 1419908.
HSL color Cylindrical-coordinate representation of color #84AA15: hue angle of 75.3º degrees, saturation: 0.78, 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 #84AA15 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 21 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.33 |
| HSL | 75.3º | 0.78% | 0.37% | - |
| HSV(B) | 75.3º | 0.88% | 0.67% | - |
| XYZ | 24.03 | 33.71 | 5.95 | - |
| YUV | 141.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 21 | 0.22 | 0 | 0.88 | 0.33 | 75.3 | 0.78 | 0.37 |
| Hex | 84 | AA | 15 | 16 | 0 | 58 | 21 | 4B | 4E | 25 |
| Octal | 204 | 252 | 25 | 26 | 0 | 130 | 41 | 113 | 116 | 45 |
| Binary | 10000100 | 10101010 | 10101 | 10110 | 0 | 1011000 | 100001 | 1001011 | 1001110 | 100101 |
Color Harmonies of #84AA15
Complementary color
Monochromatic Colors of #84AA15
Black with #84AA15
Text Example
Text Example
White with #84AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA15; }
p { color: rgb(132,170,21); }
H1.HeaderClassName
{
color: #84AA15;
}
.AnyTagClassName
{
color: #84AA15;
}
</style>
background-color css
<style>
a { background-color: #84AA15; }
a { background-color: rgb(132,170,21); }
div.DivClassName
{
background-color: #84AA15;
}
.BgClassName
{
background-color: #84AA15;
}
</style>
border-color css
<style>
span { border-color: #84AA15; }
span { border-color: rgb(132,170,21); }
td.TdClassName
{
border-color: #84AA15;
}
.TagClassName
{
border-color: #84AA15;
}
</style>