Html Css Color HEX #14D663 Malachite

📋 copy color: '#14D663'

red 20 ◦ green 214 ◦ blue 99

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

Shades of Malachite #14D663

Tints of Malachite #14D663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 6.01%
G = 64.26%
B = 29.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#14D663 (or 0x14D663) is known color: Malachite. HEX triplet: 14, D6 and 63. RGB value is (20,214,99). Sum of RGB (Red+Green+Blue) = 20+214+99=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #14D663 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D663 is #EB299C. Grayscale: #8F8F8F. Windows color (decimal): -15411613 or 6542868. OLE color: 6542868.

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

Color convert

RGB 20 214 99 -
CMYK 0.91 0 0.54 0.16
HSL 144.43º 0.83% 0.46% -
HSV(B) 144.43º 0.91% 0.84% -
XYZ 26.59 49.14 19.89 -
YUV 142.88 103.23 40.35 -
System Red Green Blue C M Y K H S L
Decimal 20 214 99 0.91 0 0.54 0.16 144.43 0.83 0.46
Hex 14 D6 63 5B 0 36 10 90 53 2E
Octal 24 326 143 133 0 66 20 220 123 56
Binary 10100 11010110 1100011 1011011 0 110110 10000 10010000 1010011 101110

Color Harmonies of #14D663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D663

Black with #14D663

Text Example


Text Example

White with #14D663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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