Shades of Lima #7CA61A
Tints of Lima #7CA61A
RGB
CMYK
RGB Variations
Color information
#7CA61A (or 0x7CA61A) is known color: Lima. HEX triplet: 7C, A6 and 1A. RGB value is (124,166,26). Sum of RGB (Red+Green+Blue) = 124+166+26=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA61A is #8359E5. Grayscale: #8A8A8A. Windows color (decimal): -8608230 or 1746556. OLE color: 1746556.
HSL color Cylindrical-coordinate representation of color #7CA61A: hue angle of 78º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CA61A is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 26 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.35 |
| HSL | 78º | 0.73% | 0.38% | - |
| HSV(B) | 78º | 0.84% | 0.65% | - |
| XYZ | 22.13 | 31.63 | 5.92 | - |
| YUV | 137.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 26 | 0.25 | 0 | 0.84 | 0.35 | 78 | 0.73 | 0.38 |
| Hex | 7C | A6 | 1A | 19 | 0 | 54 | 23 | 4E | 49 | 26 |
| Octal | 174 | 246 | 32 | 31 | 0 | 124 | 43 | 116 | 111 | 46 |
| Binary | 1111100 | 10100110 | 11010 | 11001 | 0 | 1010100 | 100011 | 1001110 | 1001001 | 100110 |
Color Harmonies of #7CA61A
Complementary color
Monochromatic Colors of #7CA61A
Black with #7CA61A
Text Example
Text Example
White with #7CA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA61A; }
p { color: rgb(124,166,26); }
H1.HeaderClassName
{
color: #7CA61A;
}
.AnyTagClassName
{
color: #7CA61A;
}
</style>
background-color css
<style>
a { background-color: #7CA61A; }
a { background-color: rgb(124,166,26); }
div.DivClassName
{
background-color: #7CA61A;
}
.BgClassName
{
background-color: #7CA61A;
}
</style>
border-color css
<style>
span { border-color: #7CA61A; }
span { border-color: rgb(124,166,26); }
td.TdClassName
{
border-color: #7CA61A;
}
.TagClassName
{
border-color: #7CA61A;
}
</style>