Shades of Lima #81AB0C
Tints of Lima #81AB0C
RGB
CMYK
RGB Variations
Color information
#81AB0C (or 0x81AB0C) is known color: Lima. HEX triplet: 81, AB and 0C. RGB value is (129,171,12). Sum of RGB (Red+Green+Blue) = 129+171+12=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB0C is #7E54F3. Grayscale: #8C8C8C. Windows color (decimal): -8279284 or 830337. OLE color: 830337.
HSL color Cylindrical-coordinate representation of color #81AB0C: hue angle of 75.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81AB0C is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 12 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.33 |
| HSL | 75.85º | 0.87% | 0.36% | - |
| HSV(B) | 75.85º | 0.93% | 0.67% | - |
| XYZ | 23.68 | 33.82 | 5.63 | - |
| YUV | 140.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 12 | 0.25 | 0 | 0.93 | 0.33 | 75.85 | 0.87 | 0.36 |
| Hex | 81 | AB | C | 19 | 0 | 5D | 21 | 4C | 57 | 24 |
| Octal | 201 | 253 | 14 | 31 | 0 | 135 | 41 | 114 | 127 | 44 |
| Binary | 10000001 | 10101011 | 1100 | 11001 | 0 | 1011101 | 100001 | 1001100 | 1010111 | 100100 |
Color Harmonies of #81AB0C
Complementary color
Monochromatic Colors of #81AB0C
Black with #81AB0C
Text Example
Text Example
White with #81AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB0C; }
p { color: rgb(129,171,12); }
H1.HeaderClassName
{
color: #81AB0C;
}
.AnyTagClassName
{
color: #81AB0C;
}
</style>
background-color css
<style>
a { background-color: #81AB0C; }
a { background-color: rgb(129,171,12); }
div.DivClassName
{
background-color: #81AB0C;
}
.BgClassName
{
background-color: #81AB0C;
}
</style>
border-color css
<style>
span { border-color: #81AB0C; }
span { border-color: rgb(129,171,12); }
td.TdClassName
{
border-color: #81AB0C;
}
.TagClassName
{
border-color: #81AB0C;
}
</style>