Html Css Color HEX #14D673 Malachite

📋 copy color: '#14D673'

red 20 ◦ green 214 ◦ blue 115

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

Shades of Malachite #14D673

Tints of Malachite #14D673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 5.73%
G = 61.32%
B = 32.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#14D673 (or 0x14D673) is known color: Malachite. HEX triplet: 14, D6 and 73. RGB value is (20,214,115). Sum of RGB (Red+Green+Blue) = 20+214+115=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #14D673 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D673 is #EB298C. Grayscale: #909090. Windows color (decimal): -15411597 or 7591444. OLE color: 7591444.

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

Color convert

RGB 20 214 115 -
CMYK 0.91 0 0.46 0.16
HSL 149.38º 0.83% 0.46% -
HSV(B) 149.38º 0.91% 0.84% -
XYZ 27.43 49.48 24.32 -
YUV 144.71 111.23 39.05 -
System Red Green Blue C M Y K H S L
Decimal 20 214 115 0.91 0 0.46 0.16 149.38 0.83 0.46
Hex 14 D6 73 5B 0 2E 10 95 53 2E
Octal 24 326 163 133 0 56 20 225 123 56
Binary 10100 11010110 1110011 1011011 0 101110 10000 10010101 1010011 101110

Color Harmonies of #14D673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D673

Black with #14D673

Text Example


Text Example

White with #14D673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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