Html Css Color HEX #14F65D Malachite

📋 copy color: '#14F65D'

red 20 ◦ green 246 ◦ blue 93

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

Shades of Malachite #14F65D

Tints of Malachite #14F65D

RGB

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

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

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

R = 5.57%
G = 68.52%
B = 25.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#14F65D (or 0x14F65D) is known color: Malachite. HEX triplet: 14, F6 and 5D. RGB value is (20,246,93). Sum of RGB (Red+Green+Blue) = 20+246+93=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 246 (96.48% from 255 or 68.52% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 246 - color contains mainly: green. Hex color #14F65D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F65D is #EB09A2. Grayscale: #A1A1A1. Windows color (decimal): -15403427 or 6157844. OLE color: 6157844.

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

Color convert

RGB 20 246 93 -
CMYK 0.92 0 0.62 0.04
HSL 139.38º 0.93% 0.52% -
HSV(B) 139.38º 0.92% 0.96% -
XYZ 35.22 66.85 21.4 -
YUV 160.98 89.63 27.44 -
System Red Green Blue C M Y K H S L
Decimal 20 246 93 0.92 0 0.62 0.04 139.38 0.93 0.52
Hex 14 F6 5D 5C 0 3E 4 8B 5D 34
Octal 24 366 135 134 0 76 4 213 135 64
Binary 10100 11110110 1011101 1011100 0 111110 100 10001011 1011101 110100

Color Harmonies of #14F65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F65D

Black with #14F65D

Text Example


Text Example

White with #14F65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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