Html Css Color HEX #14D070 Malachite

📋 copy color: '#14D070'

red 20 ◦ green 208 ◦ blue 112

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

Shades of Malachite #14D070

Tints of Malachite #14D070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.18%

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 5.88%
G = 61.18%
B = 32.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#14D070 (or 0x14D070) is known color: Malachite. HEX triplet: 14, D0 and 70. RGB value is (20,208,112). Sum of RGB (Red+Green+Blue) = 20+208+112=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #14D070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D070 is #EB2F8F. Grayscale: #8D8D8D. Windows color (decimal): -15413136 or 7393300. OLE color: 7393300.

HSL color Cylindrical-coordinate representation of color #14D070: hue angle of 149.36º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D070 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 208 112 -
CMYK 0.90 0 0.46 0.18
HSL 149.36º 0.82% 0.45% -
HSV(B) 149.36º 0.9% 0.82% -
XYZ 25.77 46.43 22.93 -
YUV 140.84 111.72 41.81 -
System Red Green Blue C M Y K H S L
Decimal 20 208 112 0.90 0 0.46 0.18 149.36 0.82 0.45
Hex 14 D0 70 5A 0 2E 12 95 52 2D
Octal 24 320 160 132 0 56 22 225 122 55
Binary 10100 11010000 1110000 1011010 0 101110 10010 10010101 1010010 101101

Color Harmonies of #14D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D070

Black with #14D070

Text Example


Text Example

White with #14D070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,208,112); }

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

background-color css

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

 a { background-color: rgb(20,208,112); }

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

border-color css

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

 span { border-color: rgb(20,208,112); }

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