Html Css Color HEX #20CA62 Malachite

📋 copy color: '#20CA62'

red 32 ◦ green 202 ◦ blue 98

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

Shades of Malachite #20CA62

Tints of Malachite #20CA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 9.64%
G = 60.84%
B = 29.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#20CA62 (or 0x20CA62) is known color: Malachite. HEX triplet: 20, CA and 62. RGB value is (32,202,98). Sum of RGB (Red+Green+Blue) = 32+202+98=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA62 is #DF359D. Grayscale: #8B8B8B. Windows color (decimal): -14628254 or 6474272. OLE color: 6474272.

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

Color convert

RGB 32 202 98 -
CMYK 0.84 0 0.51 0.21
HSL 143.29º 0.73% 0.46% -
HSV(B) 143.29º 0.84% 0.79% -
XYZ 23.92 43.43 18.68 -
YUV 139.31 104.68 51.46 -
System Red Green Blue C M Y K H S L
Decimal 32 202 98 0.84 0 0.51 0.21 143.29 0.73 0.46
Hex 20 CA 62 54 0 33 15 8F 49 2E
Octal 40 312 142 124 0 63 25 217 111 56
Binary 100000 11001010 1100010 1010100 0 110011 10101 10001111 1001001 101110

Color Harmonies of #20CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA62

Black with #20CA62

Text Example


Text Example

White with #20CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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