Html Css Color HEX #20E264 Malachite

📋 copy color: '#20E264'

red 32 ◦ green 226 ◦ blue 100

#20E264
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #20E264

Tints of Malachite #20E264

RGB

 RED value IS 32 (12.89% from 255) = 8.94%

 GREEN value IS 226 (88.67% from 255) = 63.13%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 8.94%
G = 63.13%
B = 27.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#20E264 (or 0x20E264) is known color: Malachite. HEX triplet: 20, E2 and 64. RGB value is (32,226,100). Sum of RGB (Red+Green+Blue) = 32+226+100=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 226 (88.67% from 255 or 63.13% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 226 - color contains mainly: green. Hex color #20E264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E264 is #DF1D9B. Grayscale: #999999. Windows color (decimal): -14622108 or 6611488. OLE color: 6611488.

HSL color Cylindrical-coordinate representation of color #20E264: hue angle of 141.03º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E264 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 226 100 -
CMYK 0.86 0 0.56 0.11
HSL 141.03º 0.77% 0.51% -
HSV(B) 141.03º 0.86% 0.89% -
XYZ 30.09 55.62 21.21 -
YUV 153.63 97.73 41.25 -
System Red Green Blue C M Y K H S L
Decimal 32 226 100 0.86 0 0.56 0.11 141.03 0.77 0.51
Hex 20 E2 64 56 0 38 B 8D 4D 33
Octal 40 342 144 126 0 70 13 215 115 63
Binary 100000 11100010 1100100 1010110 0 111000 1011 10001101 1001101 110011

Color Harmonies of #20E264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E264

Black with #20E264

Text Example


Text Example

White with #20E264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,226,100); }

 H1.HeaderClassName
 {
   color: #20E264;
 }
 .AnyTagClassName
 {
   color: #20E264;
 }
</style>

background-color css

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

 a { background-color: rgb(32,226,100); }

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

border-color css

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

 span { border-color: rgb(32,226,100); }

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