Html Css Color HEX #20CA48 Malachite

📋 copy color: '#20CA48'

red 32 ◦ green 202 ◦ blue 72

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

Shades of Malachite #20CA48

Tints of Malachite #20CA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 10.46%
G = 66.01%
B = 23.53%

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

#20CA48 (or 0x20CA48) is known color: Malachite. HEX triplet: 20, CA and 48. RGB value is (32,202,72). Sum of RGB (Red+Green+Blue) = 32+202+72=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA48 is #DF35B7. Grayscale: #888888. Windows color (decimal): -14628280 or 4770336. OLE color: 4770336.

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

Color convert

RGB 32 202 72 -
CMYK 0.84 0 0.64 0.21
HSL 134.12º 0.73% 0.46% -
HSV(B) 134.12º 0.84% 0.79% -
XYZ 22.89 43.02 13.23 -
YUV 136.35 91.68 53.57 -
System Red Green Blue C M Y K H S L
Decimal 32 202 72 0.84 0 0.64 0.21 134.12 0.73 0.46
Hex 20 CA 48 54 0 40 15 86 49 2E
Octal 40 312 110 124 0 100 25 206 111 56
Binary 100000 11001010 1001000 1010100 0 1000000 10101 10000110 1001001 101110

Color Harmonies of #20CA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA48

Black with #20CA48

Text Example


Text Example

White with #20CA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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