Html Css Color HEX #14DB6B Malachite

📋 copy color: '#14DB6B'

red 20 ◦ green 219 ◦ blue 107

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

Shades of Malachite #14DB6B

Tints of Malachite #14DB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.29%

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 5.78%
G = 63.29%
B = 30.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#14DB6B (or 0x14DB6B) is known color: Malachite. HEX triplet: 14, DB and 6B. RGB value is (20,219,107). Sum of RGB (Red+Green+Blue) = 20+219+107=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB6B is #EB2494. Grayscale: #929292. Windows color (decimal): -15410325 or 7068436. OLE color: 7068436.

HSL color Cylindrical-coordinate representation of color #14DB6B: hue angle of 146.23º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DB6B is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 219 107 -
CMYK 0.91 0 0.51 0.14
HSL 146.23º 0.83% 0.47% -
HSV(B) 146.23º 0.91% 0.86% -
XYZ 28.27 51.87 22.43 -
YUV 146.73 105.57 37.61 -
System Red Green Blue C M Y K H S L
Decimal 20 219 107 0.91 0 0.51 0.14 146.23 0.83 0.47
Hex 14 DB 6B 5B 0 33 E 92 53 2F
Octal 24 333 153 133 0 63 16 222 123 57
Binary 10100 11011011 1101011 1011011 0 110011 1110 10010010 1010011 101111

Color Harmonies of #14DB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB6B

Black with #14DB6B

Text Example


Text Example

White with #14DB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,219,107); }

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

background-color css

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

 a { background-color: rgb(20,219,107); }

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

border-color css

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

 span { border-color: rgb(20,219,107); }

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