#14C44F

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

Shades of Malachite #14C44F

Tints of Malachite #14C44F

Color information

#14C44F (or 0x14C44F) is unknown color: approx Malachite. HEX triplet: 14, C4 and 4F. RGB value is (20,196,79). Sum of RGB (Red+Green+Blue) = 20+196+79=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #14C44F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C44F is #EB3BB0. Grayscale: #828282. Windows color (decimal): -15416241 or 5227540. OLE color: 5227540.

HSL color Cylindrical-coordinate representation of color #14C44F: hue angle of 140.11º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C44F is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB2019679-
CMYK0.9000.600.23
HSL140.11º81.48%42.35%-
HSV(B)140.11º89.8%76.86%-
XYZ21.4440.1914.03-
YUV130.0499.1949.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 196 (76.95% from 255) = 66.44%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=6.78%
G=66.44%
B=26.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20196790.9000.600.23140.1181.4842.35
Hex14C44F5A03C178c512a
Octal243041171320742721412152
Binary101001100010010011111011010011110010111100011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,196,79); }

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

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

 a { background-color: rgb(20,196,79); }

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

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

 span { border-color: rgb(20,196,79); }

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