Shades of Lima #7FA10F
Tints of Lima #7FA10F
RGB
CMYK
RGB Variations
Color information
#7FA10F (or 0x7FA10F) is known color: Lima. HEX triplet: 7F, A1 and 0F. RGB value is (127,161,15). Sum of RGB (Red+Green+Blue) = 127+161+15=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA10F is #805EF0. Grayscale: #868686. Windows color (decimal): -8412913 or 1024383. OLE color: 1024383.
HSL color Cylindrical-coordinate representation of color #7FA10F: hue angle of 73.97º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FA10F is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 15 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.37 |
| HSL | 73.97º | 0.83% | 0.35% | - |
| HSV(B) | 73.97º | 0.91% | 0.63% | - |
| XYZ | 21.58 | 30.04 | 5.11 | - |
| YUV | 134.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 15 | 0.21 | 0 | 0.91 | 0.37 | 73.97 | 0.83 | 0.35 |
| Hex | 7F | A1 | F | 15 | 0 | 5B | 25 | 4A | 53 | 23 |
| Octal | 177 | 241 | 17 | 25 | 0 | 133 | 45 | 112 | 123 | 43 |
| Binary | 1111111 | 10100001 | 1111 | 10101 | 0 | 1011011 | 100101 | 1001010 | 1010011 | 100011 |
Color Harmonies of #7FA10F
Complementary color
Monochromatic Colors of #7FA10F
Black with #7FA10F
Text Example
Text Example
White with #7FA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA10F; }
p { color: rgb(127,161,15); }
H1.HeaderClassName
{
color: #7FA10F;
}
.AnyTagClassName
{
color: #7FA10F;
}
</style>
background-color css
<style>
a { background-color: #7FA10F; }
a { background-color: rgb(127,161,15); }
div.DivClassName
{
background-color: #7FA10F;
}
.BgClassName
{
background-color: #7FA10F;
}
</style>
border-color css
<style>
span { border-color: #7FA10F; }
span { border-color: rgb(127,161,15); }
td.TdClassName
{
border-color: #7FA10F;
}
.TagClassName
{
border-color: #7FA10F;
}
</style>