Html Css Color HEX #14D646 Malachite

📋 copy color: '#14D646'

red 20 ◦ green 214 ◦ blue 70

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

Shades of Malachite #14D646

Tints of Malachite #14D646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 70.39%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 6.58%
G = 70.39%
B = 23.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#14D646 (or 0x14D646) is known color: Malachite. HEX triplet: 14, D6 and 46. RGB value is (20,214,70). Sum of RGB (Red+Green+Blue) = 20+214+70=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 214 (83.98% from 255 or 70.39% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 214 - color contains mainly: green. Hex color #14D646 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D646 is #EB29B9. Grayscale: #8B8B8B. Windows color (decimal): -15411642 or 4642324. OLE color: 4642324.

HSL color Cylindrical-coordinate representation of color #14D646: hue angle of 135.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D646 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 70 -
CMYK 0.91 0 0.67 0.16
HSL 135.46º 0.83% 0.46% -
HSV(B) 135.46º 0.91% 0.84% -
XYZ 25.44 48.68 13.85 -
YUV 139.58 88.73 42.71 -
System Red Green Blue C M Y K H S L
Decimal 20 214 70 0.91 0 0.67 0.16 135.46 0.83 0.46
Hex 14 D6 46 5B 0 43 10 87 53 2E
Octal 24 326 106 133 0 103 20 207 123 56
Binary 10100 11010110 1000110 1011011 0 1000011 10000 10000111 1010011 101110

Color Harmonies of #14D646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D646

Black with #14D646

Text Example


Text Example

White with #14D646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,70); }

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

background-color css

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

 a { background-color: rgb(20,214,70); }

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

border-color css

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

 span { border-color: rgb(20,214,70); }

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