Shades of Lima #7CAC19
Tints of Lima #7CAC19
RGB
CMYK
RGB Variations
Color information
#7CAC19 (or 0x7CAC19) is known color: Lima. HEX triplet: 7C, AC and 19. RGB value is (124,172,25). Sum of RGB (Red+Green+Blue) = 124+172+25=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC19 is #8353E6. Grayscale: #8D8D8D. Windows color (decimal): -8606695 or 1682556. OLE color: 1682556.
HSL color Cylindrical-coordinate representation of color #7CAC19: hue angle of 79.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CAC19 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 25 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.33 |
| HSL | 79.59º | 0.75% | 0.39% | - |
| HSV(B) | 79.59º | 0.85% | 0.67% | - |
| XYZ | 23.24 | 33.86 | 6.23 | - |
| YUV | 140.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 25 | 0.28 | 0 | 0.85 | 0.33 | 79.59 | 0.75 | 0.39 |
| Hex | 7C | AC | 19 | 1C | 0 | 55 | 21 | 50 | 4B | 27 |
| Octal | 174 | 254 | 31 | 34 | 0 | 125 | 41 | 120 | 113 | 47 |
| Binary | 1111100 | 10101100 | 11001 | 11100 | 0 | 1010101 | 100001 | 1010000 | 1001011 | 100111 |
Color Harmonies of #7CAC19
Complementary color
Monochromatic Colors of #7CAC19
Black with #7CAC19
Text Example
Text Example
White with #7CAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC19; }
p { color: rgb(124,172,25); }
H1.HeaderClassName
{
color: #7CAC19;
}
.AnyTagClassName
{
color: #7CAC19;
}
</style>
background-color css
<style>
a { background-color: #7CAC19; }
a { background-color: rgb(124,172,25); }
div.DivClassName
{
background-color: #7CAC19;
}
.BgClassName
{
background-color: #7CAC19;
}
</style>
border-color css
<style>
span { border-color: #7CAC19; }
span { border-color: rgb(124,172,25); }
td.TdClassName
{
border-color: #7CAC19;
}
.TagClassName
{
border-color: #7CAC19;
}
</style>