Shades of Lima #81AC07
Tints of Lima #81AC07
RGB
CMYK
RGB Variations
Color information
#81AC07 (or 0x81AC07) is known color: Lima. HEX triplet: 81, AC and 07. RGB value is (129,172,7). Sum of RGB (Red+Green+Blue) = 129+172+7=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC07 is #7E53F8. Grayscale: #8C8C8C. Windows color (decimal): -8279033 or 502913. OLE color: 502913.
HSL color Cylindrical-coordinate representation of color #81AC07: hue angle of 75.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81AC07 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 7 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.33 |
| HSL | 75.64º | 0.92% | 0.35% | - |
| HSV(B) | 75.64º | 0.96% | 0.67% | - |
| XYZ | 23.84 | 34.19 | 5.54 | - |
| YUV | 140.33 | 52.75 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 7 | 0.25 | 0 | 0.96 | 0.33 | 75.64 | 0.92 | 0.35 |
| Hex | 81 | AC | 7 | 19 | 0 | 60 | 21 | 4C | 5C | 23 |
| Octal | 201 | 254 | 7 | 31 | 0 | 140 | 41 | 114 | 134 | 43 |
| Binary | 10000001 | 10101100 | 111 | 11001 | 0 | 1100000 | 100001 | 1001100 | 1011100 | 100011 |
Color Harmonies of #81AC07
Complementary color
Monochromatic Colors of #81AC07
Black with #81AC07
Text Example
Text Example
White with #81AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC07; }
p { color: rgb(129,172,7); }
H1.HeaderClassName
{
color: #81AC07;
}
.AnyTagClassName
{
color: #81AC07;
}
</style>
background-color css
<style>
a { background-color: #81AC07; }
a { background-color: rgb(129,172,7); }
div.DivClassName
{
background-color: #81AC07;
}
.BgClassName
{
background-color: #81AC07;
}
</style>
border-color css
<style>
span { border-color: #81AC07; }
span { border-color: rgb(129,172,7); }
td.TdClassName
{
border-color: #81AC07;
}
.TagClassName
{
border-color: #81AC07;
}
</style>