#14DB42

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

Shades of Malachite #14DB42

Tints of Malachite #14DB42

Color information

#14DB42 (or 0x14DB42) is unknown color: approx Malachite. HEX triplet: 14, DB and 42. RGB value is (20,219,66). Sum of RGB (Red+Green+Blue) = 20+219+66=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB42 is #EB24BD. Grayscale: #8E8E8E. Windows color (decimal): -15410366 or 4381460. OLE color: 4381460.

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

Color convert

RGB2021966-
CMYK0.9100.700.14
HSL133.87º83.26%46.86%-
HSV(B)133.87º90.87%85.88%-
XYZ26.651.2113.64-
YUV142.0685.0740.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 219 (85.94% from 255) = 71.80%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=6.56%
G=71.80%
B=21.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20219660.9100.700.14133.8783.2646.86
Hex14DB425B046E86532f
Octal2433310213301061620612357
Binary101001101101110000101011011010001101110100001101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,219,66); }

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

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

 a { background-color: rgb(20,219,66); }

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

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

 span { border-color: rgb(20,219,66); }

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