Shades of Lima #7CA80F
Tints of Lima #7CA80F
RGB
CMYK
RGB Variations
Color information
#7CA80F (or 0x7CA80F) is known color: Lima. HEX triplet: 7C, A8 and 0F. RGB value is (124,168,15). Sum of RGB (Red+Green+Blue) = 124+168+15=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA80F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA80F is #8357F0. Grayscale: #898989. Windows color (decimal): -8607729 or 1026172. OLE color: 1026172.
HSL color Cylindrical-coordinate representation of color #7CA80F: hue angle of 77.25º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CA80F is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 168 | 15 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.34 |
| HSL | 77.25º | 0.84% | 0.36% | - |
| HSV(B) | 77.25º | 0.91% | 0.66% | - |
| XYZ | 22.4 | 32.32 | 5.51 | - |
| YUV | 137.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 168 | 15 | 0.26 | 0 | 0.91 | 0.34 | 77.25 | 0.84 | 0.36 |
| Hex | 7C | A8 | F | 1A | 0 | 5B | 22 | 4D | 54 | 24 |
| Octal | 174 | 250 | 17 | 32 | 0 | 133 | 42 | 115 | 124 | 44 |
| Binary | 1111100 | 10101000 | 1111 | 11010 | 0 | 1011011 | 100010 | 1001101 | 1010100 | 100100 |
Color Harmonies of #7CA80F
Complementary color
Monochromatic Colors of #7CA80F
Black with #7CA80F
Text Example
Text Example
White with #7CA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA80F; }
p { color: rgb(124,168,15); }
H1.HeaderClassName
{
color: #7CA80F;
}
.AnyTagClassName
{
color: #7CA80F;
}
</style>
background-color css
<style>
a { background-color: #7CA80F; }
a { background-color: rgb(124,168,15); }
div.DivClassName
{
background-color: #7CA80F;
}
.BgClassName
{
background-color: #7CA80F;
}
</style>
border-color css
<style>
span { border-color: #7CA80F; }
span { border-color: rgb(124,168,15); }
td.TdClassName
{
border-color: #7CA80F;
}
.TagClassName
{
border-color: #7CA80F;
}
</style>