#14D05B

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

Shades of Malachite #14D05B

Tints of Malachite #14D05B

Color information

#14D05B (or 0x14D05B) is unknown color: approx Malachite. HEX triplet: 14, D0 and 5B. RGB value is (20,208,91). Sum of RGB (Red+Green+Blue) = 20+208+91=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #14D05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D05B is #EB2FA4. Grayscale: #8A8A8A. Windows color (decimal): -15413157 or 6017044. OLE color: 6017044.

HSL color Cylindrical-coordinate representation of color #14D05B: hue angle of 142.66º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D05B is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2020891-
CMYK0.9000.560.18
HSL142.66º82.46%44.71%-
HSV(B)142.66º90.38%81.57%-
XYZ24.7346.0217.48-
YUV138.45101.2243.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.27%
GREEN value IS 208 (81.64% from 255) = 65.20%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=6.27%
G=65.20%
B=28.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20208910.9000.560.18142.6682.4644.71
Hex14D05B5A038128f522d
Octal243201331320702221712255
Binary101001101000010110111011010011100010010100011111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,208,91); }

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

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

 a { background-color: rgb(20,208,91); }

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

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

 span { border-color: rgb(20,208,91); }

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