Shades of Lima #80AF18
Tints of Lima #80AF18
RGB
CMYK
RGB Variations
Color information
#80AF18 (or 0x80AF18) is known color: Lima. HEX triplet: 80, AF and 18. RGB value is (128,175,24). Sum of RGB (Red+Green+Blue) = 128+175+24=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AF18 is #7F50E7. Grayscale: #909090. Windows color (decimal): -8343784 or 1617792. OLE color: 1617792.
HSL color Cylindrical-coordinate representation of color #80AF18: hue angle of 78.68º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80AF18 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 24 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.31 |
| HSL | 78.68º | 0.76% | 0.39% | - |
| HSV(B) | 78.68º | 0.86% | 0.69% | - |
| XYZ | 24.4 | 35.32 | 6.39 | - |
| YUV | 143.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 24 | 0.27 | 0 | 0.86 | 0.31 | 78.68 | 0.76 | 0.39 |
| Hex | 80 | AF | 18 | 1B | 0 | 56 | 1F | 4F | 4C | 27 |
| Octal | 200 | 257 | 30 | 33 | 0 | 126 | 37 | 117 | 114 | 47 |
| Binary | 10000000 | 10101111 | 11000 | 11011 | 0 | 1010110 | 11111 | 1001111 | 1001100 | 100111 |
Color Harmonies of #80AF18
Complementary color
Monochromatic Colors of #80AF18
Black with #80AF18
Text Example
Text Example
White with #80AF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF18; }
p { color: rgb(128,175,24); }
H1.HeaderClassName
{
color: #80AF18;
}
.AnyTagClassName
{
color: #80AF18;
}
</style>
background-color css
<style>
a { background-color: #80AF18; }
a { background-color: rgb(128,175,24); }
div.DivClassName
{
background-color: #80AF18;
}
.BgClassName
{
background-color: #80AF18;
}
</style>
border-color css
<style>
span { border-color: #80AF18; }
span { border-color: rgb(128,175,24); }
td.TdClassName
{
border-color: #80AF18;
}
.TagClassName
{
border-color: #80AF18;
}
</style>