Html Css Color HEX #14D978 Malachite

📋 copy color: '#14D978'

red 20 ◦ green 217 ◦ blue 120

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

Shades of Malachite #14D978

Tints of Malachite #14D978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 5.6%
G = 60.78%
B = 33.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#14D978 (or 0x14D978) is known color: Malachite. HEX triplet: 14, D9 and 78. RGB value is (20,217,120). Sum of RGB (Red+Green+Blue) = 20+217+120=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #14D978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D978 is #EB2687. Grayscale: #939393. Windows color (decimal): -15410824 or 7919892. OLE color: 7919892.

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

Color convert

RGB 20 217 120 -
CMYK 0.91 0 0.45 0.15
HSL 150.46º 0.83% 0.46% -
HSV(B) 150.46º 0.91% 0.85% -
XYZ 28.49 51.13 26.14 -
YUV 147.04 112.73 37.39 -
System Red Green Blue C M Y K H S L
Decimal 20 217 120 0.91 0 0.45 0.15 150.46 0.83 0.46
Hex 14 D9 78 5B 0 2D F 96 53 2E
Octal 24 331 170 133 0 55 17 226 123 56
Binary 10100 11011001 1111000 1011011 0 101101 1111 10010110 1010011 101110

Color Harmonies of #14D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D978

Black with #14D978

Text Example


Text Example

White with #14D978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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