Html Css Color HEX #14EC5E Malachite

📋 copy color: '#14EC5E'

red 20 ◦ green 236 ◦ blue 94

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

Shades of Malachite #14EC5E

Tints of Malachite #14EC5E

RGB

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

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

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

R = 5.71%
G = 67.43%
B = 26.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#14EC5E (or 0x14EC5E) is known color: Malachite. HEX triplet: 14, EC and 5E. RGB value is (20,236,94). Sum of RGB (Red+Green+Blue) = 20+236+94=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 236 (92.58% from 255 or 67.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EC5E is #EB13A1. Grayscale: #9B9B9B. Windows color (decimal): -15405986 or 6220820. OLE color: 6220820.

HSL color Cylindrical-coordinate representation of color #14EC5E: hue angle of 140.56º 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 #14EC5E is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 236 94 -
CMYK 0.92 0 0.60 0.07
HSL 140.56º 0.85% 0.5% -
HSV(B) 140.56º 0.92% 0.93% -
XYZ 32.3 60.95 20.65 -
YUV 155.23 93.44 31.55 -
System Red Green Blue C M Y K H S L
Decimal 20 236 94 0.92 0 0.60 0.07 140.56 0.85 0.5
Hex 14 EC 5E 5C 0 3C 7 8D 55 32
Octal 24 354 136 134 0 74 7 215 125 62
Binary 10100 11101100 1011110 1011100 0 111100 111 10001101 1010101 110010

Color Harmonies of #14EC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EC5E

Black with #14EC5E

Text Example


Text Example

White with #14EC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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