#14DD44

Color #14DD44 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #14DD44

Tints of Malachite #14DD44

Color information

#14DD44 (or 0x14DD44) is unknown color: approx Malachite. HEX triplet: 14, DD and 44. RGB value is (20,221,68). Sum of RGB (Red+Green+Blue) = 20+221+68=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD44 is #EB22BB. Grayscale: #8F8F8F. Windows color (decimal): -15409852 or 4513044. OLE color: 4513044.

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

Color convert

RGB2022168-
CMYK0.9100.690.13
HSL134.33º83.4%47.25%-
HSV(B)134.33º90.95%86.67%-
XYZ27.1952.2814.13-
YUV143.4685.4139.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 221 (86.72% from 255) = 71.52%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=6.47%
G=71.52%
B=22.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20221680.9100.690.13134.3383.447.25
Hex14DD445B045D86532f
Octal2433510413301051520612357
Binary101001101110110001001011011010001011101100001101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14DD44;
 }
 .AnyTagClassName
 {
   color: #14DD44;
 }
</style>
background-color css

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

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

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

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

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

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