Html Css Color HEX #14D670 Malachite

📋 copy color: '#14D670'

red 20 ◦ green 214 ◦ blue 112

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

Shades of Malachite #14D670

Tints of Malachite #14D670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 5.78%
G = 61.85%
B = 32.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#14D670 (or 0x14D670) is known color: Malachite. HEX triplet: 14, D6 and 70. RGB value is (20,214,112). Sum of RGB (Red+Green+Blue) = 20+214+112=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #14D670 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D670 is #EB298F. Grayscale: #909090. Windows color (decimal): -15411600 or 7394836. OLE color: 7394836.

HSL color Cylindrical-coordinate representation of color #14D670: hue angle of 148.45º 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 #14D670 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 112 -
CMYK 0.91 0 0.48 0.16
HSL 148.45º 0.83% 0.46% -
HSV(B) 148.45º 0.91% 0.84% -
XYZ 27.26 49.41 23.43 -
YUV 144.37 109.73 39.29 -
System Red Green Blue C M Y K H S L
Decimal 20 214 112 0.91 0 0.48 0.16 148.45 0.83 0.46
Hex 14 D6 70 5B 0 30 10 94 53 2E
Octal 24 326 160 133 0 60 20 224 123 56
Binary 10100 11010110 1110000 1011011 0 110000 10000 10010100 1010011 101110

Color Harmonies of #14D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D670

Black with #14D670

Text Example


Text Example

White with #14D670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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