#7EAA11

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

Shades of Lima #7EAA11

Tints of Lima #7EAA11

Color information

#7EAA11 (or 0x7EAA11) is unknown color: approx Lima. HEX triplet: 7E, AA and 11. RGB value is (126,170,17). Sum of RGB (Red+Green+Blue) = 126+170+17=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAA11 is #8155EE. Grayscale: #8B8B8B. Windows color (decimal): -8476143 or 1157758. OLE color: 1157758.

HSL color Cylindrical-coordinate representation of color #7EAA11: hue angle of 77.25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EAA11 is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB12617017-
CMYK0.2600.90.33
HSL77.25º81.82%36.67%-
HSV(B)77.25º90%66.67%-
XYZ23.0833.235.73-
YUV139.458.92118.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.26%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 17 (7.03% from 255) = 5.43%
R=40.26%
G=54.31%
B=5.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126170170.2600.90.3377.2581.8236.67
Hex7EAA111A05A214d5225
Octal176252213201324111512245
Binary11111101010101010001110100101101010000110011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,170,17); }

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

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

 a { background-color: rgb(126,170,17); }

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

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

 span { border-color: rgb(126,170,17); }

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