#8EAE41

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

Shades of Limerick #8EAE41

Tints of Limerick #8EAE41

Color information

#8EAE41 (or 0x8EAE41) is unknown color: approx Limerick. HEX triplet: 8E, AE and 41. RGB value is (142,174,65). Sum of RGB (Red+Green+Blue) = 142+174+65=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAE41 is #7151BE. Grayscale: #989898. Windows color (decimal): -7426495 or 4304526. OLE color: 4304526.

HSL color Cylindrical-coordinate representation of color #8EAE41: hue angle of 77.61º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EAE41 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB14217465-
CMYK0.1800.630.32
HSL77.61º45.61%46.86%-
HSV(B)77.61º62.64%68.24%-
XYZ27.2536.410.59-
YUV152.0178.9120.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=37.27%
G=45.67%
B=17.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142174650.1800.630.3277.6145.6146.86
Hex8EAE411203F204e2e2f
Octal21625610122077401165657
Binary100011101010111010000011001001111111000001001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,65); }

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

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

 a { background-color: rgb(142,174,65); }

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

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

 span { border-color: rgb(142,174,65); }

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