#14C85F

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

Shades of Malachite #14C85F

Tints of Malachite #14C85F

Color information

#14C85F (or 0x14C85F) is unknown color: approx Malachite. HEX triplet: 14, C8 and 5F. RGB value is (20,200,95). Sum of RGB (Red+Green+Blue) = 20+200+95=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #14C85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C85F is #EB37A0. Grayscale: #868686. Windows color (decimal): -15415201 or 6277140. OLE color: 6277140.

HSL color Cylindrical-coordinate representation of color #14C85F: hue angle of 145º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C85F is Cyan = 0.9, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB2020095-
CMYK0.900.520.22
HSL145º81.82%43.14%-
HSV(B)145º90%78.43%-
XYZ23.0142.2817.78-
YUV134.21105.8746.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 200 (78.52% from 255) = 63.49%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=6.35%
G=63.49%
B=30.16%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20200950.900.520.2214581.8243.14
Hex14C85F5A0341691522b
Octal243101371320642622112253
Binary101001100100010111111011010011010010110100100011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,200,95); }

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

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

 a { background-color: rgb(20,200,95); }

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

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

 span { border-color: rgb(20,200,95); }

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