#7EA50C

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

Shades of Lima #7EA50C

Tints of Lima #7EA50C

Color information

#7EA50C (or 0x7EA50C) is unknown color: approx Lima. HEX triplet: 7E, A5 and 0C. RGB value is (126,165,12). Sum of RGB (Red+Green+Blue) = 126+165+12=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA50C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA50C is #815AF3. Grayscale: #888888. Windows color (decimal): -8477428 or 828798. OLE color: 828798.

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

Color convert

RGB12616512-
CMYK0.2400.930.35
HSL75.29º86.44%34.71%-
HSV(B)75.29º92.73%64.71%-
XYZ22.1331.375.24-
YUV135.958.08120.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.58%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 12 (5.08% from 255) = 3.96%
R=41.58%
G=54.46%
B=3.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165120.2400.930.3575.2986.4434.71
Hex7EA5C1805D234b5623
Octal176245143001354311312643
Binary1111110101001011100110000101110110001110010111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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