#14CD5A

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

Shades of Malachite #14CD5A

Tints of Malachite #14CD5A

Color information

#14CD5A (or 0x14CD5A) is unknown color: approx Malachite. HEX triplet: 14, CD and 5A. RGB value is (20,205,90). Sum of RGB (Red+Green+Blue) = 20+205+90=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CD5A is #EB32A5. Grayscale: #888888. Windows color (decimal): -15413926 or 5950740. OLE color: 5950740.

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

Color convert

RGB2020590-
CMYK0.9000.560.20
HSL142.7º82.22%44.12%-
HSV(B)142.7º90.24%80.39%-
XYZ23.9744.5517.01-
YUV136.57101.7144.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 205 (80.47% from 255) = 65.08%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=6.35%
G=65.08%
B=28.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20205900.9000.560.20142.782.2244.12
Hex14CD5A5A038148f522c
Octal243151321320702421712254
Binary101001100110110110101011010011100010100100011111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,205,90); }

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

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

 a { background-color: rgb(20,205,90); }

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

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

 span { border-color: rgb(20,205,90); }

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