Shades of Lima #7FAC16
Tints of Lima #7FAC16
RGB
CMYK
RGB Variations
Color information
#7FAC16 (or 0x7FAC16) is known color: Lima. HEX triplet: 7F, AC and 16. RGB value is (127,172,22). Sum of RGB (Red+Green+Blue) = 127+172+22=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC16 is #8053E9. Grayscale: #8D8D8D. Windows color (decimal): -8410090 or 1485951. OLE color: 1485951.
HSL color Cylindrical-coordinate representation of color #7FAC16: hue angle of 78º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7FAC16 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 22 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.33 |
| HSL | 78º | 0.77% | 0.38% | - |
| HSV(B) | 78º | 0.87% | 0.67% | - |
| XYZ | 23.65 | 34.08 | 6.09 | - |
| YUV | 141.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 22 | 0.26 | 0 | 0.87 | 0.33 | 78 | 0.77 | 0.38 |
| Hex | 7F | AC | 16 | 1A | 0 | 57 | 21 | 4E | 4D | 26 |
| Octal | 177 | 254 | 26 | 32 | 0 | 127 | 41 | 116 | 115 | 46 |
| Binary | 1111111 | 10101100 | 10110 | 11010 | 0 | 1010111 | 100001 | 1001110 | 1001101 | 100110 |
Color Harmonies of #7FAC16
Complementary color
Monochromatic Colors of #7FAC16
Black with #7FAC16
Text Example
Text Example
White with #7FAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC16; }
p { color: rgb(127,172,22); }
H1.HeaderClassName
{
color: #7FAC16;
}
.AnyTagClassName
{
color: #7FAC16;
}
</style>
background-color css
<style>
a { background-color: #7FAC16; }
a { background-color: rgb(127,172,22); }
div.DivClassName
{
background-color: #7FAC16;
}
.BgClassName
{
background-color: #7FAC16;
}
</style>
border-color css
<style>
span { border-color: #7FAC16; }
span { border-color: rgb(127,172,22); }
td.TdClassName
{
border-color: #7FAC16;
}
.TagClassName
{
border-color: #7FAC16;
}
</style>