#7CAC2F

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

Shades of Lima #7CAC2F

Tints of Lima #7CAC2F

Color information

#7CAC2F (or 0x7CAC2F) is unknown color: approx Lima. HEX triplet: 7C, AC and 2F. RGB value is (124,172,47). Sum of RGB (Red+Green+Blue) = 124+172+47=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC2F is #8353D0. Grayscale: #8F8F8F. Windows color (decimal): -8606673 or 3124348. OLE color: 3124348.

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

Color convert

RGB12417247-
CMYK0.2800.730.33
HSL83.04º57.08%42.94%-
HSV(B)83.04º72.67%67.45%-
XYZ23.58348.01-
YUV143.473.6114.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 172 (67.58% from 255) = 50.15%
BLUE value IS 47 (18.75% from 255) = 13.70%
R=36.15%
G=50.15%
B=13.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124172470.2800.730.3383.0457.0842.94
Hex7CAC2F1C0492153392b
Octal17425457340111411237153
Binary11111001010110010111111100010010011000011010011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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