#8EA22C

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

Shades of Limerick #8EA22C

Tints of Limerick #8EA22C

Color information

#8EA22C (or 0x8EA22C) is unknown color: approx Limerick. HEX triplet: 8E, A2 and 2C. RGB value is (142,162,44). Sum of RGB (Red+Green+Blue) = 142+162+44=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA22C is #715DD3. Grayscale: #8F8F8F. Windows color (decimal): -7429588 or 2925198. OLE color: 2925198.

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

Color convert

RGB14216244-
CMYK0.1200.730.36
HSL70.17º57.28%40.39%-
HSV(B)70.17º72.84%63.53%-
XYZ24.5331.777.22-
YUV142.5772.37127.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 44 (17.58% from 255) = 12.64%
R=40.80%
G=46.55%
B=12.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162440.1200.730.3670.1757.2840.39
Hex8EA22CC04924463928
Octal21624254140111441067150
Binary10001110101000101011001100010010011001001000110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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