#20E096

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

Shades of Shamrock #20E096

Tints of Shamrock #20E096

Color information

#20E096 (or 0x20E096) is unknown color: approx Shamrock. HEX triplet: 20, E0 and 96. RGB value is (32,224,150). Sum of RGB (Red+Green+Blue) = 32+224+150=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #20E096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E096 is #DF1F69. Grayscale: #9E9E9E. Windows color (decimal): -14622570 or 9887776. OLE color: 9887776.

HSL color Cylindrical-coordinate representation of color #20E096: hue angle of 156.88º 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 #20E096 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB32224150-
CMYK0.8600.330.12
HSL156.88º75.59%50.2%-
HSV(B)156.88º85.71%87.84%-
XYZ32.7655.8237.9-
YUV158.16123.3938.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.88%
GREEN value IS 224 (87.89% from 255) = 55.17%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=7.88%
G=55.17%
B=36.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322241500.8600.330.12156.8875.5950.2
Hex20E09656021C9d4c32
Octal403402261260411423511462
Binary1000001110000010010110101011001000011100100111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,224,150); }

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

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

 a { background-color: rgb(32,224,150); }

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

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

 span { border-color: rgb(32,224,150); }

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