Shades of Lima #80A91F
Tints of Lima #80A91F
RGB
CMYK
RGB Variations
Color information
#80A91F (or 0x80A91F) is known color: Lima. HEX triplet: 80, A9 and 1F. RGB value is (128,169,31). Sum of RGB (Red+Green+Blue) = 128+169+31=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 169 (66.41% from 255 or 51.52% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 169 - color contains mainly: green. Hex color #80A91F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A91F is #7F56E0. Grayscale: #8D8D8D. Windows color (decimal): -8345313 or 2075008. OLE color: 2075008.
HSL color Cylindrical-coordinate representation of color #80A91F: hue angle of 77.83º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80A91F is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 31 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.34 |
| HSL | 77.83º | 0.69% | 0.39% | - |
| HSV(B) | 77.83º | 0.82% | 0.66% | - |
| XYZ | 23.34 | 33.06 | 6.45 | - |
| YUV | 141.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 31 | 0.24 | 0 | 0.82 | 0.34 | 77.83 | 0.69 | 0.39 |
| Hex | 80 | A9 | 1F | 18 | 0 | 52 | 22 | 4E | 45 | 27 |
| Octal | 200 | 251 | 37 | 30 | 0 | 122 | 42 | 116 | 105 | 47 |
| Binary | 10000000 | 10101001 | 11111 | 11000 | 0 | 1010010 | 100010 | 1001110 | 1000101 | 100111 |
Color Harmonies of #80A91F
Complementary color
Monochromatic Colors of #80A91F
Black with #80A91F
Text Example
Text Example
White with #80A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A91F; }
p { color: rgb(128,169,31); }
H1.HeaderClassName
{
color: #80A91F;
}
.AnyTagClassName
{
color: #80A91F;
}
</style>
background-color css
<style>
a { background-color: #80A91F; }
a { background-color: rgb(128,169,31); }
div.DivClassName
{
background-color: #80A91F;
}
.BgClassName
{
background-color: #80A91F;
}
</style>
border-color css
<style>
span { border-color: #80A91F; }
span { border-color: rgb(128,169,31); }
td.TdClassName
{
border-color: #80A91F;
}
.TagClassName
{
border-color: #80A91F;
}
</style>