Html Css Color HEX #14DD4C Malachite

📋 copy color: '#14DD4C'

red 20 ◦ green 221 ◦ blue 76

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

Shades of Malachite #14DD4C

Tints of Malachite #14DD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.72%

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

R = 6.31%
G = 69.72%
B = 23.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#14DD4C (or 0x14DD4C) is known color: Malachite. HEX triplet: 14, DD and 4C. RGB value is (20,221,76). Sum of RGB (Red+Green+Blue) = 20+221+76=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD4C is #EB22B3. Grayscale: #909090. Windows color (decimal): -15409844 or 5037332. OLE color: 5037332.

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

Color convert

RGB 20 221 76 -
CMYK 0.91 0 0.66 0.13
HSL 136.72º 0.83% 0.47% -
HSV(B) 136.72º 0.91% 0.87% -
XYZ 27.45 52.38 15.5 -
YUV 144.37 89.41 39.29 -
System Red Green Blue C M Y K H S L
Decimal 20 221 76 0.91 0 0.66 0.13 136.72 0.83 0.47
Hex 14 DD 4C 5B 0 42 D 89 53 2F
Octal 24 335 114 133 0 102 15 211 123 57
Binary 10100 11011101 1001100 1011011 0 1000010 1101 10001001 1010011 101111

Color Harmonies of #14DD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD4C

Black with #14DD4C

Text Example


Text Example

White with #14DD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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