Shades of Lima #81AC02
Tints of Lima #81AC02
RGB
CMYK
RGB Variations
Color information
#81AC02 (or 0x81AC02) is known color: Lima. HEX triplet: 81, AC and 02. RGB value is (129,172,2). Sum of RGB (Red+Green+Blue) = 129+172+2=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC02 is #7E53FD. Grayscale: #8C8C8C. Windows color (decimal): -8279038 or 175233. OLE color: 175233.
HSL color Cylindrical-coordinate representation of color #81AC02: hue angle of 75.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81AC02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.33 |
| HSL | 75.18º | 0.98% | 0.34% | - |
| HSV(B) | 75.18º | 0.99% | 0.67% | - |
| XYZ | 23.82 | 34.18 | 5.4 | - |
| YUV | 139.76 | 50.25 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 2 | 0.25 | 0 | 0.99 | 0.33 | 75.18 | 0.98 | 0.34 |
| Hex | 81 | AC | 2 | 19 | 0 | 63 | 21 | 4B | 62 | 22 |
| Octal | 201 | 254 | 2 | 31 | 0 | 143 | 41 | 113 | 142 | 42 |
| Binary | 10000001 | 10101100 | 10 | 11001 | 0 | 1100011 | 100001 | 1001011 | 1100010 | 100010 |
Color Harmonies of #81AC02
Complementary color
Monochromatic Colors of #81AC02
Black with #81AC02
Text Example
Text Example
White with #81AC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC02; }
p { color: rgb(129,172,2); }
H1.HeaderClassName
{
color: #81AC02;
}
.AnyTagClassName
{
color: #81AC02;
}
</style>
background-color css
<style>
a { background-color: #81AC02; }
a { background-color: rgb(129,172,2); }
div.DivClassName
{
background-color: #81AC02;
}
.BgClassName
{
background-color: #81AC02;
}
</style>
border-color css
<style>
span { border-color: #81AC02; }
span { border-color: rgb(129,172,2); }
td.TdClassName
{
border-color: #81AC02;
}
.TagClassName
{
border-color: #81AC02;
}
</style>