#7EA928

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

Shades of Lima #7EA928

Tints of Lima #7EA928

Color information

#7EA928 (or 0x7EA928) is unknown color: approx Lima. HEX triplet: 7E, A9 and 28. RGB value is (126,169,40). Sum of RGB (Red+Green+Blue) = 126+169+40=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA928 is #8156D7. Grayscale: #8D8D8D. Windows color (decimal): -8476376 or 2664830. OLE color: 2664830.

HSL color Cylindrical-coordinate representation of color #7EA928: hue angle of 80º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EA928 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB12616940-
CMYK0.2500.760.34
HSL80º61.72%40.98%-
HSV(B)80º76.33%66.27%-
XYZ23.1832.967.15-
YUV141.4470.75116.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 169 (66.41% from 255) = 50.45%
BLUE value IS 40 (16.02% from 255) = 11.94%
R=37.61%
G=50.45%
B=11.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126169400.2500.760.348061.7240.98
Hex7EA9281904C22503e29
Octal17625150310114421207651
Binary11111101010100110100011001010011001000101010000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,40); }

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

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

 a { background-color: rgb(126,169,40); }

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

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

 span { border-color: rgb(126,169,40); }

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