Shades of Lima #81AA19
Tints of Lima #81AA19
RGB
CMYK
RGB Variations
Color information
#81AA19 (or 0x81AA19) is known color: Lima. HEX triplet: 81, AA and 19. RGB value is (129,170,25). Sum of RGB (Red+Green+Blue) = 129+170+25=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AA19 is #7E55E6. Grayscale: #8D8D8D. Windows color (decimal): -8279527 or 1682049. OLE color: 1682049.
HSL color Cylindrical-coordinate representation of color #81AA19: hue angle of 76.97º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81AA19 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 25 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.33 |
| HSL | 76.97º | 0.74% | 0.38% | - |
| HSV(B) | 76.97º | 0.85% | 0.67% | - |
| XYZ | 23.6 | 33.49 | 6.14 | - |
| YUV | 141.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 25 | 0.24 | 0 | 0.85 | 0.33 | 76.97 | 0.74 | 0.38 |
| Hex | 81 | AA | 19 | 18 | 0 | 55 | 21 | 4D | 4A | 26 |
| Octal | 201 | 252 | 31 | 30 | 0 | 125 | 41 | 115 | 112 | 46 |
| Binary | 10000001 | 10101010 | 11001 | 11000 | 0 | 1010101 | 100001 | 1001101 | 1001010 | 100110 |
Color Harmonies of #81AA19
Complementary color
Monochromatic Colors of #81AA19
Black with #81AA19
Text Example
Text Example
White with #81AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA19; }
p { color: rgb(129,170,25); }
H1.HeaderClassName
{
color: #81AA19;
}
.AnyTagClassName
{
color: #81AA19;
}
</style>
background-color css
<style>
a { background-color: #81AA19; }
a { background-color: rgb(129,170,25); }
div.DivClassName
{
background-color: #81AA19;
}
.BgClassName
{
background-color: #81AA19;
}
</style>
border-color css
<style>
span { border-color: #81AA19; }
span { border-color: rgb(129,170,25); }
td.TdClassName
{
border-color: #81AA19;
}
.TagClassName
{
border-color: #81AA19;
}
</style>