Html Css Color HEX #20C966 Malachite

📋 copy color: '#20C966'

red 32 ◦ green 201 ◦ blue 102

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

Shades of Malachite #20C966

Tints of Malachite #20C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 9.55%
G = 60%
B = 30.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#20C966 (or 0x20C966) is known color: Malachite. HEX triplet: 20, C9 and 66. RGB value is (32,201,102). Sum of RGB (Red+Green+Blue) = 32+201+102=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #20C966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C966 is #DF3699. Grayscale: #8B8B8B. Windows color (decimal): -14628506 or 6736160. OLE color: 6736160.

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

Color convert

RGB 32 201 102 -
CMYK 0.84 0 0.49 0.21
HSL 144.85º 0.73% 0.46% -
HSV(B) 144.85º 0.84% 0.79% -
XYZ 23.88 43.04 19.62 -
YUV 139.18 107.01 51.55 -
System Red Green Blue C M Y K H S L
Decimal 32 201 102 0.84 0 0.49 0.21 144.85 0.73 0.46
Hex 20 C9 66 54 0 31 15 91 49 2E
Octal 40 311 146 124 0 61 25 221 111 56
Binary 100000 11001001 1100110 1010100 0 110001 10101 10010001 1001001 101110

Color Harmonies of #20C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C966

Black with #20C966

Text Example


Text Example

White with #20C966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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