#20C950

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

Shades of Malachite #20C950

Tints of Malachite #20C950

Color information

#20C950 (or 0x20C950) is unknown color: approx Malachite. HEX triplet: 20, C9 and 50. RGB value is (32,201,80). Sum of RGB (Red+Green+Blue) = 32+201+80=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #20C950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C950 is #DF36AF. Grayscale: #888888. Windows color (decimal): -14628528 or 5294368. OLE color: 5294368.

HSL color Cylindrical-coordinate representation of color #20C950: hue angle of 137.04º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C950 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB3220180-
CMYK0.8400.600.21
HSL137.04º72.53%45.69%-
HSV(B)137.04º84.08%78.82%-
XYZ22.9342.6614.61-
YUV136.6796.0153.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 201 (78.91% from 255) = 64.22%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=10.22%
G=64.22%
B=25.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32201800.8400.600.21137.0472.5345.69
Hex20C9505403C1589492e
Octal403111201240742521111156
Binary1000001100100110100001010100011110010101100010011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,201,80); }

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

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

 a { background-color: rgb(32,201,80); }

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

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

 span { border-color: rgb(32,201,80); }

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