Shades of Lima #7FAC17
Tints of Lima #7FAC17
RGB
CMYK
RGB Variations
Color information
#7FAC17 (or 0x7FAC17) is known color: Lima. HEX triplet: 7F, AC and 17. RGB value is (127,172,23). Sum of RGB (Red+Green+Blue) = 127+172+23=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC17 is #8053E8. Grayscale: #8E8E8E. Windows color (decimal): -8410089 or 1551487. OLE color: 1551487.
HSL color Cylindrical-coordinate representation of color #7FAC17: hue angle of 78.12º degrees, saturation: 0.76, 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 #7FAC17 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 23 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.33 |
| HSL | 78.12º | 0.76% | 0.38% | - |
| HSV(B) | 78.12º | 0.87% | 0.67% | - |
| XYZ | 23.66 | 34.08 | 6.14 | - |
| YUV | 141.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 23 | 0.26 | 0 | 0.87 | 0.33 | 78.12 | 0.76 | 0.38 |
| Hex | 7F | AC | 17 | 1A | 0 | 57 | 21 | 4E | 4C | 26 |
| Octal | 177 | 254 | 27 | 32 | 0 | 127 | 41 | 116 | 114 | 46 |
| Binary | 1111111 | 10101100 | 10111 | 11010 | 0 | 1010111 | 100001 | 1001110 | 1001100 | 100110 |
Color Harmonies of #7FAC17
Complementary color
Monochromatic Colors of #7FAC17
Black with #7FAC17
Text Example
Text Example
White with #7FAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC17; }
p { color: rgb(127,172,23); }
H1.HeaderClassName
{
color: #7FAC17;
}
.AnyTagClassName
{
color: #7FAC17;
}
</style>
background-color css
<style>
a { background-color: #7FAC17; }
a { background-color: rgb(127,172,23); }
div.DivClassName
{
background-color: #7FAC17;
}
.BgClassName
{
background-color: #7FAC17;
}
</style>
border-color css
<style>
span { border-color: #7FAC17; }
span { border-color: rgb(127,172,23); }
td.TdClassName
{
border-color: #7FAC17;
}
.TagClassName
{
border-color: #7FAC17;
}
</style>