#8EC122

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

Shades of Limerick #8EC122

Tints of Limerick #8EC122

Color information

#8EC122 (or 0x8EC122) is unknown color: approx Limerick. HEX triplet: 8E, C1 and 22. RGB value is (142,193,34). Sum of RGB (Red+Green+Blue) = 142+193+34=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC122 is #713EDD. Grayscale: #A0A0A0. Windows color (decimal): -7421662 or 2277774. OLE color: 2277774.

HSL color Cylindrical-coordinate representation of color #8EC122: hue angle of 79.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8EC122 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB14219334-
CMYK0.2600.820.24
HSL79.25º70.04%44.51%-
HSV(B)79.25º82.38%75.69%-
XYZ30.5144.018.4-
YUV159.6257.1115.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 193 (75.78% from 255) = 52.30%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=38.48%
G=52.30%
B=9.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142193340.2600.820.2479.2570.0444.51
Hex8EC1221A052184f462d
Octal216301423201223011710655
Binary100011101100000110001011010010100101100010011111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,193,34); }

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

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

 a { background-color: rgb(142,193,34); }

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

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

 span { border-color: rgb(142,193,34); }

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