Shades of Lima #80AE0F
Tints of Lima #80AE0F
RGB
CMYK
RGB Variations
Color information
#80AE0F (or 0x80AE0F) is known color: Lima. HEX triplet: 80, AE and 0F. RGB value is (128,174,15). Sum of RGB (Red+Green+Blue) = 128+174+15=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AE0F is #7F51F0. Grayscale: #8E8E8E. Windows color (decimal): -8344049 or 1027712. OLE color: 1027712.
HSL color Cylindrical-coordinate representation of color #80AE0F: hue angle of 77.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80AE0F is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 15 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.32 |
| HSL | 77.36º | 0.84% | 0.37% | - |
| HSV(B) | 77.36º | 0.91% | 0.68% | - |
| XYZ | 24.12 | 34.9 | 5.92 | - |
| YUV | 142.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 15 | 0.26 | 0 | 0.91 | 0.32 | 77.36 | 0.84 | 0.37 |
| Hex | 80 | AE | F | 1A | 0 | 5B | 20 | 4D | 54 | 25 |
| Octal | 200 | 256 | 17 | 32 | 0 | 133 | 40 | 115 | 124 | 45 |
| Binary | 10000000 | 10101110 | 1111 | 11010 | 0 | 1011011 | 100000 | 1001101 | 1010100 | 100101 |
Color Harmonies of #80AE0F
Complementary color
Monochromatic Colors of #80AE0F
Black with #80AE0F
Text Example
Text Example
White with #80AE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE0F; }
p { color: rgb(128,174,15); }
H1.HeaderClassName
{
color: #80AE0F;
}
.AnyTagClassName
{
color: #80AE0F;
}
</style>
background-color css
<style>
a { background-color: #80AE0F; }
a { background-color: rgb(128,174,15); }
div.DivClassName
{
background-color: #80AE0F;
}
.BgClassName
{
background-color: #80AE0F;
}
</style>
border-color css
<style>
span { border-color: #80AE0F; }
span { border-color: rgb(128,174,15); }
td.TdClassName
{
border-color: #80AE0F;
}
.TagClassName
{
border-color: #80AE0F;
}
</style>