#8EA336

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

Shades of Limerick #8EA336

Tints of Limerick #8EA336

Color information

#8EA336 (or 0x8EA336) is unknown color: approx Limerick. HEX triplet: 8E, A3 and 36. RGB value is (142,163,54). Sum of RGB (Red+Green+Blue) = 142+163+54=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA336 is #715CC9. Grayscale: #909090. Windows color (decimal): -7429322 or 3580814. OLE color: 3580814.

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

Color convert

RGB14216354-
CMYK0.1300.670.36
HSL71.56º50.23%42.55%-
HSV(B)71.56º66.87%63.92%-
XYZ24.9232.218.39-
YUV144.377.04126.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 54 (21.48% from 255) = 15.04%
R=39.55%
G=45.40%
B=15.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163540.1300.670.3671.5650.2342.55
Hex8EA336D0432448322b
Octal21624366150103441106253
Binary10001110101000111101101101010000111001001001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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