#7EAE1F

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

Shades of Lima #7EAE1F

Tints of Lima #7EAE1F

Color information

#7EAE1F (or 0x7EAE1F) is unknown color: approx Lima. HEX triplet: 7E, AE and 1F. RGB value is (126,174,31). Sum of RGB (Red+Green+Blue) = 126+174+31=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE1F is #8151E0. Grayscale: #8F8F8F. Windows color (decimal): -8475105 or 2076286. OLE color: 2076286.

HSL color Cylindrical-coordinate representation of color #7EAE1F: hue angle of 80.14º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EAE1F is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB12617431-
CMYK0.2800.820.32
HSL80.14º69.76%40.2%-
HSV(B)80.14º82.18%68.24%-
XYZ23.9934.816.75-
YUV143.3564.6115.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.07%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=38.07%
G=52.57%
B=9.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126174310.2800.820.3280.1469.7640.2
Hex7EAE1F1C05220504628
Octal176256373401224012010650
Binary11111101010111011111111000101001010000010100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,31); }

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

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

 a { background-color: rgb(126,174,31); }

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

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

 span { border-color: rgb(126,174,31); }

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