Html Css Color HEX #20CA5A Malachite

📋 copy color: '#20CA5A'

red 32 ◦ green 202 ◦ blue 90

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

Shades of Malachite #20CA5A

Tints of Malachite #20CA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 9.88%
G = 62.35%
B = 27.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#20CA5A (or 0x20CA5A) is known color: Malachite. HEX triplet: 20, CA and 5A. RGB value is (32,202,90). Sum of RGB (Red+Green+Blue) = 32+202+90=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA5A is #DF35A5. Grayscale: #8A8A8A. Windows color (decimal): -14628262 or 5949984. OLE color: 5949984.

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

Color convert

RGB 32 202 90 -
CMYK 0.84 0 0.55 0.21
HSL 140.47º 0.73% 0.46% -
HSV(B) 140.47º 0.84% 0.79% -
XYZ 23.56 43.29 16.79 -
YUV 138.4 100.68 52.11 -
System Red Green Blue C M Y K H S L
Decimal 32 202 90 0.84 0 0.55 0.21 140.47 0.73 0.46
Hex 20 CA 5A 54 0 37 15 8C 49 2E
Octal 40 312 132 124 0 67 25 214 111 56
Binary 100000 11001010 1011010 1010100 0 110111 10101 10001100 1001001 101110

Color Harmonies of #20CA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA5A

Black with #20CA5A

Text Example


Text Example

White with #20CA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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