#8EB418

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

Shades of Limerick #8EB418

Tints of Limerick #8EB418

Color information

#8EB418 (or 0x8EB418) is unknown color: approx Limerick. HEX triplet: 8E, B4 and 18. RGB value is (142,180,24). Sum of RGB (Red+Green+Blue) = 142+180+24=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB418 is #714BE7. Grayscale: #979797. Windows color (decimal): -7425000 or 1619086. OLE color: 1619086.

HSL color Cylindrical-coordinate representation of color #8EB418: hue angle of 74.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8EB418 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB14218024-
CMYK0.2100.870.29
HSL74.62º76.47%40%-
HSV(B)74.62º86.67%70.59%-
XYZ27.6438.466.83-
YUV150.8556.41121.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=41.04%
G=52.02%
B=6.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142180240.2100.870.2974.6276.4740
Hex8EB418150571D4b4c28
Octal216264302501273511311450
Binary10001110101101001100010101010101111110110010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,180,24); }

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

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

 a { background-color: rgb(142,180,24); }

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

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

 span { border-color: rgb(142,180,24); }

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