Shades of Lima #81AC19
Tints of Lima #81AC19
RGB
CMYK
RGB Variations
Color information
#81AC19 (or 0x81AC19) is known color: Lima. HEX triplet: 81, AC and 19. RGB value is (129,172,25). Sum of RGB (Red+Green+Blue) = 129+172+25=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC19 is #7E53E6. Grayscale: #8E8E8E. Windows color (decimal): -8279015 or 1682561. OLE color: 1682561.
HSL color Cylindrical-coordinate representation of color #81AC19: hue angle of 77.55º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81AC19 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 25 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.33 |
| HSL | 77.55º | 0.75% | 0.39% | - |
| HSV(B) | 77.55º | 0.85% | 0.67% | - |
| XYZ | 23.98 | 34.24 | 6.27 | - |
| YUV | 142.39 | 61.75 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 25 | 0.25 | 0 | 0.85 | 0.33 | 77.55 | 0.75 | 0.39 |
| Hex | 81 | AC | 19 | 19 | 0 | 55 | 21 | 4E | 4B | 27 |
| Octal | 201 | 254 | 31 | 31 | 0 | 125 | 41 | 116 | 113 | 47 |
| Binary | 10000001 | 10101100 | 11001 | 11001 | 0 | 1010101 | 100001 | 1001110 | 1001011 | 100111 |
Color Harmonies of #81AC19
Complementary color
Monochromatic Colors of #81AC19
Black with #81AC19
Text Example
Text Example
White with #81AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC19; }
p { color: rgb(129,172,25); }
H1.HeaderClassName
{
color: #81AC19;
}
.AnyTagClassName
{
color: #81AC19;
}
</style>
background-color css
<style>
a { background-color: #81AC19; }
a { background-color: rgb(129,172,25); }
div.DivClassName
{
background-color: #81AC19;
}
.BgClassName
{
background-color: #81AC19;
}
</style>
border-color css
<style>
span { border-color: #81AC19; }
span { border-color: rgb(129,172,25); }
td.TdClassName
{
border-color: #81AC19;
}
.TagClassName
{
border-color: #81AC19;
}
</style>