Html Css Color HEX #20CA66 Malachite

📋 copy color: '#20CA66'

red 32 ◦ green 202 ◦ blue 102

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

Shades of Malachite #20CA66

Tints of Malachite #20CA66

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.12%

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

R = 9.52%
G = 60.12%
B = 30.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#20CA66 (or 0x20CA66) is known color: Malachite. HEX triplet: 20, CA and 66. RGB value is (32,202,102). Sum of RGB (Red+Green+Blue) = 32+202+102=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA66 is #DF3599. Grayscale: #8C8C8C. Windows color (decimal): -14628250 or 6736416. OLE color: 6736416.

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

Color convert

RGB 32 202 102 -
CMYK 0.84 0 0.50 0.21
HSL 144.71º 0.73% 0.46% -
HSV(B) 144.71º 0.84% 0.79% -
XYZ 24.11 43.51 19.7 -
YUV 139.77 106.68 51.13 -
System Red Green Blue C M Y K H S L
Decimal 32 202 102 0.84 0 0.50 0.21 144.71 0.73 0.46
Hex 20 CA 66 54 0 32 15 91 49 2E
Octal 40 312 146 124 0 62 25 221 111 56
Binary 100000 11001010 1100110 1010100 0 110010 10101 10010001 1001001 101110

Color Harmonies of #20CA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA66

Black with #20CA66

Text Example


Text Example

White with #20CA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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