Shades of Lima #80A203
Tints of Lima #80A203
RGB
CMYK
RGB Variations
Color information
#80A203 (or 0x80A203) is known color: Lima. HEX triplet: 80, A2 and 03. RGB value is (128,162,3). Sum of RGB (Red+Green+Blue) = 128+162+3=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #80A203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A203 is #7F5DFC. Grayscale: #868686. Windows color (decimal): -8347133 or 238208. OLE color: 238208.
HSL color Cylindrical-coordinate representation of color #80A203: hue angle of 72.83º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80A203 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.36 |
| HSL | 72.83º | 0.96% | 0.32% | - |
| HSV(B) | 72.83º | 0.98% | 0.64% | - |
| XYZ | 21.84 | 30.44 | 4.81 | - |
| YUV | 133.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 3 | 0.21 | 0 | 0.98 | 0.36 | 72.83 | 0.96 | 0.32 |
| Hex | 80 | A2 | 3 | 15 | 0 | 62 | 24 | 49 | 60 | 20 |
| Octal | 200 | 242 | 3 | 25 | 0 | 142 | 44 | 111 | 140 | 40 |
| Binary | 10000000 | 10100010 | 11 | 10101 | 0 | 1100010 | 100100 | 1001001 | 1100000 | 100000 |
Color Harmonies of #80A203
Complementary color
Monochromatic Colors of #80A203
Black with #80A203
Text Example
Text Example
White with #80A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A203; }
p { color: rgb(128,162,3); }
H1.HeaderClassName
{
color: #80A203;
}
.AnyTagClassName
{
color: #80A203;
}
</style>
background-color css
<style>
a { background-color: #80A203; }
a { background-color: rgb(128,162,3); }
div.DivClassName
{
background-color: #80A203;
}
.BgClassName
{
background-color: #80A203;
}
</style>
border-color css
<style>
span { border-color: #80A203; }
span { border-color: rgb(128,162,3); }
td.TdClassName
{
border-color: #80A203;
}
.TagClassName
{
border-color: #80A203;
}
</style>