#8EA337

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

Shades of Limerick #8EA337

Tints of Limerick #8EA337

Color information

#8EA337 (or 0x8EA337) is unknown color: approx Limerick. HEX triplet: 8E, A3 and 37. RGB value is (142,163,55). Sum of RGB (Red+Green+Blue) = 142+163+55=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA337 is #715CC8. Grayscale: #909090. Windows color (decimal): -7429321 or 3646350. OLE color: 3646350.

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

Color convert

RGB14216355-
CMYK0.1300.660.36
HSL71.67º49.54%42.75%-
HSV(B)71.67º66.26%63.92%-
XYZ24.9432.228.52-
YUV144.4177.54126.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 163 (64.06% from 255) = 45.28%
BLUE value IS 55 (21.88% from 255) = 15.28%
R=39.44%
G=45.28%
B=15.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163550.1300.660.3671.6749.5442.75
Hex8EA337D0422448322b
Octal21624367150102441106253
Binary10001110101000111101111101010000101001001001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,55); }

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

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

 a { background-color: rgb(142,163,55); }

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

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

 span { border-color: rgb(142,163,55); }

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