Html Css Color HEX #14D970 Malachite

📋 copy color: '#14D970'

red 20 ◦ green 217 ◦ blue 112

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

Shades of Malachite #14D970

Tints of Malachite #14D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.18%

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

R = 5.73%
G = 62.18%
B = 32.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#14D970 (or 0x14D970) is known color: Malachite. HEX triplet: 14, D9 and 70. RGB value is (20,217,112). Sum of RGB (Red+Green+Blue) = 20+217+112=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #14D970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D970 is #EB268F. Grayscale: #929292. Windows color (decimal): -15410832 or 7395604. OLE color: 7395604.

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

Color convert

RGB 20 217 112 -
CMYK 0.91 0 0.48 0.15
HSL 148.02º 0.83% 0.46% -
HSV(B) 148.02º 0.91% 0.85% -
XYZ 28.03 50.94 23.69 -
YUV 146.13 108.73 38.04 -
System Red Green Blue C M Y K H S L
Decimal 20 217 112 0.91 0 0.48 0.15 148.02 0.83 0.46
Hex 14 D9 70 5B 0 30 F 94 53 2E
Octal 24 331 160 133 0 60 17 224 123 56
Binary 10100 11011001 1110000 1011011 0 110000 1111 10010100 1010011 101110

Color Harmonies of #14D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D970

Black with #14D970

Text Example


Text Example

White with #14D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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