Shades of Lima #84AE0C
Tints of Lima #84AE0C
RGB
CMYK
RGB Variations
Color information
#84AE0C (or 0x84AE0C) is known color: Lima. HEX triplet: 84, AE and 0C. RGB value is (132,174,12). Sum of RGB (Red+Green+Blue) = 132+174+12=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AE0C is #7B51F3. Grayscale: #8F8F8F. Windows color (decimal): -8081908 or 831108. OLE color: 831108.
HSL color Cylindrical-coordinate representation of color #84AE0C: hue angle of 75.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84AE0C is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 174 | 12 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.32 |
| HSL | 75.56º | 0.87% | 0.36% | - |
| HSV(B) | 75.56º | 0.93% | 0.68% | - |
| XYZ | 24.72 | 35.2 | 5.84 | - |
| YUV | 142.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 12 | 0.24 | 0 | 0.93 | 0.32 | 75.56 | 0.87 | 0.36 |
| Hex | 84 | AE | C | 18 | 0 | 5D | 20 | 4C | 57 | 24 |
| Octal | 204 | 256 | 14 | 30 | 0 | 135 | 40 | 114 | 127 | 44 |
| Binary | 10000100 | 10101110 | 1100 | 11000 | 0 | 1011101 | 100000 | 1001100 | 1010111 | 100100 |
Color Harmonies of #84AE0C
Complementary color
Monochromatic Colors of #84AE0C
Black with #84AE0C
Text Example
Text Example
White with #84AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AE0C; }
p { color: rgb(132,174,12); }
H1.HeaderClassName
{
color: #84AE0C;
}
.AnyTagClassName
{
color: #84AE0C;
}
</style>
background-color css
<style>
a { background-color: #84AE0C; }
a { background-color: rgb(132,174,12); }
div.DivClassName
{
background-color: #84AE0C;
}
.BgClassName
{
background-color: #84AE0C;
}
</style>
border-color css
<style>
span { border-color: #84AE0C; }
span { border-color: rgb(132,174,12); }
td.TdClassName
{
border-color: #84AE0C;
}
.TagClassName
{
border-color: #84AE0C;
}
</style>