Shades of Lima #84A90E
Tints of Lima #84A90E
RGB
CMYK
RGB Variations
Color information
#84A90E (or 0x84A90E) is known color: Lima. HEX triplet: 84, A9 and 0E. RGB value is (132,169,14). Sum of RGB (Red+Green+Blue) = 132+169+14=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #84A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A90E is #7B56F1. Grayscale: #8C8C8C. Windows color (decimal): -8083186 or 960900. OLE color: 960900.
HSL color Cylindrical-coordinate representation of color #84A90E: hue angle of 74.32º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84A90E is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 14 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.34 |
| HSL | 74.32º | 0.85% | 0.36% | - |
| HSV(B) | 74.32º | 0.92% | 0.66% | - |
| XYZ | 23.78 | 33.31 | 5.59 | - |
| YUV | 140.27 | 56.74 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 14 | 0.22 | 0 | 0.92 | 0.34 | 74.32 | 0.85 | 0.36 |
| Hex | 84 | A9 | E | 16 | 0 | 5C | 22 | 4A | 55 | 24 |
| Octal | 204 | 251 | 16 | 26 | 0 | 134 | 42 | 112 | 125 | 44 |
| Binary | 10000100 | 10101001 | 1110 | 10110 | 0 | 1011100 | 100010 | 1001010 | 1010101 | 100100 |
Color Harmonies of #84A90E
Complementary color
Monochromatic Colors of #84A90E
Black with #84A90E
Text Example
Text Example
White with #84A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A90E; }
p { color: rgb(132,169,14); }
H1.HeaderClassName
{
color: #84A90E;
}
.AnyTagClassName
{
color: #84A90E;
}
</style>
background-color css
<style>
a { background-color: #84A90E; }
a { background-color: rgb(132,169,14); }
div.DivClassName
{
background-color: #84A90E;
}
.BgClassName
{
background-color: #84A90E;
}
</style>
border-color css
<style>
span { border-color: #84A90E; }
span { border-color: rgb(132,169,14); }
td.TdClassName
{
border-color: #84A90E;
}
.TagClassName
{
border-color: #84A90E;
}
</style>