#14DC48

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

Shades of Malachite #14DC48

Tints of Malachite #14DC48

Color information

#14DC48 (or 0x14DC48) is unknown color: approx Malachite. HEX triplet: 14, DC and 48. RGB value is (20,220,72). Sum of RGB (Red+Green+Blue) = 20+220+72=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC48 is #EB23B7. Grayscale: #8F8F8F. Windows color (decimal): -15410104 or 4774932. OLE color: 4774932.

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

Color convert

RGB2022072-
CMYK0.9100.670.14
HSL135.6º83.33%47.06%-
HSV(B)135.6º90.91%86.27%-
XYZ27.0551.814.7-
YUV143.3387.7440.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 220 (86.33% from 255) = 70.51%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=6.41%
G=70.51%
B=23.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20220720.9100.670.14135.683.3347.06
Hex14DC485B043E88532f
Octal2433411013301031621012357
Binary101001101110010010001011011010000111110100010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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