#14C851

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

Shades of Malachite #14C851

Tints of Malachite #14C851

Color information

#14C851 (or 0x14C851) is unknown color: approx Malachite. HEX triplet: 14, C8 and 51. RGB value is (20,200,81). Sum of RGB (Red+Green+Blue) = 20+200+81=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #14C851 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C851 is #EB37AE. Grayscale: #848484. Windows color (decimal): -15415215 or 5359636. OLE color: 5359636.

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

Color convert

RGB2020081-
CMYK0.900.590.22
HSL140.33º81.82%43.14%-
HSV(B)140.33º90%78.43%-
XYZ22.4342.0514.72-
YUV132.6198.8747.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.64%
GREEN value IS 200 (78.52% from 255) = 66.45%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=6.64%
G=66.45%
B=26.91%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20200810.900.590.22140.3381.8243.14
Hex14C8515A03B168c522b
Octal243101211320732621412253
Binary101001100100010100011011010011101110110100011001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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