Shades of Lima #81AD12
Tints of Lima #81AD12
RGB
CMYK
RGB Variations
Color information
#81AD12 (or 0x81AD12) is known color: Lima. HEX triplet: 81, AD and 12. RGB value is (129,173,18). Sum of RGB (Red+Green+Blue) = 129+173+18=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD12 is #7E52ED. Grayscale: #8E8E8E. Windows color (decimal): -8278766 or 1224065. OLE color: 1224065.
HSL color Cylindrical-coordinate representation of color #81AD12: hue angle of 77.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81AD12 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 18 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.32 |
| HSL | 77.03º | 0.81% | 0.37% | - |
| HSV(B) | 77.03º | 0.9% | 0.68% | - |
| XYZ | 24.11 | 34.6 | 5.98 | - |
| YUV | 142.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 18 | 0.25 | 0 | 0.90 | 0.32 | 77.03 | 0.81 | 0.37 |
| Hex | 81 | AD | 12 | 19 | 0 | 5A | 20 | 4D | 51 | 25 |
| Octal | 201 | 255 | 22 | 31 | 0 | 132 | 40 | 115 | 121 | 45 |
| Binary | 10000001 | 10101101 | 10010 | 11001 | 0 | 1011010 | 100000 | 1001101 | 1010001 | 100101 |
Color Harmonies of #81AD12
Complementary color
Monochromatic Colors of #81AD12
Black with #81AD12
Text Example
Text Example
White with #81AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD12; }
p { color: rgb(129,173,18); }
H1.HeaderClassName
{
color: #81AD12;
}
.AnyTagClassName
{
color: #81AD12;
}
</style>
background-color css
<style>
a { background-color: #81AD12; }
a { background-color: rgb(129,173,18); }
div.DivClassName
{
background-color: #81AD12;
}
.BgClassName
{
background-color: #81AD12;
}
</style>
border-color css
<style>
span { border-color: #81AD12; }
span { border-color: rgb(129,173,18); }
td.TdClassName
{
border-color: #81AD12;
}
.TagClassName
{
border-color: #81AD12;
}
</style>