Html Css Color HEX #20C24E Malachite

📋 copy color: '#20C24E'

red 32 ◦ green 194 ◦ blue 78

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

Shades of Malachite #20C24E

Tints of Malachite #20C24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.82%

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 10.53%
G = 63.82%
B = 25.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#20C24E (or 0x20C24E) is known color: Malachite. HEX triplet: 20, C2 and 4E. RGB value is (32,194,78). Sum of RGB (Red+Green+Blue) = 32+194+78=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #20C24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C24E is #DF3DB1. Grayscale: #848484. Windows color (decimal): -14630322 or 5161504. OLE color: 5161504.

HSL color Cylindrical-coordinate representation of color #20C24E: hue angle of 137.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C24E is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 78 -
CMYK 0.84 0 0.60 0.24
HSL 137.04º 0.72% 0.44% -
HSV(B) 137.04º 0.84% 0.76% -
XYZ 21.26 39.44 13.7 -
YUV 132.34 97.33 56.43 -
System Red Green Blue C M Y K H S L
Decimal 32 194 78 0.84 0 0.60 0.24 137.04 0.72 0.44
Hex 20 C2 4E 54 0 3C 18 89 48 2C
Octal 40 302 116 124 0 74 30 211 110 54
Binary 100000 11000010 1001110 1010100 0 111100 11000 10001001 1001000 101100

Color Harmonies of #20C24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C24E

Black with #20C24E

Text Example


Text Example

White with #20C24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,194,78); }

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

background-color css

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

 a { background-color: rgb(32,194,78); }

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

border-color css

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

 span { border-color: rgb(32,194,78); }

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