Shades of Lima #81A902
Tints of Lima #81A902
RGB
CMYK
RGB Variations
Color information
#81A902 (or 0x81A902) is known color: Lima. HEX triplet: 81, A9 and 02. RGB value is (129,169,2). Sum of RGB (Red+Green+Blue) = 129+169+2=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #81A902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A902 is #7E56FD. Grayscale: #8A8A8A. Windows color (decimal): -8279806 or 174465. OLE color: 174465.
HSL color Cylindrical-coordinate representation of color #81A902: hue angle of 74.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81A902 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.34 |
| HSL | 74.37º | 0.98% | 0.34% | - |
| HSV(B) | 74.37º | 0.99% | 0.66% | - |
| XYZ | 23.25 | 33.05 | 5.21 | - |
| YUV | 138 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 2 | 0.24 | 0 | 0.99 | 0.34 | 74.37 | 0.98 | 0.34 |
| Hex | 81 | A9 | 2 | 18 | 0 | 63 | 22 | 4A | 62 | 22 |
| Octal | 201 | 251 | 2 | 30 | 0 | 143 | 42 | 112 | 142 | 42 |
| Binary | 10000001 | 10101001 | 10 | 11000 | 0 | 1100011 | 100010 | 1001010 | 1100010 | 100010 |
Color Harmonies of #81A902
Complementary color
Monochromatic Colors of #81A902
Black with #81A902
Text Example
Text Example
White with #81A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A902; }
p { color: rgb(129,169,2); }
H1.HeaderClassName
{
color: #81A902;
}
.AnyTagClassName
{
color: #81A902;
}
</style>
background-color css
<style>
a { background-color: #81A902; }
a { background-color: rgb(129,169,2); }
div.DivClassName
{
background-color: #81A902;
}
.BgClassName
{
background-color: #81A902;
}
</style>
border-color css
<style>
span { border-color: #81A902; }
span { border-color: rgb(129,169,2); }
td.TdClassName
{
border-color: #81A902;
}
.TagClassName
{
border-color: #81A902;
}
</style>