Html Css Color HEX #14DA4C Malachite

📋 copy color: '#14DA4C'

red 20 ◦ green 218 ◦ blue 76

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

Shades of Malachite #14DA4C

Tints of Malachite #14DA4C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 69.43%

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

R = 6.37%
G = 69.43%
B = 24.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#14DA4C (or 0x14DA4C) is known color: Malachite. HEX triplet: 14, DA and 4C. RGB value is (20,218,76). Sum of RGB (Red+Green+Blue) = 20+218+76=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA4C is #EB25B3. Grayscale: #8E8E8E. Windows color (decimal): -15410612 or 5036564. OLE color: 5036564.

HSL color Cylindrical-coordinate representation of color #14DA4C: hue angle of 136.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA4C is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 76 -
CMYK 0.91 0 0.65 0.15
HSL 136.97º 0.83% 0.47% -
HSV(B) 136.97º 0.91% 0.85% -
XYZ 26.66 50.81 15.24 -
YUV 142.61 90.4 40.55 -
System Red Green Blue C M Y K H S L
Decimal 20 218 76 0.91 0 0.65 0.15 136.97 0.83 0.47
Hex 14 DA 4C 5B 0 41 F 89 53 2F
Octal 24 332 114 133 0 101 17 211 123 57
Binary 10100 11011010 1001100 1011011 0 1000001 1111 10001001 1010011 101111

Color Harmonies of #14DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA4C

Black with #14DA4C

Text Example


Text Example

White with #14DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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