#7CAC14

Color #7CAC14 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CAC14

Tints of Lima #7CAC14

Color information

#7CAC14 (or 0x7CAC14) is unknown color: approx Lima. HEX triplet: 7C, AC and 14. RGB value is (124,172,20). Sum of RGB (Red+Green+Blue) = 124+172+20=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC14 is #8353EB. Grayscale: #8C8C8C. Windows color (decimal): -8606700 or 1354876. OLE color: 1354876.

HSL color Cylindrical-coordinate representation of color #7CAC14: hue angle of 78.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CAC14 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB12417220-
CMYK0.2800.880.33
HSL78.95º79.17%37.65%-
HSV(B)78.95º88.37%67.45%-
XYZ23.1933.845.97-
YUV140.3260.1116.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 172 (67.58% from 255) = 54.43%
BLUE value IS 20 (8.20% from 255) = 6.33%
R=39.24%
G=54.43%
B=6.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124172200.2800.880.3378.9579.1737.65
Hex7CAC141C058214f4f26
Octal174254243401304111711746
Binary11111001010110010100111000101100010000110011111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAC14; }

 p { color: rgb(124,172,20); }

 H1.HeaderClassName
 {
   color: #7CAC14;
 }
 .AnyTagClassName
 {
   color: #7CAC14;
 }
</style>
background-color css

<style>
 a { background-color: #7CAC14; }

 a { background-color: rgb(124,172,20); }

 div.DivClassName
 {
   background-color: #7CAC14;
 }
 .BgClassName
 {
   background-color: #7CAC14;
 }
</style>
border-color css

<style>
 span { border-color: #7CAC14; }

 span { border-color: rgb(124,172,20); }

 td.TdClassName
 {
   border-color: #7CAC14;
 }
 .TagClassName
 {
   border-color: #7CAC14;
 }
</style>