#14C862

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

Shades of Malachite #14C862

Tints of Malachite #14C862

Color information

#14C862 (or 0x14C862) is unknown color: approx Malachite. HEX triplet: 14, C8 and 62. RGB value is (20,200,98). Sum of RGB (Red+Green+Blue) = 20+200+98=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #14C862 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C862 is #EB379D. Grayscale: #868686. Windows color (decimal): -15415198 or 6473748. OLE color: 6473748.

HSL color Cylindrical-coordinate representation of color #14C862: hue angle of 146º 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 #14C862 is Cyan = 0.9, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB2020098-
CMYK0.900.510.22
HSL146º81.82%43.14%-
HSV(B)146º90%78.43%-
XYZ23.1542.3418.51-
YUV134.55107.3746.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 200 (78.52% from 255) = 62.89%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=6.29%
G=62.89%
B=30.82%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20200980.900.510.2214681.8243.14
Hex14C8625A0331692522b
Octal243101421320632622212253
Binary101001100100011000101011010011001110110100100101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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