Html Css Color HEX #14DC42 Malachite

📋 copy color: '#14DC42'

red 20 ◦ green 220 ◦ blue 66

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

Shades of Malachite #14DC42

Tints of Malachite #14DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.9%

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 6.54%
G = 71.9%
B = 21.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#14DC42 (or 0x14DC42) is known color: Malachite. HEX triplet: 14, DC and 42. RGB value is (20,220,66). Sum of RGB (Red+Green+Blue) = 20+220+66=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC42 is #EB23BD. Grayscale: #8F8F8F. Windows color (decimal): -15410110 or 4381716. OLE color: 4381716.

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

Color convert

RGB 20 220 66 -
CMYK 0.91 0 0.7 0.14
HSL 133.8º 0.83% 0.47% -
HSV(B) 133.8º 0.91% 0.86% -
XYZ 26.87 51.73 13.72 -
YUV 142.64 84.74 40.52 -
System Red Green Blue C M Y K H S L
Decimal 20 220 66 0.91 0 0.7 0.14 133.8 0.83 0.47
Hex 14 DC 42 5B 0 46 E 86 53 2F
Octal 24 334 102 133 0 106 16 206 123 57
Binary 10100 11011100 1000010 1011011 0 1000110 1110 10000110 1010011 101111

Color Harmonies of #14DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC42

Black with #14DC42

Text Example


Text Example

White with #14DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,220,66); }

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

background-color css

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

 a { background-color: rgb(20,220,66); }

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

border-color css

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

 span { border-color: rgb(20,220,66); }

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