Shades of Lima #7FAC0A
Tints of Lima #7FAC0A
RGB
CMYK
RGB Variations
Color information
#7FAC0A (or 0x7FAC0A) is known color: Lima. HEX triplet: 7F, AC and 0A. RGB value is (127,172,10). Sum of RGB (Red+Green+Blue) = 127+172+10=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC0A is #8053F5. Grayscale: #8C8C8C. Windows color (decimal): -8410102 or 699519. OLE color: 699519.
HSL color Cylindrical-coordinate representation of color #7FAC0A: hue angle of 76.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FAC0A is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 10 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.33 |
| HSL | 76.67º | 0.89% | 0.36% | - |
| HSV(B) | 76.67º | 0.94% | 0.67% | - |
| XYZ | 23.56 | 34.04 | 5.62 | - |
| YUV | 140.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 10 | 0.26 | 0 | 0.94 | 0.33 | 76.67 | 0.89 | 0.36 |
| Hex | 7F | AC | A | 1A | 0 | 5E | 21 | 4D | 59 | 24 |
| Octal | 177 | 254 | 12 | 32 | 0 | 136 | 41 | 115 | 131 | 44 |
| Binary | 1111111 | 10101100 | 1010 | 11010 | 0 | 1011110 | 100001 | 1001101 | 1011001 | 100100 |
Color Harmonies of #7FAC0A
Complementary color
Monochromatic Colors of #7FAC0A
Black with #7FAC0A
Text Example
Text Example
White with #7FAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC0A; }
p { color: rgb(127,172,10); }
H1.HeaderClassName
{
color: #7FAC0A;
}
.AnyTagClassName
{
color: #7FAC0A;
}
</style>
background-color css
<style>
a { background-color: #7FAC0A; }
a { background-color: rgb(127,172,10); }
div.DivClassName
{
background-color: #7FAC0A;
}
.BgClassName
{
background-color: #7FAC0A;
}
</style>
border-color css
<style>
span { border-color: #7FAC0A; }
span { border-color: rgb(127,172,10); }
td.TdClassName
{
border-color: #7FAC0A;
}
.TagClassName
{
border-color: #7FAC0A;
}
</style>