Html Css Color HEX #14EC55 Malachite

📋 copy color: '#14EC55'

red 20 ◦ green 236 ◦ blue 85

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

Shades of Malachite #14EC55

Tints of Malachite #14EC55

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.21%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 5.87%
G = 69.21%
B = 24.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#14EC55 (or 0x14EC55) is known color: Malachite. HEX triplet: 14, EC and 55. RGB value is (20,236,85). Sum of RGB (Red+Green+Blue) = 20+236+85=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 236 (92.58% from 255 or 69.21% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EC55 is #EB13AA. Grayscale: #9A9A9A. Windows color (decimal): -15405995 or 5630996. OLE color: 5630996.

HSL color Cylindrical-coordinate representation of color #14EC55: hue angle of 138.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EC55 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 236 85 -
CMYK 0.92 0 0.64 0.07
HSL 138.06º 0.85% 0.5% -
HSV(B) 138.06º 0.92% 0.93% -
XYZ 31.92 60.8 18.65 -
YUV 154.2 88.94 32.28 -
System Red Green Blue C M Y K H S L
Decimal 20 236 85 0.92 0 0.64 0.07 138.06 0.85 0.5
Hex 14 EC 55 5C 0 40 7 8A 55 32
Octal 24 354 125 134 0 100 7 212 125 62
Binary 10100 11101100 1010101 1011100 0 1000000 111 10001010 1010101 110010

Color Harmonies of #14EC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EC55

Black with #14EC55

Text Example


Text Example

White with #14EC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,236,85); }

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

background-color css

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

 a { background-color: rgb(20,236,85); }

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

border-color css

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

 span { border-color: rgb(20,236,85); }

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