#8EAA40

Color #8EAA40 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8EAA40

Tints of Limerick #8EAA40

Color information

#8EAA40 (or 0x8EAA40) is unknown color: approx Limerick. HEX triplet: 8E, AA and 40. RGB value is (142,170,64). Sum of RGB (Red+Green+Blue) = 142+170+64=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAA40 is #7155BF. Grayscale: #959595. Windows color (decimal): -7427520 or 4237966. OLE color: 4237966.

HSL color Cylindrical-coordinate representation of color #8EAA40: hue angle of 75.85º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EAA40 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB14217064-
CMYK0.1600.620.33
HSL75.85º45.3%45.88%-
HSV(B)75.85º62.35%66.67%-
XYZ26.4634.8710.19-
YUV149.5479.72122.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.77%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=37.77%
G=45.21%
B=17.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170640.1600.620.3375.8545.345.88
Hex8EAA401003E214c2d2e
Octal21625210020076411145556
Binary100011101010101010000001000001111101000011001100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EAA40; }

 p { color: rgb(142,170,64); }

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

<style>
 a { background-color: #8EAA40; }

 a { background-color: rgb(142,170,64); }

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

<style>
 span { border-color: #8EAA40; }

 span { border-color: rgb(142,170,64); }

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