Html Css Color HEX #20C056 Malachite

📋 copy color: '#20C056'

red 32 ◦ green 192 ◦ blue 86

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

Shades of Malachite #20C056

Tints of Malachite #20C056

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.94%

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

R = 10.32%
G = 61.94%
B = 27.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#20C056 (or 0x20C056) is known color: Malachite. HEX triplet: 20, C0 and 56. RGB value is (32,192,86). Sum of RGB (Red+Green+Blue) = 32+192+86=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #20C056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C056 is #DF3FA9. Grayscale: #848484. Windows color (decimal): -14630826 or 5685280. OLE color: 5685280.

HSL color Cylindrical-coordinate representation of color #20C056: hue angle of 140.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C056 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 86 -
CMYK 0.83 0 0.55 0.25
HSL 140.25º 0.71% 0.44% -
HSV(B) 140.25º 0.83% 0.75% -
XYZ 21.13 38.68 15.16 -
YUV 132.08 101.99 56.62 -
System Red Green Blue C M Y K H S L
Decimal 32 192 86 0.83 0 0.55 0.25 140.25 0.71 0.44
Hex 20 C0 56 53 0 37 19 8C 47 2C
Octal 40 300 126 123 0 67 31 214 107 54
Binary 100000 11000000 1010110 1010011 0 110111 11001 10001100 1000111 101100

Color Harmonies of #20C056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C056

Black with #20C056

Text Example


Text Example

White with #20C056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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