#13C45A

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

Shades of Malachite #13C45A

Tints of Malachite #13C45A

Color information

#13C45A (or 0x13C45A) is unknown color: approx Malachite. HEX triplet: 13, C4 and 5A. RGB value is (19,196,90). Sum of RGB (Red+Green+Blue) = 19+196+90=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 196 (76.95% from 255 or 64.26% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 196 - color contains mainly: green. Hex color #13C45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C45A is #EC3BA5. Grayscale: #838383. Windows color (decimal): -15481766 or 5948435. OLE color: 5948435.

HSL color Cylindrical-coordinate representation of color #13C45A: hue angle of 144.07º degrees, saturation: 0.82, 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 #13C45A is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1919690-
CMYK0.9000.540.23
HSL144.07º82.33%42.16%-
HSV(B)144.07º90.31%76.86%-
XYZ21.8540.3616.31-
YUV130.99104.8648.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 196 (76.95% from 255) = 64.26%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=6.23%
G=64.26%
B=29.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19196900.9000.540.23144.0782.3342.16
Hex13C45A5A0361790522a
Octal233041321320662722012252
Binary100111100010010110101011010011011010111100100001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,196,90); }

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

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

 a { background-color: rgb(19,196,90); }

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

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

 span { border-color: rgb(19,196,90); }

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