Html Css Color HEX #14EB4E Malachite

📋 copy color: '#14EB4E'

red 20 ◦ green 235 ◦ blue 78

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

Shades of Malachite #14EB4E

Tints of Malachite #14EB4E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 70.57%

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 6.01%
G = 70.57%
B = 23.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#14EB4E (or 0x14EB4E) is known color: Malachite. HEX triplet: 14, EB and 4E. RGB value is (20,235,78). Sum of RGB (Red+Green+Blue) = 20+235+78=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 235 (92.19% from 255 or 70.57% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 235 - color contains mainly: green. Hex color #14EB4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EB4E is #EB14B1. Grayscale: #999999. Windows color (decimal): -15406258 or 5171988. OLE color: 5171988.

HSL color Cylindrical-coordinate representation of color #14EB4E: hue angle of 136.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EB4E is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 235 78 -
CMYK 0.91 0 0.67 0.08
HSL 136.19º 0.84% 0.5% -
HSV(B) 136.19º 0.91% 0.92% -
XYZ 31.37 60.12 17.16 -
YUV 152.82 85.77 33.27 -
System Red Green Blue C M Y K H S L
Decimal 20 235 78 0.91 0 0.67 0.08 136.19 0.84 0.5
Hex 14 EB 4E 5B 0 43 8 88 54 32
Octal 24 353 116 133 0 103 10 210 124 62
Binary 10100 11101011 1001110 1011011 0 1000011 1000 10001000 1010100 110010

Color Harmonies of #14EB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EB4E

Black with #14EB4E

Text Example


Text Example

White with #14EB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,235,78); }

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

background-color css

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

 a { background-color: rgb(20,235,78); }

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

border-color css

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

 span { border-color: rgb(20,235,78); }

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