Shades of Lima #81AE09
Tints of Lima #81AE09
RGB
CMYK
RGB Variations
Color information
#81AE09 (or 0x81AE09) is known color: Lima. HEX triplet: 81, AE and 09. RGB value is (129,174,9). Sum of RGB (Red+Green+Blue) = 129+174+9=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AE09 is #7E51F6. Grayscale: #8E8E8E. Windows color (decimal): -8278519 or 634497. OLE color: 634497.
HSL color Cylindrical-coordinate representation of color #81AE09: hue angle of 76.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81AE09 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.32 |
| HSL | 76.36º | 0.9% | 0.36% | - |
| HSV(B) | 76.36º | 0.95% | 0.68% | - |
| XYZ | 24.24 | 34.96 | 5.73 | - |
| YUV | 141.74 | 53.09 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 9 | 0.26 | 0 | 0.95 | 0.32 | 76.36 | 0.9 | 0.36 |
| Hex | 81 | AE | 9 | 1A | 0 | 5F | 20 | 4C | 5A | 24 |
| Octal | 201 | 256 | 11 | 32 | 0 | 137 | 40 | 114 | 132 | 44 |
| Binary | 10000001 | 10101110 | 1001 | 11010 | 0 | 1011111 | 100000 | 1001100 | 1011010 | 100100 |
Color Harmonies of #81AE09
Complementary color
Monochromatic Colors of #81AE09
Black with #81AE09
Text Example
Text Example
White with #81AE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AE09; }
p { color: rgb(129,174,9); }
H1.HeaderClassName
{
color: #81AE09;
}
.AnyTagClassName
{
color: #81AE09;
}
</style>
background-color css
<style>
a { background-color: #81AE09; }
a { background-color: rgb(129,174,9); }
div.DivClassName
{
background-color: #81AE09;
}
.BgClassName
{
background-color: #81AE09;
}
</style>
border-color css
<style>
span { border-color: #81AE09; }
span { border-color: rgb(129,174,9); }
td.TdClassName
{
border-color: #81AE09;
}
.TagClassName
{
border-color: #81AE09;
}
</style>