#7CAC26

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

Shades of Lima #7CAC26

Tints of Lima #7CAC26

Color information

#7CAC26 (or 0x7CAC26) is unknown color: approx Lima. HEX triplet: 7C, AC and 26. RGB value is (124,172,38). Sum of RGB (Red+Green+Blue) = 124+172+38=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC26 is #8353D9. Grayscale: #8E8E8E. Windows color (decimal): -8606682 or 2534524. OLE color: 2534524.

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

Color convert

RGB12417238-
CMYK0.2800.780.33
HSL81.49º63.81%41.18%-
HSV(B)81.49º77.91%67.45%-
XYZ23.4133.937.15-
YUV142.3769.1114.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 172 (67.58% from 255) = 51.50%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=37.13%
G=51.50%
B=11.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124172380.2800.780.3381.4963.8141.18
Hex7CAC261C04E21514029
Octal174254463401164112110051
Binary111110010101100100110111000100111010000110100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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