Shades of Lima #80AC1B
Tints of Lima #80AC1B
RGB
CMYK
RGB Variations
Color information
#80AC1B (or 0x80AC1B) is known color: Lima. HEX triplet: 80, AC and 1B. RGB value is (128,172,27). Sum of RGB (Red+Green+Blue) = 128+172+27=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC1B is #7F53E4. Grayscale: #8E8E8E. Windows color (decimal): -8344549 or 1813632. OLE color: 1813632.
HSL color Cylindrical-coordinate representation of color #80AC1B: hue angle of 78.21º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80AC1B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 27 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.33 |
| HSL | 78.21º | 0.73% | 0.39% | - |
| HSV(B) | 78.21º | 0.84% | 0.67% | - |
| XYZ | 23.85 | 34.17 | 6.38 | - |
| YUV | 142.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 27 | 0.26 | 0 | 0.84 | 0.33 | 78.21 | 0.73 | 0.39 |
| Hex | 80 | AC | 1B | 1A | 0 | 54 | 21 | 4E | 49 | 27 |
| Octal | 200 | 254 | 33 | 32 | 0 | 124 | 41 | 116 | 111 | 47 |
| Binary | 10000000 | 10101100 | 11011 | 11010 | 0 | 1010100 | 100001 | 1001110 | 1001001 | 100111 |
Color Harmonies of #80AC1B
Complementary color
Monochromatic Colors of #80AC1B
Black with #80AC1B
Text Example
Text Example
White with #80AC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC1B; }
p { color: rgb(128,172,27); }
H1.HeaderClassName
{
color: #80AC1B;
}
.AnyTagClassName
{
color: #80AC1B;
}
</style>
background-color css
<style>
a { background-color: #80AC1B; }
a { background-color: rgb(128,172,27); }
div.DivClassName
{
background-color: #80AC1B;
}
.BgClassName
{
background-color: #80AC1B;
}
</style>
border-color css
<style>
span { border-color: #80AC1B; }
span { border-color: rgb(128,172,27); }
td.TdClassName
{
border-color: #80AC1B;
}
.TagClassName
{
border-color: #80AC1B;
}
</style>