Shades of Lima #81AB09
Tints of Lima #81AB09
RGB
CMYK
RGB Variations
Color information
#81AB09 (or 0x81AB09) is known color: Lima. HEX triplet: 81, AB and 09. RGB value is (129,171,9). Sum of RGB (Red+Green+Blue) = 129+171+9=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB09 is #7E54F6. Grayscale: #8C8C8C. Windows color (decimal): -8279287 or 633729. OLE color: 633729.
HSL color Cylindrical-coordinate representation of color #81AB09: hue angle of 75.56º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81AB09 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 9 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.33 |
| HSL | 75.56º | 0.9% | 0.35% | - |
| HSV(B) | 75.56º | 0.95% | 0.67% | - |
| XYZ | 23.67 | 33.81 | 5.54 | - |
| YUV | 139.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 9 | 0.25 | 0 | 0.95 | 0.33 | 75.56 | 0.9 | 0.35 |
| Hex | 81 | AB | 9 | 19 | 0 | 5F | 21 | 4C | 5A | 23 |
| Octal | 201 | 253 | 11 | 31 | 0 | 137 | 41 | 114 | 132 | 43 |
| Binary | 10000001 | 10101011 | 1001 | 11001 | 0 | 1011111 | 100001 | 1001100 | 1011010 | 100011 |
Color Harmonies of #81AB09
Complementary color
Monochromatic Colors of #81AB09
Black with #81AB09
Text Example
Text Example
White with #81AB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB09; }
p { color: rgb(129,171,9); }
H1.HeaderClassName
{
color: #81AB09;
}
.AnyTagClassName
{
color: #81AB09;
}
</style>
background-color css
<style>
a { background-color: #81AB09; }
a { background-color: rgb(129,171,9); }
div.DivClassName
{
background-color: #81AB09;
}
.BgClassName
{
background-color: #81AB09;
}
</style>
border-color css
<style>
span { border-color: #81AB09; }
span { border-color: rgb(129,171,9); }
td.TdClassName
{
border-color: #81AB09;
}
.TagClassName
{
border-color: #81AB09;
}
</style>