Shades of Lima #7CA110
Tints of Lima #7CA110
RGB
CMYK
RGB Variations
Color information
#7CA110 (or 0x7CA110) is known color: Lima. HEX triplet: 7C, A1 and 10. RGB value is (124,161,16). Sum of RGB (Red+Green+Blue) = 124+161+16=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA110 is #835EEF. Grayscale: #858585. Windows color (decimal): -8609520 or 1089916. OLE color: 1089916.
HSL color Cylindrical-coordinate representation of color #7CA110: hue angle of 75.31º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CA110 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 16 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.37 |
| HSL | 75.31º | 0.82% | 0.35% | - |
| HSV(B) | 75.31º | 0.9% | 0.63% | - |
| XYZ | 21.15 | 29.81 | 5.13 | - |
| YUV | 133.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 16 | 0.23 | 0 | 0.90 | 0.37 | 75.31 | 0.82 | 0.35 |
| Hex | 7C | A1 | 10 | 17 | 0 | 5A | 25 | 4B | 52 | 23 |
| Octal | 174 | 241 | 20 | 27 | 0 | 132 | 45 | 113 | 122 | 43 |
| Binary | 1111100 | 10100001 | 10000 | 10111 | 0 | 1011010 | 100101 | 1001011 | 1010010 | 100011 |
Color Harmonies of #7CA110
Complementary color
Monochromatic Colors of #7CA110
Black with #7CA110
Text Example
Text Example
White with #7CA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA110; }
p { color: rgb(124,161,16); }
H1.HeaderClassName
{
color: #7CA110;
}
.AnyTagClassName
{
color: #7CA110;
}
</style>
background-color css
<style>
a { background-color: #7CA110; }
a { background-color: rgb(124,161,16); }
div.DivClassName
{
background-color: #7CA110;
}
.BgClassName
{
background-color: #7CA110;
}
</style>
border-color css
<style>
span { border-color: #7CA110; }
span { border-color: rgb(124,161,16); }
td.TdClassName
{
border-color: #7CA110;
}
.TagClassName
{
border-color: #7CA110;
}
</style>