Html Css Color HEX #14D976 Malachite

📋 copy color: '#14D976'

red 20 ◦ green 217 ◦ blue 118

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

Shades of Malachite #14D976

Tints of Malachite #14D976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 5.63%
G = 61.13%
B = 33.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#14D976 (or 0x14D976) is known color: Malachite. HEX triplet: 14, D9 and 76. RGB value is (20,217,118). Sum of RGB (Red+Green+Blue) = 20+217+118=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 217 (85.16% from 255 or 61.13% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 217 - color contains mainly: green. Hex color #14D976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D976 is #EB2689. Grayscale: #939393. Windows color (decimal): -15410826 or 7788820. OLE color: 7788820.

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

Color convert

RGB 20 217 118 -
CMYK 0.91 0 0.46 0.15
HSL 149.85º 0.83% 0.46% -
HSV(B) 149.85º 0.91% 0.85% -
XYZ 28.37 51.08 25.5 -
YUV 146.81 111.73 37.55 -
System Red Green Blue C M Y K H S L
Decimal 20 217 118 0.91 0 0.46 0.15 149.85 0.83 0.46
Hex 14 D9 76 5B 0 2E F 96 53 2E
Octal 24 331 166 133 0 56 17 226 123 56
Binary 10100 11011001 1110110 1011011 0 101110 1111 10010110 1010011 101110

Color Harmonies of #14D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D976

Black with #14D976

Text Example


Text Example

White with #14D976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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