Html Css Color HEX #14D64E Malachite

📋 copy color: '#14D64E'

red 20 ◦ green 214 ◦ blue 78

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

Shades of Malachite #14D64E

Tints of Malachite #14D64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25%

R = 6.41%
G = 68.59%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#14D64E (or 0x14D64E) is known color: Malachite. HEX triplet: 14, D6 and 4E. RGB value is (20,214,78). Sum of RGB (Red+Green+Blue) = 20+214+78=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #14D64E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D64E is #EB29B1. Grayscale: #8C8C8C. Windows color (decimal): -15411634 or 5166612. OLE color: 5166612.

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

Color convert

RGB 20 214 78 -
CMYK 0.91 0 0.64 0.16
HSL 137.94º 0.83% 0.46% -
HSV(B) 137.94º 0.91% 0.84% -
XYZ 25.71 48.79 15.27 -
YUV 140.49 92.73 42.06 -
System Red Green Blue C M Y K H S L
Decimal 20 214 78 0.91 0 0.64 0.16 137.94 0.83 0.46
Hex 14 D6 4E 5B 0 40 10 8A 53 2E
Octal 24 326 116 133 0 100 20 212 123 56
Binary 10100 11010110 1001110 1011011 0 1000000 10000 10001010 1010011 101110

Color Harmonies of #14D64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D64E

Black with #14D64E

Text Example


Text Example

White with #14D64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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