Shades of Lima #80A401
Tints of Lima #80A401
RGB
CMYK
RGB Variations
Color information
#80A401 (or 0x80A401) is known color: Lima. HEX triplet: 80, A4 and 01. RGB value is (128,164,1). Sum of RGB (Red+Green+Blue) = 128+164+1=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #80A401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A401 is #7F5BFE. Grayscale: #878787. Windows color (decimal): -8346623 or 107648. OLE color: 107648.
HSL color Cylindrical-coordinate representation of color #80A401: hue angle of 73.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80A401 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.36 |
| HSL | 73.25º | 0.99% | 0.32% | - |
| HSV(B) | 73.25º | 0.99% | 0.64% | - |
| XYZ | 22.18 | 31.14 | 4.87 | - |
| YUV | 134.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 1 | 0.22 | 0 | 0.99 | 0.36 | 73.25 | 0.99 | 0.32 |
| Hex | 80 | A4 | 1 | 16 | 0 | 63 | 24 | 49 | 63 | 20 |
| Octal | 200 | 244 | 1 | 26 | 0 | 143 | 44 | 111 | 143 | 40 |
| Binary | 10000000 | 10100100 | 1 | 10110 | 0 | 1100011 | 100100 | 1001001 | 1100011 | 100000 |
Color Harmonies of #80A401
Complementary color
Monochromatic Colors of #80A401
Black with #80A401
Text Example
Text Example
White with #80A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A401; }
p { color: rgb(128,164,1); }
H1.HeaderClassName
{
color: #80A401;
}
.AnyTagClassName
{
color: #80A401;
}
</style>
background-color css
<style>
a { background-color: #80A401; }
a { background-color: rgb(128,164,1); }
div.DivClassName
{
background-color: #80A401;
}
.BgClassName
{
background-color: #80A401;
}
</style>
border-color css
<style>
span { border-color: #80A401; }
span { border-color: rgb(128,164,1); }
td.TdClassName
{
border-color: #80A401;
}
.TagClassName
{
border-color: #80A401;
}
</style>