Html Css Color HEX #14D16E Malachite

📋 copy color: '#14D16E'

red 20 ◦ green 209 ◦ blue 110

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

Shades of Malachite #14D16E

Tints of Malachite #14D16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.65%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 5.9%
G = 61.65%
B = 32.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#14D16E (or 0x14D16E) is known color: Malachite. HEX triplet: 14, D1 and 6E. RGB value is (20,209,110). Sum of RGB (Red+Green+Blue) = 20+209+110=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #14D16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D16E is #EB2E91. Grayscale: #8D8D8D. Windows color (decimal): -15412882 or 7262484. OLE color: 7262484.

HSL color Cylindrical-coordinate representation of color #14D16E: hue angle of 148.57º degrees, saturation: 0.83, 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 #14D16E is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 209 110 -
CMYK 0.90 0 0.47 0.18
HSL 148.57º 0.83% 0.45% -
HSV(B) 148.57º 0.9% 0.82% -
XYZ 25.9 46.88 22.43 -
YUV 141.2 110.38 41.55 -
System Red Green Blue C M Y K H S L
Decimal 20 209 110 0.90 0 0.47 0.18 148.57 0.83 0.45
Hex 14 D1 6E 5A 0 2F 12 95 53 2D
Octal 24 321 156 132 0 57 22 225 123 55
Binary 10100 11010001 1101110 1011010 0 101111 10010 10010101 1010011 101101

Color Harmonies of #14D16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D16E

Black with #14D16E

Text Example


Text Example

White with #14D16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,209,110); }

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

background-color css

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

 a { background-color: rgb(20,209,110); }

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

border-color css

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

 span { border-color: rgb(20,209,110); }

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