Shades of Lima #7CAA14
Tints of Lima #7CAA14
RGB
CMYK
RGB Variations
Color information
#7CAA14 (or 0x7CAA14) is known color: Lima. HEX triplet: 7C, AA and 14. RGB value is (124,170,20). Sum of RGB (Red+Green+Blue) = 124+170+20=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAA14 is #8355EB. Grayscale: #8B8B8B. Windows color (decimal): -8607212 or 1354364. OLE color: 1354364.
HSL color Cylindrical-coordinate representation of color #7CAA14: hue angle of 78.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CAA14 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 20 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.33 |
| HSL | 78.4º | 0.79% | 0.37% | - |
| HSV(B) | 78.4º | 0.88% | 0.67% | - |
| XYZ | 22.81 | 33.09 | 5.85 | - |
| YUV | 139.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 20 | 0.27 | 0 | 0.88 | 0.33 | 78.4 | 0.79 | 0.37 |
| Hex | 7C | AA | 14 | 1B | 0 | 58 | 21 | 4E | 4F | 25 |
| Octal | 174 | 252 | 24 | 33 | 0 | 130 | 41 | 116 | 117 | 45 |
| Binary | 1111100 | 10101010 | 10100 | 11011 | 0 | 1011000 | 100001 | 1001110 | 1001111 | 100101 |
Color Harmonies of #7CAA14
Complementary color
Monochromatic Colors of #7CAA14
Black with #7CAA14
Text Example
Text Example
White with #7CAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA14; }
p { color: rgb(124,170,20); }
H1.HeaderClassName
{
color: #7CAA14;
}
.AnyTagClassName
{
color: #7CAA14;
}
</style>
background-color css
<style>
a { background-color: #7CAA14; }
a { background-color: rgb(124,170,20); }
div.DivClassName
{
background-color: #7CAA14;
}
.BgClassName
{
background-color: #7CAA14;
}
</style>
border-color css
<style>
span { border-color: #7CAA14; }
span { border-color: rgb(124,170,20); }
td.TdClassName
{
border-color: #7CAA14;
}
.TagClassName
{
border-color: #7CAA14;
}
</style>