Shades of Lima #7FA10E
Tints of Lima #7FA10E
RGB
CMYK
RGB Variations
Color information
#7FA10E (or 0x7FA10E) is known color: Lima. HEX triplet: 7F, A1 and 0E. RGB value is (127,161,14). Sum of RGB (Red+Green+Blue) = 127+161+14=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA10E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA10E is #805EF1. Grayscale: #868686. Windows color (decimal): -8412914 or 958847. OLE color: 958847.
HSL color Cylindrical-coordinate representation of color #7FA10E: hue angle of 73.88º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FA10E is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 14 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.37 |
| HSL | 73.88º | 0.84% | 0.34% | - |
| HSV(B) | 73.88º | 0.91% | 0.63% | - |
| XYZ | 21.58 | 30.03 | 5.08 | - |
| YUV | 134.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 14 | 0.21 | 0 | 0.91 | 0.37 | 73.88 | 0.84 | 0.34 |
| Hex | 7F | A1 | E | 15 | 0 | 5B | 25 | 4A | 54 | 22 |
| Octal | 177 | 241 | 16 | 25 | 0 | 133 | 45 | 112 | 124 | 42 |
| Binary | 1111111 | 10100001 | 1110 | 10101 | 0 | 1011011 | 100101 | 1001010 | 1010100 | 100010 |
Color Harmonies of #7FA10E
Complementary color
Monochromatic Colors of #7FA10E
Black with #7FA10E
Text Example
Text Example
White with #7FA10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA10E; }
p { color: rgb(127,161,14); }
H1.HeaderClassName
{
color: #7FA10E;
}
.AnyTagClassName
{
color: #7FA10E;
}
</style>
background-color css
<style>
a { background-color: #7FA10E; }
a { background-color: rgb(127,161,14); }
div.DivClassName
{
background-color: #7FA10E;
}
.BgClassName
{
background-color: #7FA10E;
}
</style>
border-color css
<style>
span { border-color: #7FA10E; }
span { border-color: rgb(127,161,14); }
td.TdClassName
{
border-color: #7FA10E;
}
.TagClassName
{
border-color: #7FA10E;
}
</style>