Shades of Lima #84A90A
Tints of Lima #84A90A
RGB
CMYK
RGB Variations
Color information
#84A90A (or 0x84A90A) is known color: Lima. HEX triplet: 84, A9 and 0A. RGB value is (132,169,10). Sum of RGB (Red+Green+Blue) = 132+169+10=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #84A90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A90A is #7B56F5. Grayscale: #8C8C8C. Windows color (decimal): -8083190 or 698756. OLE color: 698756.
HSL color Cylindrical-coordinate representation of color #84A90A: hue angle of 73.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84A90A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 10 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.34 |
| HSL | 73.96º | 0.89% | 0.35% | - |
| HSV(B) | 73.96º | 0.94% | 0.66% | - |
| XYZ | 23.76 | 33.3 | 5.46 | - |
| YUV | 139.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 10 | 0.22 | 0 | 0.94 | 0.34 | 73.96 | 0.89 | 0.35 |
| Hex | 84 | A9 | A | 16 | 0 | 5E | 22 | 4A | 59 | 23 |
| Octal | 204 | 251 | 12 | 26 | 0 | 136 | 42 | 112 | 131 | 43 |
| Binary | 10000100 | 10101001 | 1010 | 10110 | 0 | 1011110 | 100010 | 1001010 | 1011001 | 100011 |
Color Harmonies of #84A90A
Complementary color
Monochromatic Colors of #84A90A
Black with #84A90A
Text Example
Text Example
White with #84A90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A90A; }
p { color: rgb(132,169,10); }
H1.HeaderClassName
{
color: #84A90A;
}
.AnyTagClassName
{
color: #84A90A;
}
</style>
background-color css
<style>
a { background-color: #84A90A; }
a { background-color: rgb(132,169,10); }
div.DivClassName
{
background-color: #84A90A;
}
.BgClassName
{
background-color: #84A90A;
}
</style>
border-color css
<style>
span { border-color: #84A90A; }
span { border-color: rgb(132,169,10); }
td.TdClassName
{
border-color: #84A90A;
}
.TagClassName
{
border-color: #84A90A;
}
</style>