Shades of Lima #84AA14
Tints of Lima #84AA14
RGB
CMYK
RGB Variations
Color information
#84AA14 (or 0x84AA14) is known color: Lima. HEX triplet: 84, AA and 14. RGB value is (132,170,20). Sum of RGB (Red+Green+Blue) = 132+170+20=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AA14 is #7B55EB. Grayscale: #8E8E8E. Windows color (decimal): -8082924 or 1354372. OLE color: 1354372.
HSL color Cylindrical-coordinate representation of color #84AA14: hue angle of 75.2º 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 #84AA14 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 20 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.33 |
| HSL | 75.2º | 0.79% | 0.37% | - |
| HSV(B) | 75.2º | 0.88% | 0.67% | - |
| XYZ | 24.02 | 33.71 | 5.9 | - |
| YUV | 141.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 20 | 0.22 | 0 | 0.88 | 0.33 | 75.2 | 0.79 | 0.37 |
| Hex | 84 | AA | 14 | 16 | 0 | 58 | 21 | 4B | 4F | 25 |
| Octal | 204 | 252 | 24 | 26 | 0 | 130 | 41 | 113 | 117 | 45 |
| Binary | 10000100 | 10101010 | 10100 | 10110 | 0 | 1011000 | 100001 | 1001011 | 1001111 | 100101 |
Color Harmonies of #84AA14
Complementary color
Monochromatic Colors of #84AA14
Black with #84AA14
Text Example
Text Example
White with #84AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA14; }
p { color: rgb(132,170,20); }
H1.HeaderClassName
{
color: #84AA14;
}
.AnyTagClassName
{
color: #84AA14;
}
</style>
background-color css
<style>
a { background-color: #84AA14; }
a { background-color: rgb(132,170,20); }
div.DivClassName
{
background-color: #84AA14;
}
.BgClassName
{
background-color: #84AA14;
}
</style>
border-color css
<style>
span { border-color: #84AA14; }
span { border-color: rgb(132,170,20); }
td.TdClassName
{
border-color: #84AA14;
}
.TagClassName
{
border-color: #84AA14;
}
</style>