Html Css Color HEX #14C45D Malachite

📋 copy color: '#14C45D'

red 20 ◦ green 196 ◦ blue 93

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

Shades of Malachite #14C45D

Tints of Malachite #14C45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.43%

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

R = 6.47%
G = 63.43%
B = 30.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#14C45D (or 0x14C45D) is known color: Malachite. HEX triplet: 14, C4 and 5D. RGB value is (20,196,93). Sum of RGB (Red+Green+Blue) = 20+196+93=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 196 (76.95% from 255 or 63.43% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 196 - color contains mainly: green. Hex color #14C45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C45D is #EB3BA2. Grayscale: #838383. Windows color (decimal): -15416227 or 6145044. OLE color: 6145044.

HSL color Cylindrical-coordinate representation of color #14C45D: hue angle of 144.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C45D is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 196 93 -
CMYK 0.90 0 0.53 0.23
HSL 144.89º 0.81% 0.42% -
HSV(B) 144.89º 0.9% 0.77% -
XYZ 22 40.42 17 -
YUV 131.63 106.19 48.38 -
System Red Green Blue C M Y K H S L
Decimal 20 196 93 0.90 0 0.53 0.23 144.89 0.81 0.42
Hex 14 C4 5D 5A 0 35 17 91 51 2A
Octal 24 304 135 132 0 65 27 221 121 52
Binary 10100 11000100 1011101 1011010 0 110101 10111 10010001 1010001 101010

Color Harmonies of #14C45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C45D

Black with #14C45D

Text Example


Text Example

White with #14C45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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