#13CE42

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

Shades of Malachite #13CE42

Tints of Malachite #13CE42

Color information

#13CE42 (or 0x13CE42) is unknown color: approx Malachite. HEX triplet: 13, CE and 42. RGB value is (19,206,66). Sum of RGB (Red+Green+Blue) = 19+206+66=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 206 (80.86% from 255 or 70.79% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE42 is #EC31BD. Grayscale: #868686. Windows color (decimal): -15479230 or 4378131. OLE color: 4378131.

HSL color Cylindrical-coordinate representation of color #13CE42: hue angle of 135.08º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE42 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB1920666-
CMYK0.9100.680.19
HSL135.08º83.11%44.12%-
HSV(B)135.08º90.78%80.78%-
XYZ23.3244.6712.55-
YUV134.1389.5545.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 206 (80.86% from 255) = 70.79%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=6.53%
G=70.79%
B=22.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19206660.9100.680.19135.0883.1144.12
Hex13CE425B0441387532c
Octal2331610213301042320712354
Binary1001111001110100001010110110100010010011100001111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,206,66); }

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

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

 a { background-color: rgb(19,206,66); }

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

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

 span { border-color: rgb(19,206,66); }

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