#13F44E

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

Shades of Malachite #13F44E

Tints of Malachite #13F44E

Color information

#13F44E (or 0x13F44E) is unknown color: approx Malachite. HEX triplet: 13, F4 and 4E. RGB value is (19,244,78). Sum of RGB (Red+Green+Blue) = 19+244+78=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 244 (95.70% from 255 or 71.55% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 244 - color contains mainly: green. Hex color #13F44E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F44E is #EC0BB1. Grayscale: #9E9E9E. Windows color (decimal): -15469490 or 5174291. OLE color: 5174291.

HSL color Cylindrical-coordinate representation of color #13F44E: hue angle of 135.73º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F44E is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB1924478-
CMYK0.9200.680.04
HSL135.73º91.09%51.57%-
HSV(B)135.73º92.21%95.69%-
XYZ33.9965.3918.04-
YUV157.882.9629-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.57%
GREEN value IS 244 (95.70% from 255) = 71.55%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=5.57%
G=71.55%
B=22.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal19244780.9200.680.04135.7391.0951.57
Hex13F44E5C0444885b34
Octal233641161340104421013364
Binary10011111101001001110101110001000100100100010001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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