#20EA6B

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

Shades of Malachite #20EA6B

Tints of Malachite #20EA6B

Color information

#20EA6B (or 0x20EA6B) is unknown color: approx Malachite. HEX triplet: 20, EA and 6B. RGB value is (32,234,107). Sum of RGB (Red+Green+Blue) = 32+234+107=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #20EA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EA6B is #DF1594. Grayscale: #9F9F9F. Windows color (decimal): -14620053 or 7072288. OLE color: 7072288.

HSL color Cylindrical-coordinate representation of color #20EA6B: hue angle of 142.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EA6B is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB32234107-
CMYK0.8600.540.08
HSL142.28º82.79%52.16%-
HSV(B)142.28º86.32%91.76%-
XYZ32.6760.2123.81-
YUV159.1298.5837.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.58%
GREEN value IS 234 (91.80% from 255) = 62.73%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=8.58%
G=62.73%
B=28.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal322341070.8600.540.08142.2882.7952.16
Hex20EA6B5603688e5334
Octal403521531260661021612364
Binary100000111010101101011101011001101101000100011101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,234,107); }

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

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

 a { background-color: rgb(32,234,107); }

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

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

 span { border-color: rgb(32,234,107); }

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