Html Css Color HEX #14FC4E Malachite

📋 copy color: '#14FC4E'

red 20 ◦ green 252 ◦ blue 78

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

Shades of Malachite #14FC4E

Tints of Malachite #14FC4E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 72%

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

R = 5.71%
G = 72%
B = 22.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#14FC4E (or 0x14FC4E) is known color: Malachite. HEX triplet: 14, FC and 4E. RGB value is (20,252,78). Sum of RGB (Red+Green+Blue) = 20+252+78=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 252 (98.83% from 255 or 72% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC4E is #EB03B1. Grayscale: #A3A3A3. Windows color (decimal): -15401906 or 5176340. OLE color: 5176340.

HSL color Cylindrical-coordinate representation of color #14FC4E: hue angle of 135º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FC4E is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 252 78 -
CMYK 0.92 0 0.69 0.01
HSL 135º 0.97% 0.53% -
HSV(B) 135º 0.92% 0.99% -
XYZ 36.47 70.32 18.86 -
YUV 162.8 80.14 26.15 -
System Red Green Blue C M Y K H S L
Decimal 20 252 78 0.92 0 0.69 0.01 135 0.97 0.53
Hex 14 FC 4E 5C 0 45 1 87 61 35
Octal 24 374 116 134 0 105 1 207 141 65
Binary 10100 11111100 1001110 1011100 0 1000101 1 10000111 1100001 110101

Color Harmonies of #14FC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FC4E

Black with #14FC4E

Text Example


Text Example

White with #14FC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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