Shades of Lima #81A409
Tints of Lima #81A409
RGB
CMYK
RGB Variations
Color information
#81A409 (or 0x81A409) is known color: Lima. HEX triplet: 81, A4 and 09. RGB value is (129,164,9). Sum of RGB (Red+Green+Blue) = 129+164+9=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #81A409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A409 is #7E5BF6. Grayscale: #888888. Windows color (decimal): -8281079 or 631937. OLE color: 631937.
HSL color Cylindrical-coordinate representation of color #81A409: hue angle of 73.55º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81A409 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 9 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.36 |
| HSL | 73.55º | 0.9% | 0.34% | - |
| HSV(B) | 73.55º | 0.95% | 0.64% | - |
| XYZ | 22.38 | 31.24 | 5.11 | - |
| YUV | 135.87 | 56.4 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 9 | 0.21 | 0 | 0.95 | 0.36 | 73.55 | 0.9 | 0.34 |
| Hex | 81 | A4 | 9 | 15 | 0 | 5F | 24 | 4A | 5A | 22 |
| Octal | 201 | 244 | 11 | 25 | 0 | 137 | 44 | 112 | 132 | 42 |
| Binary | 10000001 | 10100100 | 1001 | 10101 | 0 | 1011111 | 100100 | 1001010 | 1011010 | 100010 |
Color Harmonies of #81A409
Complementary color
Monochromatic Colors of #81A409
Black with #81A409
Text Example
Text Example
White with #81A409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A409; }
p { color: rgb(129,164,9); }
H1.HeaderClassName
{
color: #81A409;
}
.AnyTagClassName
{
color: #81A409;
}
</style>
background-color css
<style>
a { background-color: #81A409; }
a { background-color: rgb(129,164,9); }
div.DivClassName
{
background-color: #81A409;
}
.BgClassName
{
background-color: #81A409;
}
</style>
border-color css
<style>
span { border-color: #81A409; }
span { border-color: rgb(129,164,9); }
td.TdClassName
{
border-color: #81A409;
}
.TagClassName
{
border-color: #81A409;
}
</style>