Shades of Lima #81A90A
Tints of Lima #81A90A
RGB
CMYK
RGB Variations
Color information
#81A90A (or 0x81A90A) is known color: Lima. HEX triplet: 81, A9 and 0A. RGB value is (129,169,10). Sum of RGB (Red+Green+Blue) = 129+169+10=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #81A90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A90A is #7E56F5. Grayscale: #8B8B8B. Windows color (decimal): -8279798 or 698753. OLE color: 698753.
HSL color Cylindrical-coordinate representation of color #81A90A: hue angle of 75.09º 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 #81A90A is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 10 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.34 |
| HSL | 75.09º | 0.89% | 0.35% | - |
| HSV(B) | 75.09º | 0.94% | 0.66% | - |
| XYZ | 23.3 | 33.06 | 5.44 | - |
| YUV | 138.91 | 55.25 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 10 | 0.24 | 0 | 0.94 | 0.34 | 75.09 | 0.89 | 0.35 |
| Hex | 81 | A9 | A | 18 | 0 | 5E | 22 | 4B | 59 | 23 |
| Octal | 201 | 251 | 12 | 30 | 0 | 136 | 42 | 113 | 131 | 43 |
| Binary | 10000001 | 10101001 | 1010 | 11000 | 0 | 1011110 | 100010 | 1001011 | 1011001 | 100011 |
Color Harmonies of #81A90A
Complementary color
Monochromatic Colors of #81A90A
Black with #81A90A
Text Example
Text Example
White with #81A90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A90A; }
p { color: rgb(129,169,10); }
H1.HeaderClassName
{
color: #81A90A;
}
.AnyTagClassName
{
color: #81A90A;
}
</style>
background-color css
<style>
a { background-color: #81A90A; }
a { background-color: rgb(129,169,10); }
div.DivClassName
{
background-color: #81A90A;
}
.BgClassName
{
background-color: #81A90A;
}
</style>
border-color css
<style>
span { border-color: #81A90A; }
span { border-color: rgb(129,169,10); }
td.TdClassName
{
border-color: #81A90A;
}
.TagClassName
{
border-color: #81A90A;
}
</style>