Html Css Color HEX #20C14E Malachite

📋 copy color: '#20C14E'

red 32 ◦ green 193 ◦ blue 78

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

Shades of Malachite #20C14E

Tints of Malachite #20C14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.7%

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

R = 10.56%
G = 63.7%
B = 25.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#20C14E (or 0x20C14E) is known color: Malachite. HEX triplet: 20, C1 and 4E. RGB value is (32,193,78). Sum of RGB (Red+Green+Blue) = 32+193+78=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #20C14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C14E is #DF3EB1. Grayscale: #848484. Windows color (decimal): -14630578 or 5161248. OLE color: 5161248.

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

Color convert

RGB 32 193 78 -
CMYK 0.83 0 0.60 0.24
HSL 137.14º 0.72% 0.44% -
HSV(B) 137.14º 0.83% 0.76% -
XYZ 21.04 39 13.63 -
YUV 131.75 97.66 56.85 -
System Red Green Blue C M Y K H S L
Decimal 32 193 78 0.83 0 0.60 0.24 137.14 0.72 0.44
Hex 20 C1 4E 53 0 3C 18 89 48 2C
Octal 40 301 116 123 0 74 30 211 110 54
Binary 100000 11000001 1001110 1010011 0 111100 11000 10001001 1001000 101100

Color Harmonies of #20C14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C14E

Black with #20C14E

Text Example


Text Example

White with #20C14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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