Html Css Color HEX #20CA68 Malachite

📋 copy color: '#20CA68'

red 32 ◦ green 202 ◦ blue 104

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

Shades of Malachite #20CA68

Tints of Malachite #20CA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.77%

R = 9.47%
G = 59.76%
B = 30.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#20CA68 (or 0x20CA68) is known color: Malachite. HEX triplet: 20, CA and 68. RGB value is (32,202,104). Sum of RGB (Red+Green+Blue) = 32+202+104=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA68 is #DF3597. Grayscale: #8C8C8C. Windows color (decimal): -14628248 or 6867488. OLE color: 6867488.

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

Color convert

RGB 32 202 104 -
CMYK 0.84 0 0.49 0.21
HSL 145.41º 0.73% 0.46% -
HSV(B) 145.41º 0.84% 0.79% -
XYZ 24.21 43.55 20.23 -
YUV 140 107.68 50.97 -
System Red Green Blue C M Y K H S L
Decimal 32 202 104 0.84 0 0.49 0.21 145.41 0.73 0.46
Hex 20 CA 68 54 0 31 15 91 49 2E
Octal 40 312 150 124 0 61 25 221 111 56
Binary 100000 11001010 1101000 1010100 0 110001 10101 10010001 1001001 101110

Color Harmonies of #20CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA68

Black with #20CA68

Text Example


Text Example

White with #20CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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