Html Css Color HEX #14D745 Malachite

📋 copy color: '#14D745'

red 20 ◦ green 215 ◦ blue 69

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

Shades of Malachite #14D745

Tints of Malachite #14D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 70.72%

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 6.58%
G = 70.72%
B = 22.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#14D745 (or 0x14D745) is known color: Malachite. HEX triplet: 14, D7 and 45. RGB value is (20,215,69). Sum of RGB (Red+Green+Blue) = 20+215+69=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 215 (84.38% from 255 or 70.72% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 215 - color contains mainly: green. Hex color #14D745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D745 is #EB28BA. Grayscale: #8C8C8C. Windows color (decimal): -15411387 or 4577044. OLE color: 4577044.

HSL color Cylindrical-coordinate representation of color #14D745: hue angle of 135.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D745 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 215 69 -
CMYK 0.91 0 0.68 0.16
HSL 135.08º 0.83% 0.46% -
HSV(B) 135.08º 0.91% 0.84% -
XYZ 25.66 49.18 13.77 -
YUV 140.05 87.9 42.37 -
System Red Green Blue C M Y K H S L
Decimal 20 215 69 0.91 0 0.68 0.16 135.08 0.83 0.46
Hex 14 D7 45 5B 0 44 10 87 53 2E
Octal 24 327 105 133 0 104 20 207 123 56
Binary 10100 11010111 1000101 1011011 0 1000100 10000 10000111 1010011 101110

Color Harmonies of #14D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D745

Black with #14D745

Text Example


Text Example

White with #14D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,69); }

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

background-color css

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

 a { background-color: rgb(20,215,69); }

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

border-color css

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

 span { border-color: rgb(20,215,69); }

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