#8EA43A

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

Shades of Limerick #8EA43A

Tints of Limerick #8EA43A

Color information

#8EA43A (or 0x8EA43A) is unknown color: approx Limerick. HEX triplet: 8E, A4 and 3A. RGB value is (142,164,58). Sum of RGB (Red+Green+Blue) = 142+164+58=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA43A is #715BC5. Grayscale: #919191. Windows color (decimal): -7429062 or 3843214. OLE color: 3843214.

HSL color Cylindrical-coordinate representation of color #8EA43A: hue angle of 72.45º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EA43A is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB14216458-
CMYK0.1300.650.36
HSL72.45º47.75%43.53%-
HSV(B)72.45º64.63%64.31%-
XYZ25.1932.618.97-
YUV145.3478.71125.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 58 (23.05% from 255) = 15.93%
R=39.01%
G=45.05%
B=15.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164580.1300.650.3672.4547.7543.53
Hex8EA43AD0412448302c
Octal21624472150101441106054
Binary10001110101001001110101101010000011001001001000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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