Shades of Lima #80AA0E
Tints of Lima #80AA0E
RGB
CMYK
RGB Variations
Color information
#80AA0E (or 0x80AA0E) is known color: Lima. HEX triplet: 80, AA and 0E. RGB value is (128,170,14). Sum of RGB (Red+Green+Blue) = 128+170+14=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA0E is #7F55F1. Grayscale: #8C8C8C. Windows color (decimal): -8345074 or 961152. OLE color: 961152.
HSL color Cylindrical-coordinate representation of color #80AA0E: hue angle of 76.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80AA0E is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 14 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.33 |
| HSL | 76.15º | 0.85% | 0.36% | - |
| HSV(B) | 76.15º | 0.92% | 0.67% | - |
| XYZ | 23.36 | 33.37 | 5.63 | - |
| YUV | 139.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 14 | 0.25 | 0 | 0.92 | 0.33 | 76.15 | 0.85 | 0.36 |
| Hex | 80 | AA | E | 19 | 0 | 5C | 21 | 4C | 55 | 24 |
| Octal | 200 | 252 | 16 | 31 | 0 | 134 | 41 | 114 | 125 | 44 |
| Binary | 10000000 | 10101010 | 1110 | 11001 | 0 | 1011100 | 100001 | 1001100 | 1010101 | 100100 |
Color Harmonies of #80AA0E
Complementary color
Monochromatic Colors of #80AA0E
Black with #80AA0E
Text Example
Text Example
White with #80AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA0E; }
p { color: rgb(128,170,14); }
H1.HeaderClassName
{
color: #80AA0E;
}
.AnyTagClassName
{
color: #80AA0E;
}
</style>
background-color css
<style>
a { background-color: #80AA0E; }
a { background-color: rgb(128,170,14); }
div.DivClassName
{
background-color: #80AA0E;
}
.BgClassName
{
background-color: #80AA0E;
}
</style>
border-color css
<style>
span { border-color: #80AA0E; }
span { border-color: rgb(128,170,14); }
td.TdClassName
{
border-color: #80AA0E;
}
.TagClassName
{
border-color: #80AA0E;
}
</style>