Shades of Lima #7FAC14
Tints of Lima #7FAC14
RGB
CMYK
RGB Variations
Color information
#7FAC14 (or 0x7FAC14) is known color: Lima. HEX triplet: 7F, AC and 14. RGB value is (127,172,20). Sum of RGB (Red+Green+Blue) = 127+172+20=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC14 is #8053EB. Grayscale: #8D8D8D. Windows color (decimal): -8410092 or 1354879. OLE color: 1354879.
HSL color Cylindrical-coordinate representation of color #7FAC14: hue angle of 77.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FAC14 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 20 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.33 |
| HSL | 77.76º | 0.79% | 0.38% | - |
| HSV(B) | 77.76º | 0.88% | 0.67% | - |
| XYZ | 23.63 | 34.07 | 5.99 | - |
| YUV | 141.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 20 | 0.26 | 0 | 0.88 | 0.33 | 77.76 | 0.79 | 0.38 |
| Hex | 7F | AC | 14 | 1A | 0 | 58 | 21 | 4E | 4F | 26 |
| Octal | 177 | 254 | 24 | 32 | 0 | 130 | 41 | 116 | 117 | 46 |
| Binary | 1111111 | 10101100 | 10100 | 11010 | 0 | 1011000 | 100001 | 1001110 | 1001111 | 100110 |
Color Harmonies of #7FAC14
Complementary color
Monochromatic Colors of #7FAC14
Black with #7FAC14
Text Example
Text Example
White with #7FAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC14; }
p { color: rgb(127,172,20); }
H1.HeaderClassName
{
color: #7FAC14;
}
.AnyTagClassName
{
color: #7FAC14;
}
</style>
background-color css
<style>
a { background-color: #7FAC14; }
a { background-color: rgb(127,172,20); }
div.DivClassName
{
background-color: #7FAC14;
}
.BgClassName
{
background-color: #7FAC14;
}
</style>
border-color css
<style>
span { border-color: #7FAC14; }
span { border-color: rgb(127,172,20); }
td.TdClassName
{
border-color: #7FAC14;
}
.TagClassName
{
border-color: #7FAC14;
}
</style>