Shades of Lima #7CAA16
Tints of Lima #7CAA16
RGB
CMYK
RGB Variations
Color information
#7CAA16 (or 0x7CAA16) is known color: Lima. HEX triplet: 7C, AA and 16. RGB value is (124,170,22). Sum of RGB (Red+Green+Blue) = 124+170+22=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAA16 is #8355E9. Grayscale: #8B8B8B. Windows color (decimal): -8607210 or 1485436. OLE color: 1485436.
HSL color Cylindrical-coordinate representation of color #7CAA16: hue angle of 78.65º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CAA16 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 22 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.33 |
| HSL | 78.65º | 0.77% | 0.38% | - |
| HSV(B) | 78.65º | 0.87% | 0.67% | - |
| XYZ | 22.83 | 33.09 | 5.94 | - |
| YUV | 139.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 22 | 0.27 | 0 | 0.87 | 0.33 | 78.65 | 0.77 | 0.38 |
| Hex | 7C | AA | 16 | 1B | 0 | 57 | 21 | 4F | 4D | 26 |
| Octal | 174 | 252 | 26 | 33 | 0 | 127 | 41 | 117 | 115 | 46 |
| Binary | 1111100 | 10101010 | 10110 | 11011 | 0 | 1010111 | 100001 | 1001111 | 1001101 | 100110 |
Color Harmonies of #7CAA16
Complementary color
Monochromatic Colors of #7CAA16
Black with #7CAA16
Text Example
Text Example
White with #7CAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA16; }
p { color: rgb(124,170,22); }
H1.HeaderClassName
{
color: #7CAA16;
}
.AnyTagClassName
{
color: #7CAA16;
}
</style>
background-color css
<style>
a { background-color: #7CAA16; }
a { background-color: rgb(124,170,22); }
div.DivClassName
{
background-color: #7CAA16;
}
.BgClassName
{
background-color: #7CAA16;
}
</style>
border-color css
<style>
span { border-color: #7CAA16; }
span { border-color: rgb(124,170,22); }
td.TdClassName
{
border-color: #7CAA16;
}
.TagClassName
{
border-color: #7CAA16;
}
</style>