Shades of Lima #80AA0A
Tints of Lima #80AA0A
RGB
CMYK
RGB Variations
Color information
#80AA0A (or 0x80AA0A) is known color: Lima. HEX triplet: 80, AA and 0A. RGB value is (128,170,10). Sum of RGB (Red+Green+Blue) = 128+170+10=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA0A is #7F55F5. Grayscale: #8B8B8B. Windows color (decimal): -8345078 or 699008. OLE color: 699008.
HSL color Cylindrical-coordinate representation of color #80AA0A: hue angle of 75.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80AA0A is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 10 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.33 |
| HSL | 75.75º | 0.89% | 0.35% | - |
| HSV(B) | 75.75º | 0.94% | 0.67% | - |
| XYZ | 23.33 | 33.36 | 5.5 | - |
| YUV | 139.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 10 | 0.25 | 0 | 0.94 | 0.33 | 75.75 | 0.89 | 0.35 |
| Hex | 80 | AA | A | 19 | 0 | 5E | 21 | 4C | 59 | 23 |
| Octal | 200 | 252 | 12 | 31 | 0 | 136 | 41 | 114 | 131 | 43 |
| Binary | 10000000 | 10101010 | 1010 | 11001 | 0 | 1011110 | 100001 | 1001100 | 1011001 | 100011 |
Color Harmonies of #80AA0A
Complementary color
Monochromatic Colors of #80AA0A
Black with #80AA0A
Text Example
Text Example
White with #80AA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA0A; }
p { color: rgb(128,170,10); }
H1.HeaderClassName
{
color: #80AA0A;
}
.AnyTagClassName
{
color: #80AA0A;
}
</style>
background-color css
<style>
a { background-color: #80AA0A; }
a { background-color: rgb(128,170,10); }
div.DivClassName
{
background-color: #80AA0A;
}
.BgClassName
{
background-color: #80AA0A;
}
</style>
border-color css
<style>
span { border-color: #80AA0A; }
span { border-color: rgb(128,170,10); }
td.TdClassName
{
border-color: #80AA0A;
}
.TagClassName
{
border-color: #80AA0A;
}
</style>