Shades of Lima #7CAC12
Tints of Lima #7CAC12
RGB
CMYK
RGB Variations
Color information
#7CAC12 (or 0x7CAC12) is known color: Lima. HEX triplet: 7C, AC and 12. RGB value is (124,172,18). Sum of RGB (Red+Green+Blue) = 124+172+18=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC12 is #8353ED. Grayscale: #8C8C8C. Windows color (decimal): -8606702 or 1223804. OLE color: 1223804.
HSL color Cylindrical-coordinate representation of color #7CAC12: hue angle of 78.7º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CAC12 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 18 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.33 |
| HSL | 78.7º | 0.81% | 0.37% | - |
| HSV(B) | 78.7º | 0.9% | 0.67% | - |
| XYZ | 23.17 | 33.83 | 5.88 | - |
| YUV | 140.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 18 | 0.28 | 0 | 0.90 | 0.33 | 78.7 | 0.81 | 0.37 |
| Hex | 7C | AC | 12 | 1C | 0 | 5A | 21 | 4F | 51 | 25 |
| Octal | 174 | 254 | 22 | 34 | 0 | 132 | 41 | 117 | 121 | 45 |
| Binary | 1111100 | 10101100 | 10010 | 11100 | 0 | 1011010 | 100001 | 1001111 | 1010001 | 100101 |
Color Harmonies of #7CAC12
Complementary color
Monochromatic Colors of #7CAC12
Black with #7CAC12
Text Example
Text Example
White with #7CAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC12; }
p { color: rgb(124,172,18); }
H1.HeaderClassName
{
color: #7CAC12;
}
.AnyTagClassName
{
color: #7CAC12;
}
</style>
background-color css
<style>
a { background-color: #7CAC12; }
a { background-color: rgb(124,172,18); }
div.DivClassName
{
background-color: #7CAC12;
}
.BgClassName
{
background-color: #7CAC12;
}
</style>
border-color css
<style>
span { border-color: #7CAC12; }
span { border-color: rgb(124,172,18); }
td.TdClassName
{
border-color: #7CAC12;
}
.TagClassName
{
border-color: #7CAC12;
}
</style>