#14CB4E

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

Shades of Malachite #14CB4E

Tints of Malachite #14CB4E

Color information

#14CB4E (or 0x14CB4E) is unknown color: approx Malachite. HEX triplet: 14, CB and 4E. RGB value is (20,203,78). Sum of RGB (Red+Green+Blue) = 20+203+78=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 203 (79.69% from 255 or 67.44% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB4E is #EB34B1. Grayscale: #868686. Windows color (decimal): -15414450 or 5163796. OLE color: 5163796.

HSL color Cylindrical-coordinate representation of color #14CB4E: hue angle of 139.02º 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 #14CB4E is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2020378-
CMYK0.9000.620.20
HSL139.02º82.06%43.73%-
HSV(B)139.02º90.15%79.61%-
XYZ23.0243.4114.37-
YUV134.0396.3746.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.64%
GREEN value IS 203 (79.69% from 255) = 67.44%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=6.64%
G=67.44%
B=25.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20203780.9000.620.20139.0282.0643.73
Hex14CB4E5A03E148b522c
Octal243131161320762421312254
Binary101001100101110011101011010011111010100100010111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,203,78); }

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

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

 a { background-color: rgb(20,203,78); }

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

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

 span { border-color: rgb(20,203,78); }

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