#8EC220

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

Shades of Limerick #8EC220

Tints of Limerick #8EC220

Color information

#8EC220 (or 0x8EC220) is unknown color: approx Limerick. HEX triplet: 8E, C2 and 20. RGB value is (142,194,32). Sum of RGB (Red+Green+Blue) = 142+194+32=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC220 is #713DDF. Grayscale: #A0A0A0. Windows color (decimal): -7421408 or 2146958. OLE color: 2146958.

HSL color Cylindrical-coordinate representation of color #8EC220: hue angle of 79.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8EC220 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB14219432-
CMYK0.2700.840.24
HSL79.26º71.68%44.31%-
HSV(B)79.26º83.51%76.08%-
XYZ30.7144.448.33-
YUV159.9855.77115.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 194 (76.17% from 255) = 52.72%
BLUE value IS 32 (12.89% from 255) = 8.70%
R=38.59%
G=52.72%
B=8.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142194320.2700.840.2479.2671.6844.31
Hex8EC2201B054184f482c
Octal216302403301243011711054
Binary100011101100001010000011011010101001100010011111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,194,32); }

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

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

 a { background-color: rgb(142,194,32); }

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

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

 span { border-color: rgb(142,194,32); }

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