#7CAC17

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

Shades of Lima #7CAC17

Tints of Lima #7CAC17

Color information

#7CAC17 (or 0x7CAC17) is unknown color: approx Lima. HEX triplet: 7C, AC and 17. RGB value is (124,172,23). Sum of RGB (Red+Green+Blue) = 124+172+23=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC17 is #8353E8. Grayscale: #8D8D8D. Windows color (decimal): -8606697 or 1551484. OLE color: 1551484.

HSL color Cylindrical-coordinate representation of color #7CAC17: hue angle of 79.33º degrees, saturation: 0.76, 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 #7CAC17 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB12417223-
CMYK0.2800.870.33
HSL79.33º76.41%38.24%-
HSV(B)79.33º86.63%67.45%-
XYZ23.2233.856.12-
YUV140.6661.6116.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 172 (67.58% from 255) = 53.92%
BLUE value IS 23 (9.38% from 255) = 7.21%
R=38.87%
G=53.92%
B=7.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124172230.2800.870.3379.3376.4138.24
Hex7CAC171C057214f4c26
Octal174254273401274111711446
Binary11111001010110010111111000101011110000110011111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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