Shades of Lima #84AC09
Tints of Lima #84AC09
RGB
CMYK
RGB Variations
Color information
#84AC09 (or 0x84AC09) is known color: Lima. HEX triplet: 84, AC and 09. RGB value is (132,172,9). Sum of RGB (Red+Green+Blue) = 132+172+9=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC09 is #7B53F6. Grayscale: #8E8E8E. Windows color (decimal): -8082423 or 633988. OLE color: 633988.
HSL color Cylindrical-coordinate representation of color #84AC09: hue angle of 74.72º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84AC09 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 9 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.33 |
| HSL | 74.72º | 0.9% | 0.35% | - |
| HSV(B) | 74.72º | 0.95% | 0.67% | - |
| XYZ | 24.32 | 34.43 | 5.62 | - |
| YUV | 141.46 | 53.25 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 9 | 0.23 | 0 | 0.95 | 0.33 | 74.72 | 0.9 | 0.35 |
| Hex | 84 | AC | 9 | 17 | 0 | 5F | 21 | 4B | 5A | 23 |
| Octal | 204 | 254 | 11 | 27 | 0 | 137 | 41 | 113 | 132 | 43 |
| Binary | 10000100 | 10101100 | 1001 | 10111 | 0 | 1011111 | 100001 | 1001011 | 1011010 | 100011 |
Color Harmonies of #84AC09
Complementary color
Monochromatic Colors of #84AC09
Black with #84AC09
Text Example
Text Example
White with #84AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC09; }
p { color: rgb(132,172,9); }
H1.HeaderClassName
{
color: #84AC09;
}
.AnyTagClassName
{
color: #84AC09;
}
</style>
background-color css
<style>
a { background-color: #84AC09; }
a { background-color: rgb(132,172,9); }
div.DivClassName
{
background-color: #84AC09;
}
.BgClassName
{
background-color: #84AC09;
}
</style>
border-color css
<style>
span { border-color: #84AC09; }
span { border-color: rgb(132,172,9); }
td.TdClassName
{
border-color: #84AC09;
}
.TagClassName
{
border-color: #84AC09;
}
</style>