Shades of Lima #84AB0A
Tints of Lima #84AB0A
RGB
CMYK
RGB Variations
Color information
#84AB0A (or 0x84AB0A) is known color: Lima. HEX triplet: 84, AB and 0A. RGB value is (132,171,10). Sum of RGB (Red+Green+Blue) = 132+171+10=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AB0A is #7B54F5. Grayscale: #8D8D8D. Windows color (decimal): -8082678 or 699268. OLE color: 699268.
HSL color Cylindrical-coordinate representation of color #84AB0A: hue angle of 74.53º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84AB0A is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 10 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.33 |
| HSL | 74.53º | 0.89% | 0.35% | - |
| HSV(B) | 74.53º | 0.94% | 0.67% | - |
| XYZ | 24.13 | 34.05 | 5.59 | - |
| YUV | 140.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 10 | 0.23 | 0 | 0.94 | 0.33 | 74.53 | 0.89 | 0.35 |
| Hex | 84 | AB | A | 17 | 0 | 5E | 21 | 4B | 59 | 23 |
| Octal | 204 | 253 | 12 | 27 | 0 | 136 | 41 | 113 | 131 | 43 |
| Binary | 10000100 | 10101011 | 1010 | 10111 | 0 | 1011110 | 100001 | 1001011 | 1011001 | 100011 |
Color Harmonies of #84AB0A
Complementary color
Monochromatic Colors of #84AB0A
Black with #84AB0A
Text Example
Text Example
White with #84AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB0A; }
p { color: rgb(132,171,10); }
H1.HeaderClassName
{
color: #84AB0A;
}
.AnyTagClassName
{
color: #84AB0A;
}
</style>
background-color css
<style>
a { background-color: #84AB0A; }
a { background-color: rgb(132,171,10); }
div.DivClassName
{
background-color: #84AB0A;
}
.BgClassName
{
background-color: #84AB0A;
}
</style>
border-color css
<style>
span { border-color: #84AB0A; }
span { border-color: rgb(132,171,10); }
td.TdClassName
{
border-color: #84AB0A;
}
.TagClassName
{
border-color: #84AB0A;
}
</style>