#13F04E

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

Shades of Malachite #13F04E

Tints of Malachite #13F04E

Color information

#13F04E (or 0x13F04E) is unknown color: approx Malachite. HEX triplet: 13, F0 and 4E. RGB value is (19,240,78). Sum of RGB (Red+Green+Blue) = 19+240+78=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #13F04E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F04E is #EC0FB1. Grayscale: #9B9B9B. Windows color (decimal): -15470514 or 5173267. OLE color: 5173267.

HSL color Cylindrical-coordinate representation of color #13F04E: hue angle of 136.02º 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 #13F04E is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB1924078-
CMYK0.9200.680.06
HSL136.02º88.05%50.78%-
HSV(B)136.02º92.08%94.12%-
XYZ32.863.0117.64-
YUV155.4584.2830.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.64%
GREEN value IS 240 (94.14% from 255) = 71.22%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=5.64%
G=71.22%
B=23.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal19240780.9200.680.06136.0288.0550.78
Hex13F04E5C0446885833
Octal233601161340104621013063
Binary10011111100001001110101110001000100110100010001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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