Shades of Lima #81AB14
Tints of Lima #81AB14
RGB
CMYK
RGB Variations
Color information
#81AB14 (or 0x81AB14) is known color: Lima. HEX triplet: 81, AB and 14. RGB value is (129,171,20). Sum of RGB (Red+Green+Blue) = 129+171+20=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB14 is #7E54EB. Grayscale: #8D8D8D. Windows color (decimal): -8279276 or 1354625. OLE color: 1354625.
HSL color Cylindrical-coordinate representation of color #81AB14: hue angle of 76.69º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81AB14 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 20 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.33 |
| HSL | 76.69º | 0.79% | 0.37% | - |
| HSV(B) | 76.69º | 0.88% | 0.67% | - |
| XYZ | 23.74 | 33.84 | 5.94 | - |
| YUV | 141.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 20 | 0.25 | 0 | 0.88 | 0.33 | 76.69 | 0.79 | 0.37 |
| Hex | 81 | AB | 14 | 19 | 0 | 58 | 21 | 4D | 4F | 25 |
| Octal | 201 | 253 | 24 | 31 | 0 | 130 | 41 | 115 | 117 | 45 |
| Binary | 10000001 | 10101011 | 10100 | 11001 | 0 | 1011000 | 100001 | 1001101 | 1001111 | 100101 |
Color Harmonies of #81AB14
Complementary color
Monochromatic Colors of #81AB14
Black with #81AB14
Text Example
Text Example
White with #81AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB14; }
p { color: rgb(129,171,20); }
H1.HeaderClassName
{
color: #81AB14;
}
.AnyTagClassName
{
color: #81AB14;
}
</style>
background-color css
<style>
a { background-color: #81AB14; }
a { background-color: rgb(129,171,20); }
div.DivClassName
{
background-color: #81AB14;
}
.BgClassName
{
background-color: #81AB14;
}
</style>
border-color css
<style>
span { border-color: #81AB14; }
span { border-color: rgb(129,171,20); }
td.TdClassName
{
border-color: #81AB14;
}
.TagClassName
{
border-color: #81AB14;
}
</style>