#8EA22E

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

Shades of Limerick #8EA22E

Tints of Limerick #8EA22E

Color information

#8EA22E (or 0x8EA22E) is unknown color: approx Limerick. HEX triplet: 8E, A2 and 2E. RGB value is (142,162,46). Sum of RGB (Red+Green+Blue) = 142+162+46=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA22E is #715DD1. Grayscale: #8F8F8F. Windows color (decimal): -7429586 or 3056270. OLE color: 3056270.

HSL color Cylindrical-coordinate representation of color #8EA22E: hue angle of 70.34º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EA22E is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB14216246-
CMYK0.1200.720.36
HSL70.34º55.77%40.78%-
HSV(B)70.34º71.6%63.53%-
XYZ24.5731.797.43-
YUV142.873.37127.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 46 (18.36% from 255) = 13.14%
R=40.57%
G=46.29%
B=13.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162460.1200.720.3670.3455.7740.78
Hex8EA22EC04824463829
Octal21624256140110441067051
Binary10001110101000101011101100010010001001001000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,46); }

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

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

 a { background-color: rgb(142,162,46); }

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

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

 span { border-color: rgb(142,162,46); }

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