#7EA526

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

Shades of Lima #7EA526

Tints of Lima #7EA526

Color information

#7EA526 (or 0x7EA526) is unknown color: approx Lima. HEX triplet: 7E, A5 and 26. RGB value is (126,165,38). Sum of RGB (Red+Green+Blue) = 126+165+38=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA526 is #815AD9. Grayscale: #8B8B8B. Windows color (decimal): -8477402 or 2532734. OLE color: 2532734.

HSL color Cylindrical-coordinate representation of color #7EA526: hue angle of 78.43º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EA526 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB12616538-
CMYK0.2400.770.35
HSL78.43º62.56%39.8%-
HSV(B)78.43º76.97%64.71%-
XYZ22.4131.496.73-
YUV138.8671.08118.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=38.30%
G=50.15%
B=11.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165380.2400.770.3578.4362.5639.8
Hex7EA5261804D234e3f28
Octal17624546300115431167750
Binary11111101010010110011011000010011011000111001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,38); }

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

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

 a { background-color: rgb(126,165,38); }

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

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

 span { border-color: rgb(126,165,38); }

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