#8EA625

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

Shades of Limerick #8EA625

Tints of Limerick #8EA625

Color information

#8EA625 (or 0x8EA625) is unknown color: approx Limerick. HEX triplet: 8E, A6 and 25. RGB value is (142,166,37). Sum of RGB (Red+Green+Blue) = 142+166+37=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA625 is #7159DA. Grayscale: #909090. Windows color (decimal): -7428571 or 2467470. OLE color: 2467470.

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

Color convert

RGB14216637-
CMYK0.1400.780.35
HSL71.16º63.55%39.8%-
HSV(B)71.16º77.71%65.1%-
XYZ25.1333.166.83-
YUV144.1267.55126.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 37 (14.84% from 255) = 10.72%
R=41.16%
G=48.12%
B=10.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142166370.1400.780.3571.1663.5539.8
Hex8EA625E04E23474028
Octal216246451601164310710050
Binary100011101010011010010111100100111010001110001111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,37); }

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

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

 a { background-color: rgb(142,166,37); }

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

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

 span { border-color: rgb(142,166,37); }

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