#8EB53A

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

Shades of Limerick #8EB53A

Tints of Limerick #8EB53A

Color information

#8EB53A (or 0x8EB53A) is unknown color: approx Limerick. HEX triplet: 8E, B5 and 3A. RGB value is (142,181,58). Sum of RGB (Red+Green+Blue) = 142+181+58=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB53A is #714AC5. Grayscale: #9B9B9B. Windows color (decimal): -7424710 or 3847566. OLE color: 3847566.

HSL color Cylindrical-coordinate representation of color #8EB53A: hue angle of 79.02º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EB53A is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB14218158-
CMYK0.2200.680.29
HSL79.02º51.46%46.86%-
HSV(B)79.02º67.96%70.98%-
XYZ28.4439.110.05-
YUV155.3273.08118.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=37.27%
G=47.51%
B=15.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142181580.2200.680.2979.0251.4646.86
Hex8EB53A160441D4f332f
Octal21626572260104351176357
Binary10001110101101011110101011001000100111011001111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,58); }

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

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

 a { background-color: rgb(142,181,58); }

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

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

 span { border-color: rgb(142,181,58); }

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