Html Css Color HEX #14DA6C Malachite

📋 copy color: '#14DA6C'

red 20 ◦ green 218 ◦ blue 108

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

Shades of Malachite #14DA6C

Tints of Malachite #14DA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.01%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 5.78%
G = 63.01%
B = 31.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#14DA6C (or 0x14DA6C) is known color: Malachite. HEX triplet: 14, DA and 6C. RGB value is (20,218,108). Sum of RGB (Red+Green+Blue) = 20+218+108=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DA6C is #EB2593. Grayscale: #929292. Windows color (decimal): -15410580 or 7133716. OLE color: 7133716.

HSL color Cylindrical-coordinate representation of color #14DA6C: hue angle of 146.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA6C is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 108 -
CMYK 0.91 0 0.50 0.15
HSL 146.67º 0.83% 0.47% -
HSV(B) 146.67º 0.91% 0.85% -
XYZ 28.07 51.37 22.62 -
YUV 146.26 106.4 37.94 -
System Red Green Blue C M Y K H S L
Decimal 20 218 108 0.91 0 0.50 0.15 146.67 0.83 0.47
Hex 14 DA 6C 5B 0 32 F 93 53 2F
Octal 24 332 154 133 0 62 17 223 123 57
Binary 10100 11011010 1101100 1011011 0 110010 1111 10010011 1010011 101111

Color Harmonies of #14DA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA6C

Black with #14DA6C

Text Example


Text Example

White with #14DA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,218,108); }

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

background-color css

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

 a { background-color: rgb(20,218,108); }

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

border-color css

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

 span { border-color: rgb(20,218,108); }

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