#14DB38

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

Shades of Malachite #14DB38

Tints of Malachite #14DB38

Color information

#14DB38 (or 0x14DB38) is unknown color: approx Malachite. HEX triplet: 14, DB and 38. RGB value is (20,219,56). Sum of RGB (Red+Green+Blue) = 20+219+56=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB38 is #EB24C7. Grayscale: #8D8D8D. Windows color (decimal): -15410376 or 3726100. OLE color: 3726100.

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

Color convert

RGB2021956-
CMYK0.9100.740.14
HSL130.85º83.26%46.86%-
HSV(B)130.85º90.87%85.88%-
XYZ26.3351.112.22-
YUV140.9280.0741.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 219 (85.94% from 255) = 74.24%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=6.78%
G=74.24%
B=18.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20219560.9100.740.14130.8583.2646.86
Hex14DB385B04AE83532f
Octal243337013301121620312357
Binary10100110110111110001011011010010101110100000111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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