#20E18E

Color #20E18E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #20E18E

Tints of Shamrock #20E18E

Color information

#20E18E (or 0x20E18E) is unknown color: approx Shamrock. HEX triplet: 20, E1 and 8E. RGB value is (32,225,142). Sum of RGB (Red+Green+Blue) = 32+225+142=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #20E18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E18E is #DF1E71. Grayscale: #9D9D9D. Windows color (decimal): -14622322 or 9363744. OLE color: 9363744.

HSL color Cylindrical-coordinate representation of color #20E18E: hue angle of 154.2º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E18E is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB32225142-
CMYK0.8600.370.12
HSL154.2º76.28%50.39%-
HSV(B)154.2º85.78%88.24%-
XYZ32.456.1134.71-
YUV157.83119.0638.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.02%
GREEN value IS 225 (88.28% from 255) = 56.39%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=8.02%
G=56.39%
B=35.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322251420.8600.370.12154.276.2850.39
Hex20E18E56025C9a4c32
Octal403412161260451423211462
Binary1000001110000110001110101011001001011100100110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20E18E; }

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

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

<style>
 a { background-color: #20E18E; }

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

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

<style>
 span { border-color: #20E18E; }

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

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