Html Css Color HEX #14DB49 Malachite

📋 copy color: '#14DB49'

red 20 ◦ green 219 ◦ blue 73

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

Shades of Malachite #14DB49

Tints of Malachite #14DB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 6.41%
G = 70.19%
B = 23.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#14DB49 (or 0x14DB49) is known color: Malachite. HEX triplet: 14, DB and 49. RGB value is (20,219,73). Sum of RGB (Red+Green+Blue) = 20+219+73=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 219 (85.94% from 255 or 70.19% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB49 is #EB24B6. Grayscale: #8F8F8F. Windows color (decimal): -15410359 or 4840212. OLE color: 4840212.

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

Color convert

RGB 20 219 73 -
CMYK 0.91 0 0.67 0.14
HSL 135.98º 0.83% 0.47% -
HSV(B) 135.98º 0.91% 0.86% -
XYZ 26.82 51.29 14.79 -
YUV 142.86 88.57 40.37 -
System Red Green Blue C M Y K H S L
Decimal 20 219 73 0.91 0 0.67 0.14 135.98 0.83 0.47
Hex 14 DB 49 5B 0 43 E 88 53 2F
Octal 24 333 111 133 0 103 16 210 123 57
Binary 10100 11011011 1001001 1011011 0 1000011 1110 10001000 1010011 101111

Color Harmonies of #14DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB49

Black with #14DB49

Text Example


Text Example

White with #14DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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