#13CF6B

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

Shades of Malachite #13CF6B

Tints of Malachite #13CF6B

Color information

#13CF6B (or 0x13CF6B) is unknown color: approx Malachite. HEX triplet: 13, CF and 6B. RGB value is (19,207,107). Sum of RGB (Red+Green+Blue) = 19+207+107=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF6B is #EC3094. Grayscale: #8B8B8B. Windows color (decimal): -15478933 or 7065363. OLE color: 7065363.

HSL color Cylindrical-coordinate representation of color #13CF6B: hue angle of 148.09º 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 #13CF6B is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB19207107-
CMYK0.9100.480.19
HSL148.09º83.19%44.31%-
HSV(B)148.09º90.82%81.18%-
XYZ25.2445.8321.43-
YUV139.39109.7242.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.71%
GREEN value IS 207 (81.25% from 255) = 62.16%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=5.71%
G=62.16%
B=32.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192071070.9100.480.19148.0983.1944.31
Hex13CF6B5B0301394532c
Octal233171531330602322412354
Binary100111100111111010111011011011000010011100101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,207,107); }

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

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

 a { background-color: rgb(19,207,107); }

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

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

 span { border-color: rgb(19,207,107); }

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