Html Css Color HEX #14D669 Malachite

📋 copy color: '#14D669'

red 20 ◦ green 214 ◦ blue 105

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

Shades of Malachite #14D669

Tints of Malachite #14D669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 5.9%
G = 63.13%
B = 30.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#14D669 (or 0x14D669) is known color: Malachite. HEX triplet: 14, D6 and 69. RGB value is (20,214,105). Sum of RGB (Red+Green+Blue) = 20+214+105=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #14D669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D669 is #EB2996. Grayscale: #8F8F8F. Windows color (decimal): -15411607 or 6936084. OLE color: 6936084.

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

Color convert

RGB 20 214 105 -
CMYK 0.91 0 0.51 0.16
HSL 146.29º 0.83% 0.46% -
HSV(B) 146.29º 0.91% 0.84% -
XYZ 26.88 49.26 21.46 -
YUV 143.57 106.23 39.86 -
System Red Green Blue C M Y K H S L
Decimal 20 214 105 0.91 0 0.51 0.16 146.29 0.83 0.46
Hex 14 D6 69 5B 0 33 10 92 53 2E
Octal 24 326 151 133 0 63 20 222 123 56
Binary 10100 11010110 1101001 1011011 0 110011 10000 10010010 1010011 101110

Color Harmonies of #14D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D669

Black with #14D669

Text Example


Text Example

White with #14D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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