#8EA52A

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

Shades of Limerick #8EA52A

Tints of Limerick #8EA52A

Color information

#8EA52A (or 0x8EA52A) is unknown color: approx Limerick. HEX triplet: 8E, A5 and 2A. RGB value is (142,165,42). Sum of RGB (Red+Green+Blue) = 142+165+42=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA52A is #715AD5. Grayscale: #909090. Windows color (decimal): -7428822 or 2794894. OLE color: 2794894.

HSL color Cylindrical-coordinate representation of color #8EA52A: hue angle of 71.22º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EA52A is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB14216542-
CMYK0.1400.750.35
HSL71.22º59.42%40.59%-
HSV(B)71.22º74.55%64.71%-
XYZ25.0332.837.21-
YUV144.170.38126.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 42 (16.80% from 255) = 12.03%
R=40.69%
G=47.28%
B=12.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142165420.1400.750.3571.2259.4240.59
Hex8EA52AE04B23473b29
Octal21624552160113431077351
Binary10001110101001011010101110010010111000111000111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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