Shades of Lima #81AA24
Tints of Lima #81AA24
RGB
CMYK
RGB Variations
Color information
#81AA24 (or 0x81AA24) is known color: Lima. HEX triplet: 81, AA and 24. RGB value is (129,170,36). Sum of RGB (Red+Green+Blue) = 129+170+36=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AA24 is #7E55DB. Grayscale: #8E8E8E. Windows color (decimal): -8279516 or 2402945. OLE color: 2402945.
HSL color Cylindrical-coordinate representation of color #81AA24: hue angle of 78.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81AA24 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 36 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.33 |
| HSL | 78.36º | 0.65% | 0.4% | - |
| HSV(B) | 78.36º | 0.79% | 0.67% | - |
| XYZ | 23.75 | 33.54 | 6.89 | - |
| YUV | 142.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 36 | 0.24 | 0 | 0.79 | 0.33 | 78.36 | 0.65 | 0.4 |
| Hex | 81 | AA | 24 | 18 | 0 | 4F | 21 | 4E | 41 | 28 |
| Octal | 201 | 252 | 44 | 30 | 0 | 117 | 41 | 116 | 101 | 50 |
| Binary | 10000001 | 10101010 | 100100 | 11000 | 0 | 1001111 | 100001 | 1001110 | 1000001 | 101000 |
Color Harmonies of #81AA24
Complementary color
Monochromatic Colors of #81AA24
Black with #81AA24
Text Example
Text Example
White with #81AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA24; }
p { color: rgb(129,170,36); }
H1.HeaderClassName
{
color: #81AA24;
}
.AnyTagClassName
{
color: #81AA24;
}
</style>
background-color css
<style>
a { background-color: #81AA24; }
a { background-color: rgb(129,170,36); }
div.DivClassName
{
background-color: #81AA24;
}
.BgClassName
{
background-color: #81AA24;
}
</style>
border-color css
<style>
span { border-color: #81AA24; }
span { border-color: rgb(129,170,36); }
td.TdClassName
{
border-color: #81AA24;
}
.TagClassName
{
border-color: #81AA24;
}
</style>