Html Css Color HEX #14DC64 Malachite

📋 copy color: '#14DC64'

red 20 ◦ green 220 ◦ blue 100

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

Shades of Malachite #14DC64

Tints of Malachite #14DC64

RGB

 RED value IS 20 (8.2% from 255) = 5.88%

 GREEN value IS 220 (86.33% from 255) = 64.71%

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 5.88%
G = 64.71%
B = 29.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#14DC64 (or 0x14DC64) is known color: Malachite. HEX triplet: 14, DC and 64. RGB value is (20,220,100). Sum of RGB (Red+Green+Blue) = 20+220+100=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DC64 is #EB239B. Grayscale: #929292. Windows color (decimal): -15410076 or 6609940. OLE color: 6609940.

HSL color Cylindrical-coordinate representation of color #14DC64: hue angle of 144º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC64 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 220 100 -
CMYK 0.91 0 0.55 0.14
HSL 144º 0.83% 0.47% -
HSV(B) 144º 0.91% 0.86% -
XYZ 28.18 52.26 20.66 -
YUV 146.52 101.74 37.76 -
System Red Green Blue C M Y K H S L
Decimal 20 220 100 0.91 0 0.55 0.14 144 0.83 0.47
Hex 14 DC 64 5B 0 37 E 90 53 2F
Octal 24 334 144 133 0 67 16 220 123 57
Binary 10100 11011100 1100100 1011011 0 110111 1110 10010000 1010011 101111

Color Harmonies of #14DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC64

Black with #14DC64

Text Example


Text Example

White with #14DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DC64; }

 p { color: rgb(20,220,100); }

 H1.HeaderClassName
 {
   color: #14DC64;
 }
 .AnyTagClassName
 {
   color: #14DC64;
 }
</style>

background-color css

<style>
 a { background-color: #14DC64; }

 a { background-color: rgb(20,220,100); }

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

border-color css

<style>
 span { border-color: #14DC64; }

 span { border-color: rgb(20,220,100); }

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