#20E086

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

Shades of Shamrock #20E086

Tints of Shamrock #20E086

Color information

#20E086 (or 0x20E086) is unknown color: approx Shamrock. HEX triplet: 20, E0 and 86. RGB value is (32,224,134). Sum of RGB (Red+Green+Blue) = 32+224+134=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #20E086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E086 is #DF1F79. Grayscale: #9C9C9C. Windows color (decimal): -14622586 or 8839200. OLE color: 8839200.

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

Color convert

RGB32224134-
CMYK0.8600.400.12
HSL151.88º75.59%50.2%-
HSV(B)151.88º85.71%87.84%-
XYZ31.5555.3431.57-
YUV156.33115.3939.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.21%
GREEN value IS 224 (87.89% from 255) = 57.44%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=8.21%
G=57.44%
B=34.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322241340.8600.400.12151.8875.5950.2
Hex20E08656028C984c32
Octal403402061260501423011462
Binary1000001110000010000110101011001010001100100110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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