Shades of Lima #81AB18
Tints of Lima #81AB18
RGB
CMYK
RGB Variations
Color information
#81AB18 (or 0x81AB18) is known color: Lima. HEX triplet: 81, AB and 18. RGB value is (129,171,24). Sum of RGB (Red+Green+Blue) = 129+171+24=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB18 is #7E54E7. Grayscale: #8E8E8E. Windows color (decimal): -8279272 or 1616769. OLE color: 1616769.
HSL color Cylindrical-coordinate representation of color #81AB18: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81AB18 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 24 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.33 |
| HSL | 77.14º | 0.75% | 0.38% | - |
| HSV(B) | 77.14º | 0.86% | 0.67% | - |
| XYZ | 23.78 | 33.86 | 6.15 | - |
| YUV | 141.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 24 | 0.25 | 0 | 0.86 | 0.33 | 77.14 | 0.75 | 0.38 |
| Hex | 81 | AB | 18 | 19 | 0 | 56 | 21 | 4D | 4B | 26 |
| Octal | 201 | 253 | 30 | 31 | 0 | 126 | 41 | 115 | 113 | 46 |
| Binary | 10000001 | 10101011 | 11000 | 11001 | 0 | 1010110 | 100001 | 1001101 | 1001011 | 100110 |
Color Harmonies of #81AB18
Complementary color
Monochromatic Colors of #81AB18
Black with #81AB18
Text Example
Text Example
White with #81AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB18; }
p { color: rgb(129,171,24); }
H1.HeaderClassName
{
color: #81AB18;
}
.AnyTagClassName
{
color: #81AB18;
}
</style>
background-color css
<style>
a { background-color: #81AB18; }
a { background-color: rgb(129,171,24); }
div.DivClassName
{
background-color: #81AB18;
}
.BgClassName
{
background-color: #81AB18;
}
</style>
border-color css
<style>
span { border-color: #81AB18; }
span { border-color: rgb(129,171,24); }
td.TdClassName
{
border-color: #81AB18;
}
.TagClassName
{
border-color: #81AB18;
}
</style>