#8EAB20

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

Shades of Limerick #8EAB20

Tints of Limerick #8EAB20

Color information

#8EAB20 (or 0x8EAB20) is unknown color: approx Limerick. HEX triplet: 8E, AB and 20. RGB value is (142,171,32). Sum of RGB (Red+Green+Blue) = 142+171+32=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAB20 is #7154DF. Grayscale: #939393. Windows color (decimal): -7427296 or 2141070. OLE color: 2141070.

HSL color Cylindrical-coordinate representation of color #8EAB20: hue angle of 72.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EAB20 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB14217132-
CMYK0.1700.810.33
HSL72.52º68.47%39.8%-
HSV(B)72.52º81.29%67.06%-
XYZ25.9834.986.75-
YUV146.4863.39124.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 32 (12.89% from 255) = 9.28%
R=41.16%
G=49.57%
B=9.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142171320.1700.810.3372.5268.4739.8
Hex8EAB201105121494428
Octal216253402101214111110450
Binary1000111010101011100000100010101000110000110010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,32); }

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

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

 a { background-color: rgb(142,171,32); }

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

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

 span { border-color: rgb(142,171,32); }

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