Html Css Color HEX #14FA5D Malachite

📋 copy color: '#14FA5D'

red 20 ◦ green 250 ◦ blue 93

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

Shades of Malachite #14FA5D

Tints of Malachite #14FA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 5.51%
G = 68.87%
B = 25.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#14FA5D (or 0x14FA5D) is known color: Malachite. HEX triplet: 14, FA and 5D. RGB value is (20,250,93). Sum of RGB (Red+Green+Blue) = 20+250+93=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FA5D is #EB05A2. Grayscale: #A3A3A3. Windows color (decimal): -15402403 or 6158868. OLE color: 6158868.

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

Color convert

RGB 20 250 93 -
CMYK 0.92 0 0.63 0.02
HSL 139.04º 0.96% 0.53% -
HSV(B) 139.04º 0.92% 0.98% -
XYZ 36.45 69.31 21.81 -
YUV 163.33 88.3 25.77 -
System Red Green Blue C M Y K H S L
Decimal 20 250 93 0.92 0 0.63 0.02 139.04 0.96 0.53
Hex 14 FA 5D 5C 0 3F 2 8B 60 35
Octal 24 372 135 134 0 77 2 213 140 65
Binary 10100 11111010 1011101 1011100 0 111111 10 10001011 1100000 110101

Color Harmonies of #14FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA5D

Black with #14FA5D

Text Example


Text Example

White with #14FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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