#8EB52B

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

Shades of Limerick #8EB52B

Tints of Limerick #8EB52B

Color information

#8EB52B (or 0x8EB52B) is unknown color: approx Limerick. HEX triplet: 8E, B5 and 2B. RGB value is (142,181,43). Sum of RGB (Red+Green+Blue) = 142+181+43=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB52B is #714AD4. Grayscale: #9A9A9A. Windows color (decimal): -7424725 or 2864526. OLE color: 2864526.

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

Color convert

RGB14218143-
CMYK0.2200.760.29
HSL76.96º61.61%43.92%-
HSV(B)76.96º76.24%70.98%-
XYZ28.1238.978.33-
YUV153.6165.58119.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 181 (71.09% from 255) = 49.45%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=38.80%
G=49.45%
B=11.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142181430.2200.760.2976.9661.6143.92
Hex8EB52B1604C1D4d3e2c
Octal21626553260114351157654
Binary10001110101101011010111011001001100111011001101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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