Html Css Color HEX #14DB5E Malachite

📋 copy color: '#14DB5E'

red 20 ◦ green 219 ◦ blue 94

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

Shades of Malachite #14DB5E

Tints of Malachite #14DB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 6.01%
G = 65.77%
B = 28.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#14DB5E (or 0x14DB5E) is known color: Malachite. HEX triplet: 14, DB and 5E. RGB value is (20,219,94). Sum of RGB (Red+Green+Blue) = 20+219+94=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DB5E is #EB24A1. Grayscale: #919191. Windows color (decimal): -15410338 or 6216468. OLE color: 6216468.

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

Color convert

RGB 20 219 94 -
CMYK 0.91 0 0.57 0.14
HSL 142.31º 0.83% 0.47% -
HSV(B) 142.31º 0.91% 0.86% -
XYZ 27.64 51.62 19.1 -
YUV 145.25 99.07 38.66 -
System Red Green Blue C M Y K H S L
Decimal 20 219 94 0.91 0 0.57 0.14 142.31 0.83 0.47
Hex 14 DB 5E 5B 0 39 E 8E 53 2F
Octal 24 333 136 133 0 71 16 216 123 57
Binary 10100 11011011 1011110 1011011 0 111001 1110 10001110 1010011 101111

Color Harmonies of #14DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB5E

Black with #14DB5E

Text Example


Text Example

White with #14DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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