Shades of Lima #7FA10A
Tints of Lima #7FA10A
RGB
CMYK
RGB Variations
Color information
#7FA10A (or 0x7FA10A) is known color: Lima. HEX triplet: 7F, A1 and 0A. RGB value is (127,161,10). Sum of RGB (Red+Green+Blue) = 127+161+10=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA10A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA10A is #805EF5. Grayscale: #868686. Windows color (decimal): -8412918 or 696703. OLE color: 696703.
HSL color Cylindrical-coordinate representation of color #7FA10A: hue angle of 73.51º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FA10A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 10 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.37 |
| HSL | 73.51º | 0.88% | 0.34% | - |
| HSV(B) | 73.51º | 0.94% | 0.63% | - |
| XYZ | 21.55 | 30.02 | 4.95 | - |
| YUV | 133.62 | 58.24 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 10 | 0.21 | 0 | 0.94 | 0.37 | 73.51 | 0.88 | 0.34 |
| Hex | 7F | A1 | A | 15 | 0 | 5E | 25 | 4A | 58 | 22 |
| Octal | 177 | 241 | 12 | 25 | 0 | 136 | 45 | 112 | 130 | 42 |
| Binary | 1111111 | 10100001 | 1010 | 10101 | 0 | 1011110 | 100101 | 1001010 | 1011000 | 100010 |
Color Harmonies of #7FA10A
Complementary color
Monochromatic Colors of #7FA10A
Black with #7FA10A
Text Example
Text Example
White with #7FA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA10A; }
p { color: rgb(127,161,10); }
H1.HeaderClassName
{
color: #7FA10A;
}
.AnyTagClassName
{
color: #7FA10A;
}
</style>
background-color css
<style>
a { background-color: #7FA10A; }
a { background-color: rgb(127,161,10); }
div.DivClassName
{
background-color: #7FA10A;
}
.BgClassName
{
background-color: #7FA10A;
}
</style>
border-color css
<style>
span { border-color: #7FA10A; }
span { border-color: rgb(127,161,10); }
td.TdClassName
{
border-color: #7FA10A;
}
.TagClassName
{
border-color: #7FA10A;
}
</style>