Html Css Color HEX #20CA49 Malachite

📋 copy color: '#20CA49'

red 32 ◦ green 202 ◦ blue 73

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

Shades of Malachite #20CA49

Tints of Malachite #20CA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 10.42%
G = 65.8%
B = 23.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#20CA49 (or 0x20CA49) is known color: Malachite. HEX triplet: 20, CA and 49. RGB value is (32,202,73). Sum of RGB (Red+Green+Blue) = 32+202+73=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA49 is #DF35B6. Grayscale: #888888. Windows color (decimal): -14628279 or 4835872. OLE color: 4835872.

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

Color convert

RGB 32 202 73 -
CMYK 0.84 0 0.64 0.21
HSL 134.47º 0.73% 0.46% -
HSV(B) 134.47º 0.84% 0.79% -
XYZ 22.92 43.03 13.4 -
YUV 136.46 92.18 53.49 -
System Red Green Blue C M Y K H S L
Decimal 32 202 73 0.84 0 0.64 0.21 134.47 0.73 0.46
Hex 20 CA 49 54 0 40 15 86 49 2E
Octal 40 312 111 124 0 100 25 206 111 56
Binary 100000 11001010 1001001 1010100 0 1000000 10101 10000110 1001001 101110

Color Harmonies of #20CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA49

Black with #20CA49

Text Example


Text Example

White with #20CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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