#20D958

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

Shades of Malachite #20D958

Tints of Malachite #20D958

Color information

#20D958 (or 0x20D958) is unknown color: approx Malachite. HEX triplet: 20, D9 and 58. RGB value is (32,217,88). Sum of RGB (Red+Green+Blue) = 32+217+88=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #20D958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D958 is #DF26A7. Grayscale: #939393. Windows color (decimal): -14624424 or 5822752. OLE color: 5822752.

HSL color Cylindrical-coordinate representation of color #20D958: hue angle of 138.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D958 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB3221788-
CMYK0.8500.590.15
HSL138.16º74.3%48.82%-
HSV(B)138.16º85.25%85.1%-
XYZ27.1750.6417.57-
YUV146.9894.7145.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 217 (85.16% from 255) = 64.39%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=9.50%
G=64.39%
B=26.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32217880.8500.590.15138.1674.348.82
Hex20D9585503BF8a4a31
Octal403311301250731721211261
Binary100000110110011011000101010101110111111100010101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,217,88); }

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

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

 a { background-color: rgb(32,217,88); }

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

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

 span { border-color: rgb(32,217,88); }

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