Html Css Color HEX #14FA50 Malachite

📋 copy color: '#14FA50'

red 20 ◦ green 250 ◦ blue 80

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

Shades of Malachite #14FA50

Tints of Malachite #14FA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 71.43%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 5.71%
G = 71.43%
B = 22.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#14FA50 (or 0x14FA50) is known color: Malachite. HEX triplet: 14, FA and 50. RGB value is (20,250,80). Sum of RGB (Red+Green+Blue) = 20+250+80=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FA50 is #EB05AF. Grayscale: #A2A2A2. Windows color (decimal): -15402416 or 5306900. OLE color: 5306900.

HSL color Cylindrical-coordinate representation of color #14FA50: hue angle of 135.65º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA50 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 250 80 -
CMYK 0.92 0 0.68 0.02
HSL 135.65º 0.96% 0.53% -
HSV(B) 135.65º 0.92% 0.98% -
XYZ 35.92 69.1 19.03 -
YUV 161.85 81.8 26.82 -
System Red Green Blue C M Y K H S L
Decimal 20 250 80 0.92 0 0.68 0.02 135.65 0.96 0.53
Hex 14 FA 50 5C 0 44 2 88 60 35
Octal 24 372 120 134 0 104 2 210 140 65
Binary 10100 11111010 1010000 1011100 0 1000100 10 10001000 1100000 110101

Color Harmonies of #14FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA50

Black with #14FA50

Text Example


Text Example

White with #14FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,250,80); }

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

background-color css

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

 a { background-color: rgb(20,250,80); }

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

border-color css

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

 span { border-color: rgb(20,250,80); }

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