Shades of Lima #7CAC11
Tints of Lima #7CAC11
RGB
CMYK
RGB Variations
Color information
#7CAC11 (or 0x7CAC11) is known color: Lima. HEX triplet: 7C, AC and 11. RGB value is (124,172,17). Sum of RGB (Red+Green+Blue) = 124+172+17=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC11 is #8353EE. Grayscale: #8C8C8C. Windows color (decimal): -8606703 or 1158268. OLE color: 1158268.
HSL color Cylindrical-coordinate representation of color #7CAC11: hue angle of 78.58º degrees, saturation: 0.82, 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 #7CAC11 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 17 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.33 |
| HSL | 78.58º | 0.82% | 0.37% | - |
| HSV(B) | 78.58º | 0.9% | 0.67% | - |
| XYZ | 23.17 | 33.83 | 5.84 | - |
| YUV | 139.98 | 58.6 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 17 | 0.28 | 0 | 0.90 | 0.33 | 78.58 | 0.82 | 0.37 |
| Hex | 7C | AC | 11 | 1C | 0 | 5A | 21 | 4F | 52 | 25 |
| Octal | 174 | 254 | 21 | 34 | 0 | 132 | 41 | 117 | 122 | 45 |
| Binary | 1111100 | 10101100 | 10001 | 11100 | 0 | 1011010 | 100001 | 1001111 | 1010010 | 100101 |
Color Harmonies of #7CAC11
Complementary color
Monochromatic Colors of #7CAC11
Black with #7CAC11
Text Example
Text Example
White with #7CAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC11; }
p { color: rgb(124,172,17); }
H1.HeaderClassName
{
color: #7CAC11;
}
.AnyTagClassName
{
color: #7CAC11;
}
</style>
background-color css
<style>
a { background-color: #7CAC11; }
a { background-color: rgb(124,172,17); }
div.DivClassName
{
background-color: #7CAC11;
}
.BgClassName
{
background-color: #7CAC11;
}
</style>
border-color css
<style>
span { border-color: #7CAC11; }
span { border-color: rgb(124,172,17); }
td.TdClassName
{
border-color: #7CAC11;
}
.TagClassName
{
border-color: #7CAC11;
}
</style>