Html Css Color HEX #14F64C Malachite

📋 copy color: '#14F64C'

red 20 ◦ green 246 ◦ blue 76

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

Shades of Malachite #14F64C

Tints of Malachite #14F64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.93%

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 5.85%
G = 71.93%
B = 22.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#14F64C (or 0x14F64C) is known color: Malachite. HEX triplet: 14, F6 and 4C. RGB value is (20,246,76). Sum of RGB (Red+Green+Blue) = 20+246+76=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 246 (96.48% from 255 or 71.93% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 246 - color contains mainly: green. Hex color #14F64C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F64C is #EB09B3. Grayscale: #9F9F9F. Windows color (decimal): -15403444 or 5043732. OLE color: 5043732.

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

Color convert

RGB 20 246 76 -
CMYK 0.92 0 0.69 0.04
HSL 134.87º 0.93% 0.52% -
HSV(B) 134.87º 0.92% 0.96% -
XYZ 34.55 66.58 17.87 -
YUV 159.05 81.13 28.82 -
System Red Green Blue C M Y K H S L
Decimal 20 246 76 0.92 0 0.69 0.04 134.87 0.93 0.52
Hex 14 F6 4C 5C 0 45 4 87 5D 34
Octal 24 366 114 134 0 105 4 207 135 64
Binary 10100 11110110 1001100 1011100 0 1000101 100 10000111 1011101 110100

Color Harmonies of #14F64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F64C

Black with #14F64C

Text Example


Text Example

White with #14F64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,246,76); }

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

background-color css

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

 a { background-color: rgb(20,246,76); }

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

border-color css

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

 span { border-color: rgb(20,246,76); }

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