Shades of Lima #84AC07
Tints of Lima #84AC07
RGB
CMYK
RGB Variations
Color information
#84AC07 (or 0x84AC07) is known color: Lima. HEX triplet: 84, AC and 07. RGB value is (132,172,7). Sum of RGB (Red+Green+Blue) = 132+172+7=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC07 is #7B53F8. Grayscale: #8D8D8D. Windows color (decimal): -8082425 or 502916. OLE color: 502916.
HSL color Cylindrical-coordinate representation of color #84AC07: hue angle of 74.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84AC07 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 7 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.33 |
| HSL | 74.55º | 0.92% | 0.35% | - |
| HSV(B) | 74.55º | 0.96% | 0.67% | - |
| XYZ | 24.31 | 34.43 | 5.56 | - |
| YUV | 141.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 7 | 0.23 | 0 | 0.96 | 0.33 | 74.55 | 0.92 | 0.35 |
| Hex | 84 | AC | 7 | 17 | 0 | 60 | 21 | 4B | 5C | 23 |
| Octal | 204 | 254 | 7 | 27 | 0 | 140 | 41 | 113 | 134 | 43 |
| Binary | 10000100 | 10101100 | 111 | 10111 | 0 | 1100000 | 100001 | 1001011 | 1011100 | 100011 |
Color Harmonies of #84AC07
Complementary color
Monochromatic Colors of #84AC07
Black with #84AC07
Text Example
Text Example
White with #84AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC07; }
p { color: rgb(132,172,7); }
H1.HeaderClassName
{
color: #84AC07;
}
.AnyTagClassName
{
color: #84AC07;
}
</style>
background-color css
<style>
a { background-color: #84AC07; }
a { background-color: rgb(132,172,7); }
div.DivClassName
{
background-color: #84AC07;
}
.BgClassName
{
background-color: #84AC07;
}
</style>
border-color css
<style>
span { border-color: #84AC07; }
span { border-color: rgb(132,172,7); }
td.TdClassName
{
border-color: #84AC07;
}
.TagClassName
{
border-color: #84AC07;
}
</style>