Shades of Lima #81AC14
Tints of Lima #81AC14
RGB
CMYK
RGB Variations
Color information
#81AC14 (or 0x81AC14) is known color: Lima. HEX triplet: 81, AC and 14. RGB value is (129,172,20). Sum of RGB (Red+Green+Blue) = 129+172+20=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC14 is #7E53EB. Grayscale: #8E8E8E. Windows color (decimal): -8279020 or 1354881. OLE color: 1354881.
HSL color Cylindrical-coordinate representation of color #81AC14: hue angle of 76.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81AC14 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 20 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.33 |
| HSL | 76.97º | 0.79% | 0.38% | - |
| HSV(B) | 76.97º | 0.88% | 0.67% | - |
| XYZ | 23.93 | 34.22 | 6.01 | - |
| YUV | 141.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 20 | 0.25 | 0 | 0.88 | 0.33 | 76.97 | 0.79 | 0.38 |
| Hex | 81 | AC | 14 | 19 | 0 | 58 | 21 | 4D | 4F | 26 |
| Octal | 201 | 254 | 24 | 31 | 0 | 130 | 41 | 115 | 117 | 46 |
| Binary | 10000001 | 10101100 | 10100 | 11001 | 0 | 1011000 | 100001 | 1001101 | 1001111 | 100110 |
Color Harmonies of #81AC14
Complementary color
Monochromatic Colors of #81AC14
Black with #81AC14
Text Example
Text Example
White with #81AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC14; }
p { color: rgb(129,172,20); }
H1.HeaderClassName
{
color: #81AC14;
}
.AnyTagClassName
{
color: #81AC14;
}
</style>
background-color css
<style>
a { background-color: #81AC14; }
a { background-color: rgb(129,172,20); }
div.DivClassName
{
background-color: #81AC14;
}
.BgClassName
{
background-color: #81AC14;
}
</style>
border-color css
<style>
span { border-color: #81AC14; }
span { border-color: rgb(129,172,20); }
td.TdClassName
{
border-color: #81AC14;
}
.TagClassName
{
border-color: #81AC14;
}
</style>