Shades of Lima #81A30D
Tints of Lima #81A30D
RGB
CMYK
RGB Variations
Color information
#81A30D (or 0x81A30D) is known color: Lima. HEX triplet: 81, A3 and 0D. RGB value is (129,163,13). Sum of RGB (Red+Green+Blue) = 129+163+13=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #81A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A30D is #7E5CF2. Grayscale: #888888. Windows color (decimal): -8281331 or 893825. OLE color: 893825.
HSL color Cylindrical-coordinate representation of color #81A30D: hue angle of 73.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81A30D is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 13 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.36 |
| HSL | 73.6º | 0.85% | 0.35% | - |
| HSV(B) | 73.6º | 0.92% | 0.64% | - |
| XYZ | 22.22 | 30.89 | 5.17 | - |
| YUV | 135.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 13 | 0.21 | 0 | 0.92 | 0.36 | 73.6 | 0.85 | 0.35 |
| Hex | 81 | A3 | D | 15 | 0 | 5C | 24 | 4A | 55 | 23 |
| Octal | 201 | 243 | 15 | 25 | 0 | 134 | 44 | 112 | 125 | 43 |
| Binary | 10000001 | 10100011 | 1101 | 10101 | 0 | 1011100 | 100100 | 1001010 | 1010101 | 100011 |
Color Harmonies of #81A30D
Complementary color
Monochromatic Colors of #81A30D
Black with #81A30D
Text Example
Text Example
White with #81A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A30D; }
p { color: rgb(129,163,13); }
H1.HeaderClassName
{
color: #81A30D;
}
.AnyTagClassName
{
color: #81A30D;
}
</style>
background-color css
<style>
a { background-color: #81A30D; }
a { background-color: rgb(129,163,13); }
div.DivClassName
{
background-color: #81A30D;
}
.BgClassName
{
background-color: #81A30D;
}
</style>
border-color css
<style>
span { border-color: #81A30D; }
span { border-color: rgb(129,163,13); }
td.TdClassName
{
border-color: #81A30D;
}
.TagClassName
{
border-color: #81A30D;
}
</style>