Html Css Color HEX #14D63D Malachite

📋 copy color: '#14D63D'

red 20 ◦ green 214 ◦ blue 61

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

Shades of Malachite #14D63D

Tints of Malachite #14D63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 6.78%
G = 72.54%
B = 20.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#14D63D (or 0x14D63D) is known color: Malachite. HEX triplet: 14, D6 and 3D. RGB value is (20,214,61). Sum of RGB (Red+Green+Blue) = 20+214+61=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #14D63D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D63D is #EB29C2. Grayscale: #8A8A8A. Windows color (decimal): -15411651 or 4052500. OLE color: 4052500.

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

Color convert

RGB 20 214 61 -
CMYK 0.91 0 0.71 0.16
HSL 132.68º 0.83% 0.46% -
HSV(B) 132.68º 0.91% 0.84% -
XYZ 25.18 48.58 12.46 -
YUV 138.55 84.23 43.44 -
System Red Green Blue C M Y K H S L
Decimal 20 214 61 0.91 0 0.71 0.16 132.68 0.83 0.46
Hex 14 D6 3D 5B 0 47 10 85 53 2E
Octal 24 326 75 133 0 107 20 205 123 56
Binary 10100 11010110 111101 1011011 0 1000111 10000 10000101 1010011 101110

Color Harmonies of #14D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D63D

Black with #14D63D

Text Example


Text Example

White with #14D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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