Html Css Color HEX #14F73F Malachite

📋 copy color: '#14F73F'

red 20 ◦ green 247 ◦ blue 63

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

Shades of Malachite #14F73F

Tints of Malachite #14F73F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 74.85%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 6.06%
G = 74.85%
B = 19.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#14F73F (or 0x14F73F) is known color: Malachite. HEX triplet: 14, F7 and 3F. RGB value is (20,247,63). Sum of RGB (Red+Green+Blue) = 20+247+63=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #14F73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F73F is #EB08C0. Grayscale: #9E9E9E. Windows color (decimal): -15403201 or 4192020. OLE color: 4192020.

HSL color Cylindrical-coordinate representation of color #14F73F: hue angle of 131.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F73F is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 247 63 -
CMYK 0.92 0 0.74 0.03
HSL 131.37º 0.93% 0.52% -
HSV(B) 131.37º 0.92% 0.97% -
XYZ 34.45 67.03 15.83 -
YUV 158.15 74.29 29.46 -
System Red Green Blue C M Y K H S L
Decimal 20 247 63 0.92 0 0.74 0.03 131.37 0.93 0.52
Hex 14 F7 3F 5C 0 4A 3 83 5D 34
Octal 24 367 77 134 0 112 3 203 135 64
Binary 10100 11110111 111111 1011100 0 1001010 11 10000011 1011101 110100

Color Harmonies of #14F73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F73F

Black with #14F73F

Text Example


Text Example

White with #14F73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,247,63); }

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

background-color css

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

 a { background-color: rgb(20,247,63); }

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

border-color css

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

 span { border-color: rgb(20,247,63); }

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