Shades of Lima #80AA26
Tints of Lima #80AA26
RGB
CMYK
RGB Variations
Color information
#80AA26 (or 0x80AA26) is known color: Lima. HEX triplet: 80, AA and 26. RGB value is (128,170,38). Sum of RGB (Red+Green+Blue) = 128+170+38=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA26 is #7F55D9. Grayscale: #8E8E8E. Windows color (decimal): -8345050 or 2534016. OLE color: 2534016.
HSL color Cylindrical-coordinate representation of color #80AA26: hue angle of 79.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80AA26 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 38 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.33 |
| HSL | 79.09º | 0.63% | 0.41% | - |
| HSV(B) | 79.09º | 0.78% | 0.67% | - |
| XYZ | 23.63 | 33.48 | 7.05 | - |
| YUV | 142.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 38 | 0.25 | 0 | 0.78 | 0.33 | 79.09 | 0.63 | 0.41 |
| Hex | 80 | AA | 26 | 19 | 0 | 4E | 21 | 4F | 3F | 29 |
| Octal | 200 | 252 | 46 | 31 | 0 | 116 | 41 | 117 | 77 | 51 |
| Binary | 10000000 | 10101010 | 100110 | 11001 | 0 | 1001110 | 100001 | 1001111 | 111111 | 101001 |
Color Harmonies of #80AA26
Complementary color
Monochromatic Colors of #80AA26
Black with #80AA26
Text Example
Text Example
White with #80AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA26; }
p { color: rgb(128,170,38); }
H1.HeaderClassName
{
color: #80AA26;
}
.AnyTagClassName
{
color: #80AA26;
}
</style>
background-color css
<style>
a { background-color: #80AA26; }
a { background-color: rgb(128,170,38); }
div.DivClassName
{
background-color: #80AA26;
}
.BgClassName
{
background-color: #80AA26;
}
</style>
border-color css
<style>
span { border-color: #80AA26; }
span { border-color: rgb(128,170,38); }
td.TdClassName
{
border-color: #80AA26;
}
.TagClassName
{
border-color: #80AA26;
}
</style>