#13F050

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

Shades of Malachite #13F050

Tints of Malachite #13F050

Color information

#13F050 (or 0x13F050) is unknown color: approx Malachite. HEX triplet: 13, F0 and 50. RGB value is (19,240,80). Sum of RGB (Red+Green+Blue) = 19+240+80=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #13F050 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F050 is #EC0FAF. Grayscale: #9C9C9C. Windows color (decimal): -15470512 or 5304339. OLE color: 5304339.

HSL color Cylindrical-coordinate representation of color #13F050: hue angle of 136.56º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F050 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB1924080-
CMYK0.9200.670.06
HSL136.56º88.05%50.78%-
HSV(B)136.56º92.08%94.12%-
XYZ32.8863.0418.02-
YUV155.6885.2830.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.60%
GREEN value IS 240 (94.14% from 255) = 70.80%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=5.60%
G=70.80%
B=23.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal19240800.9200.670.06136.5688.0550.78
Hex13F0505C0436895833
Octal233601201340103621113063
Binary10011111100001010000101110001000011110100010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,240,80); }

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

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

 a { background-color: rgb(19,240,80); }

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

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

 span { border-color: rgb(19,240,80); }

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