Html Css Color HEX #14D748 Malachite

📋 copy color: '#14D748'

red 20 ◦ green 215 ◦ blue 72

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

Shades of Malachite #14D748

Tints of Malachite #14D748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 6.51%
G = 70.03%
B = 23.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#14D748 (or 0x14D748) is known color: Malachite. HEX triplet: 14, D7 and 48. RGB value is (20,215,72). Sum of RGB (Red+Green+Blue) = 20+215+72=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #14D748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D748 is #EB28B7. Grayscale: #8C8C8C. Windows color (decimal): -15411384 or 4773652. OLE color: 4773652.

HSL color Cylindrical-coordinate representation of color #14D748: hue angle of 136º 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 #14D748 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 215 72 -
CMYK 0.91 0 0.67 0.16
HSL 136º 0.83% 0.46% -
HSV(B) 136º 0.91% 0.84% -
XYZ 25.76 49.22 14.27 -
YUV 140.39 89.4 42.13 -
System Red Green Blue C M Y K H S L
Decimal 20 215 72 0.91 0 0.67 0.16 136 0.83 0.46
Hex 14 D7 48 5B 0 43 10 88 53 2E
Octal 24 327 110 133 0 103 20 210 123 56
Binary 10100 11010111 1001000 1011011 0 1000011 10000 10001000 1010011 101110

Color Harmonies of #14D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D748

Black with #14D748

Text Example


Text Example

White with #14D748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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