#13C86A

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

Shades of Malachite #13C86A

Tints of Malachite #13C86A

Color information

#13C86A (or 0x13C86A) is unknown color: approx Malachite. HEX triplet: 13, C8 and 6A. RGB value is (19,200,106). Sum of RGB (Red+Green+Blue) = 19+200+106=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #13C86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C86A is #EC3795. Grayscale: #878787. Windows color (decimal): -15480726 or 6998035. OLE color: 6998035.

HSL color Cylindrical-coordinate representation of color #13C86A: hue angle of 148.84º degrees, saturation: 0.83, 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 #13C86A is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19200106-
CMYK0.9000.470.22
HSL148.84º82.65%42.94%-
HSV(B)148.84º90.5%78.43%-
XYZ23.5242.4920.6-
YUV135.16111.5345.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.85%
GREEN value IS 200 (78.52% from 255) = 61.54%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=5.85%
G=61.54%
B=32.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192001060.9000.470.22148.8482.6542.94
Hex13C86A5A02F1695532b
Octal233101521320572622512353
Binary100111100100011010101011010010111110110100101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13C86A; }

 p { color: rgb(19,200,106); }

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

<style>
 a { background-color: #13C86A; }

 a { background-color: rgb(19,200,106); }

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

<style>
 span { border-color: #13C86A; }

 span { border-color: rgb(19,200,106); }

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