Shades of Lima #80A209
Tints of Lima #80A209
RGB
CMYK
RGB Variations
Color information
#80A209 (or 0x80A209) is known color: Lima. HEX triplet: 80, A2 and 09. RGB value is (128,162,9). Sum of RGB (Red+Green+Blue) = 128+162+9=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #80A209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A209 is #7F5DF6. Grayscale: #868686. Windows color (decimal): -8347127 or 631424. OLE color: 631424.
HSL color Cylindrical-coordinate representation of color #80A209: hue angle of 73.33º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80A209 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 9 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.36 |
| HSL | 73.33º | 0.89% | 0.34% | - |
| HSV(B) | 73.33º | 0.94% | 0.64% | - |
| XYZ | 21.87 | 30.45 | 4.98 | - |
| YUV | 134.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 9 | 0.21 | 0 | 0.94 | 0.36 | 73.33 | 0.89 | 0.34 |
| Hex | 80 | A2 | 9 | 15 | 0 | 5E | 24 | 49 | 59 | 22 |
| Octal | 200 | 242 | 11 | 25 | 0 | 136 | 44 | 111 | 131 | 42 |
| Binary | 10000000 | 10100010 | 1001 | 10101 | 0 | 1011110 | 100100 | 1001001 | 1011001 | 100010 |
Color Harmonies of #80A209
Complementary color
Monochromatic Colors of #80A209
Black with #80A209
Text Example
Text Example
White with #80A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A209; }
p { color: rgb(128,162,9); }
H1.HeaderClassName
{
color: #80A209;
}
.AnyTagClassName
{
color: #80A209;
}
</style>
background-color css
<style>
a { background-color: #80A209; }
a { background-color: rgb(128,162,9); }
div.DivClassName
{
background-color: #80A209;
}
.BgClassName
{
background-color: #80A209;
}
</style>
border-color css
<style>
span { border-color: #80A209; }
span { border-color: rgb(128,162,9); }
td.TdClassName
{
border-color: #80A209;
}
.TagClassName
{
border-color: #80A209;
}
</style>