Html Css Color HEX #20C256 Malachite

📋 copy color: '#20C256'

red 32 ◦ green 194 ◦ blue 86

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

Shades of Malachite #20C256

Tints of Malachite #20C256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.18%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 10.26%
G = 62.18%
B = 27.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#20C256 (or 0x20C256) is known color: Malachite. HEX triplet: 20, C2 and 56. RGB value is (32,194,86). Sum of RGB (Red+Green+Blue) = 32+194+86=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #20C256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C256 is #DF3DA9. Grayscale: #858585. Windows color (decimal): -14630314 or 5685792. OLE color: 5685792.

HSL color Cylindrical-coordinate representation of color #20C256: hue angle of 140º 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 #20C256 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 86 -
CMYK 0.84 0 0.56 0.24
HSL 140º 0.72% 0.44% -
HSV(B) 140º 0.84% 0.76% -
XYZ 21.57 39.56 15.3 -
YUV 133.25 101.33 55.78 -
System Red Green Blue C M Y K H S L
Decimal 32 194 86 0.84 0 0.56 0.24 140 0.72 0.44
Hex 20 C2 56 54 0 38 18 8C 48 2C
Octal 40 302 126 124 0 70 30 214 110 54
Binary 100000 11000010 1010110 1010100 0 111000 11000 10001100 1001000 101100

Color Harmonies of #20C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C256

Black with #20C256

Text Example


Text Example

White with #20C256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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