#13F149

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

Shades of Malachite #13F149

Tints of Malachite #13F149

Color information

#13F149 (or 0x13F149) is unknown color: approx Malachite. HEX triplet: 13, F1 and 49. RGB value is (19,241,73). Sum of RGB (Red+Green+Blue) = 19+241+73=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #13F149 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F149 is #EC0EB6. Grayscale: #9B9B9B. Windows color (decimal): -15470263 or 4845843. OLE color: 4845843.

HSL color Cylindrical-coordinate representation of color #13F149: hue angle of 134.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F149 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB1924173-
CMYK0.9200.700.05
HSL134.59º88.8%50.98%-
HSV(B)134.59º92.12%94.51%-
XYZ32.9363.5316.83-
YUV155.4781.4530.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.71%
GREEN value IS 241 (94.53% from 255) = 72.37%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=5.71%
G=72.37%
B=21.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19241730.9200.700.05134.5988.850.98
Hex13F1495C0465875933
Octal233611111340106520713163
Binary10011111100011001001101110001000110101100001111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,241,73); }

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

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

 a { background-color: rgb(19,241,73); }

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

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

 span { border-color: rgb(19,241,73); }

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