#7CAC19

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

Shades of Lima #7CAC19

Tints of Lima #7CAC19

Color information

#7CAC19 (or 0x7CAC19) is unknown color: approx Lima. HEX triplet: 7C, AC and 19. RGB value is (124,172,25). Sum of RGB (Red+Green+Blue) = 124+172+25=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC19 is #8353E6. Grayscale: #8D8D8D. Windows color (decimal): -8606695 or 1682556. OLE color: 1682556.

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

Color convert

RGB12417225-
CMYK0.2800.850.33
HSL79.59º74.62%38.63%-
HSV(B)79.59º85.47%67.45%-
XYZ23.2433.866.23-
YUV140.8962.6115.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=38.63%
G=53.58%
B=7.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124172250.2800.850.3379.5974.6238.63
Hex7CAC191C05521504b27
Octal174254313401254112011347
Binary11111001010110011001111000101010110000110100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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