#13f164

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

Shades of Malachite #13F164

Tints of Malachite #13F164

Color information

#13F164 (or 0x13F164) is unknown color: approx Malachite. HEX triplet: 13, F1 and 64. RGB value is (19,241,100). Sum of RGB (Red+Green+Blue) = 19+241+100=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #13F164 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F164 is #EC0E9B. Grayscale: #9E9E9E. Windows color (decimal): -15470236 or 6615315. OLE color: 6615315.

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

Color convert

RGB19241100-
CMYK0.9200.590.05
HSL141.89º88.8%50.98%-
HSV(B)141.89º92.12%94.51%-
XYZ34.0263.9722.61-
YUV158.5594.9528.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.28%
GREEN value IS 241 (94.53% from 255) = 66.94%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=5.28%
G=66.94%
B=27.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192411000.9200.590.05141.8988.850.98
Hex13F1645C03B58e5933
Octal23361144134073521613163
Binary1001111110001110010010111000111011101100011101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13f164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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