Html Css Color HEX #14D46D Malachite

📋 copy color: '#14D46D'

red 20 ◦ green 212 ◦ blue 109

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

Shades of Malachite #14D46D

Tints of Malachite #14D46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 62.17%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 5.87%
G = 62.17%
B = 31.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#14D46D (or 0x14D46D) is known color: Malachite. HEX triplet: 14, D4 and 6D. RGB value is (20,212,109). Sum of RGB (Red+Green+Blue) = 20+212+109=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 212 (83.20% from 255 or 62.17% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 212 - color contains mainly: green. Hex color #14D46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D46D is #EB2B92. Grayscale: #8F8F8F. Windows color (decimal): -15412115 or 7197716. OLE color: 7197716.

HSL color Cylindrical-coordinate representation of color #14D46D: hue angle of 147.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D46D is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 212 109 -
CMYK 0.91 0 0.49 0.17
HSL 147.81º 0.83% 0.45% -
HSV(B) 147.81º 0.91% 0.83% -
XYZ 26.59 48.34 22.4 -
YUV 142.85 108.89 40.38 -
System Red Green Blue C M Y K H S L
Decimal 20 212 109 0.91 0 0.49 0.17 147.81 0.83 0.45
Hex 14 D4 6D 5B 0 31 11 94 53 2D
Octal 24 324 155 133 0 61 21 224 123 55
Binary 10100 11010100 1101101 1011011 0 110001 10001 10010100 1010011 101101

Color Harmonies of #14D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D46D

Black with #14D46D

Text Example


Text Example

White with #14D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,212,109); }

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

background-color css

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

 a { background-color: rgb(20,212,109); }

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

border-color css

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

 span { border-color: rgb(20,212,109); }

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