#8EA534

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

Shades of Limerick #8EA534

Tints of Limerick #8EA534

Color information

#8EA534 (or 0x8EA534) is unknown color: approx Limerick. HEX triplet: 8E, A5 and 34. RGB value is (142,165,52). Sum of RGB (Red+Green+Blue) = 142+165+52=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA534 is #715ACB. Grayscale: #919191. Windows color (decimal): -7428812 or 3450254. OLE color: 3450254.

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

Color convert

RGB14216552-
CMYK0.1400.680.35
HSL72.21º52.07%42.55%-
HSV(B)72.21º68.48%64.71%-
XYZ25.2332.918.27-
YUV145.2475.38125.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 52 (20.70% from 255) = 14.48%
R=39.55%
G=45.96%
B=14.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142165520.1400.680.3572.2152.0742.55
Hex8EA534E0442348342b
Octal21624564160104431106453
Binary10001110101001011101001110010001001000111001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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