Html Css Color HEX #14D971 Malachite

📋 copy color: '#14D971'

red 20 ◦ green 217 ◦ blue 113

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

Shades of Malachite #14D971

Tints of Malachite #14D971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 5.71%
G = 62%
B = 32.29%

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

#14D971 (or 0x14D971) is known color: Malachite. HEX triplet: 14, D9 and 71. RGB value is (20,217,113). Sum of RGB (Red+Green+Blue) = 20+217+113=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #14D971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D971 is #EB268E. Grayscale: #929292. Windows color (decimal): -15410831 or 7461140. OLE color: 7461140.

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

Color convert

RGB 20 217 113 -
CMYK 0.91 0 0.48 0.15
HSL 148.32º 0.83% 0.46% -
HSV(B) 148.32º 0.91% 0.85% -
XYZ 28.08 50.97 23.98 -
YUV 146.24 109.23 37.96 -
System Red Green Blue C M Y K H S L
Decimal 20 217 113 0.91 0 0.48 0.15 148.32 0.83 0.46
Hex 14 D9 71 5B 0 30 F 94 53 2E
Octal 24 331 161 133 0 60 17 224 123 56
Binary 10100 11011001 1110001 1011011 0 110000 1111 10010100 1010011 101110

Color Harmonies of #14D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D971

Black with #14D971

Text Example


Text Example

White with #14D971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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