#8EA338

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

Shades of Limerick #8EA338

Tints of Limerick #8EA338

Color information

#8EA338 (or 0x8EA338) is unknown color: approx Limerick. HEX triplet: 8E, A3 and 38. RGB value is (142,163,56). Sum of RGB (Red+Green+Blue) = 142+163+56=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA338 is #715CC7. Grayscale: #909090. Windows color (decimal): -7429320 or 3711886. OLE color: 3711886.

HSL color Cylindrical-coordinate representation of color #8EA338: hue angle of 71.78º degrees, saturation: 0.49, 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 #8EA338 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB14216356-
CMYK0.1300.660.36
HSL71.78º48.86%42.94%-
HSV(B)71.78º65.64%63.92%-
XYZ24.9732.238.65-
YUV144.5278.04126.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 163 (64.06% from 255) = 45.15%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=39.34%
G=45.15%
B=15.51%

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
Decimal142163560.1300.660.3671.7848.8642.94
Hex8EA338D0422448312b
Octal21624370150102441106153
Binary10001110101000111110001101010000101001001001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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