#8EB52A

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

Shades of Limerick #8EB52A

Tints of Limerick #8EB52A

Color information

#8EB52A (or 0x8EB52A) is unknown color: approx Limerick. HEX triplet: 8E, B5 and 2A. RGB value is (142,181,42). Sum of RGB (Red+Green+Blue) = 142+181+42=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB52A is #714AD5. Grayscale: #9A9A9A. Windows color (decimal): -7424726 or 2798990. OLE color: 2798990.

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

Color convert

RGB14218142-
CMYK0.2200.770.29
HSL76.83º62.33%43.73%-
HSV(B)76.83º76.8%70.98%-
XYZ28.138.978.23-
YUV153.4965.08119.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 181 (71.09% from 255) = 49.59%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=38.90%
G=49.59%
B=11.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142181420.2200.770.2976.8362.3343.73
Hex8EB52A1604D1D4d3e2c
Octal21626552260115351157654
Binary10001110101101011010101011001001101111011001101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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