Html Css Color HEX #20CA5F Malachite

📋 copy color: '#20CA5F'

red 32 ◦ green 202 ◦ blue 95

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

Shades of Malachite #20CA5F

Tints of Malachite #20CA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 9.73%
G = 61.4%
B = 28.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#20CA5F (or 0x20CA5F) is known color: Malachite. HEX triplet: 20, CA and 5F. RGB value is (32,202,95). Sum of RGB (Red+Green+Blue) = 32+202+95=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA5F is #DF35A0. Grayscale: #8B8B8B. Windows color (decimal): -14628257 or 6277664. OLE color: 6277664.

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

Color convert

RGB 32 202 95 -
CMYK 0.84 0 0.53 0.21
HSL 142.24º 0.73% 0.46% -
HSV(B) 142.24º 0.84% 0.79% -
XYZ 23.78 43.37 17.95 -
YUV 138.97 103.18 51.7 -
System Red Green Blue C M Y K H S L
Decimal 32 202 95 0.84 0 0.53 0.21 142.24 0.73 0.46
Hex 20 CA 5F 54 0 35 15 8E 49 2E
Octal 40 312 137 124 0 65 25 216 111 56
Binary 100000 11001010 1011111 1010100 0 110101 10101 10001110 1001001 101110

Color Harmonies of #20CA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA5F

Black with #20CA5F

Text Example


Text Example

White with #20CA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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