#20E07A

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

Shades of Shamrock #20E07A

Tints of Shamrock #20E07A

Color information

#20E07A (or 0x20E07A) is unknown color: approx Shamrock. HEX triplet: 20, E0 and 7A. RGB value is (32,224,122). Sum of RGB (Red+Green+Blue) = 32+224+122=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #20E07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E07A is #DF1F85. Grayscale: #9B9B9B. Windows color (decimal): -14622598 or 8052768. OLE color: 8052768.

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

Color convert

RGB32224122-
CMYK0.8600.460.12
HSL148.12º75.59%50.2%-
HSV(B)148.12º85.71%87.84%-
XYZ30.7655.0227.41-
YUV154.96109.3940.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.47%
GREEN value IS 224 (87.89% from 255) = 59.26%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=8.47%
G=59.26%
B=32.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322241220.8600.460.12148.1275.5950.2
Hex20E07A5602EC944c32
Octal403401721260561422411462
Binary100000111000001111010101011001011101100100101001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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