#20C254

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

Shades of Malachite #20C254

Tints of Malachite #20C254

Color information

#20C254 (or 0x20C254) is unknown color: approx Malachite. HEX triplet: 20, C2 and 54. RGB value is (32,194,84). Sum of RGB (Red+Green+Blue) = 32+194+84=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #20C254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C254 is #DF3DAB. Grayscale: #858585. Windows color (decimal): -14630316 or 5554720. OLE color: 5554720.

HSL color Cylindrical-coordinate representation of color #20C254: hue angle of 139.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C254 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB3219484-
CMYK0.8400.570.24
HSL139.26º71.68%44.31%-
HSV(B)139.26º83.51%76.08%-
XYZ21.4939.5314.89-
YUV133.02100.3355.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 194 (76.17% from 255) = 62.58%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=10.32%
G=62.58%
B=27.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32194840.8400.570.24139.2671.6844.31
Hex20C25454039188b482c
Octal403021241240713021311054
Binary1000001100001010101001010100011100111000100010111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,194,84); }

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

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

 a { background-color: rgb(32,194,84); }

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

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

 span { border-color: rgb(32,194,84); }

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