Html Css Color HEX #14D66F Malachite

📋 copy color: '#14D66F'

red 20 ◦ green 214 ◦ blue 111

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

Shades of Malachite #14D66F

Tints of Malachite #14D66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 5.8%
G = 62.03%
B = 32.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#14D66F (or 0x14D66F) is known color: Malachite. HEX triplet: 14, D6 and 6F. RGB value is (20,214,111). Sum of RGB (Red+Green+Blue) = 20+214+111=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #14D66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D66F is #EB2990. Grayscale: #909090. Windows color (decimal): -15411601 or 7329300. OLE color: 7329300.

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

Color convert

RGB 20 214 111 -
CMYK 0.91 0 0.48 0.16
HSL 148.14º 0.83% 0.46% -
HSV(B) 148.14º 0.91% 0.84% -
XYZ 27.2 49.39 23.14 -
YUV 144.25 109.23 39.38 -
System Red Green Blue C M Y K H S L
Decimal 20 214 111 0.91 0 0.48 0.16 148.14 0.83 0.46
Hex 14 D6 6F 5B 0 30 10 94 53 2E
Octal 24 326 157 133 0 60 20 224 123 56
Binary 10100 11010110 1101111 1011011 0 110000 10000 10010100 1010011 101110

Color Harmonies of #14D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D66F

Black with #14D66F

Text Example


Text Example

White with #14D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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