Html Css Color HEX #14FC5E Malachite

📋 copy color: '#14FC5E'

red 20 ◦ green 252 ◦ blue 94

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

Shades of Malachite #14FC5E

Tints of Malachite #14FC5E

RGB

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

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

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

R = 5.46%
G = 68.85%
B = 25.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#14FC5E (or 0x14FC5E) is known color: Malachite. HEX triplet: 14, FC and 5E. RGB value is (20,252,94). Sum of RGB (Red+Green+Blue) = 20+252+94=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC5E is #EB03A1. Grayscale: #A5A5A5. Windows color (decimal): -15401890 or 6224916. OLE color: 6224916.

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

Color convert

RGB 20 252 94 -
CMYK 0.92 0 0.63 0.01
HSL 139.14º 0.97% 0.53% -
HSV(B) 139.14º 0.92% 0.99% -
XYZ 37.12 70.58 22.26 -
YUV 164.62 88.14 24.85 -
System Red Green Blue C M Y K H S L
Decimal 20 252 94 0.92 0 0.63 0.01 139.14 0.97 0.53
Hex 14 FC 5E 5C 0 3F 1 8B 61 35
Octal 24 374 136 134 0 77 1 213 141 65
Binary 10100 11111100 1011110 1011100 0 111111 1 10001011 1100001 110101

Color Harmonies of #14FC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FC5E

Black with #14FC5E

Text Example


Text Example

White with #14FC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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