#03F164

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

Shades of Malachite #03F164

Tints of Malachite #03F164

Color information

#03F164 (or 0x03F164) is unknown color: approx Malachite. HEX triplet: 03, F1 and 64. RGB value is (3,241,100). Sum of RGB (Red+Green+Blue) = 3+241+100=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #03F164 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F164 is #FC0E9B. Grayscale: #9A9A9A. Windows color (decimal): -16518812 or 6615299. OLE color: 6615299.

HSL color Cylindrical-coordinate representation of color #03F164: hue angle of 144.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F164 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB3241100-
CMYK0.9900.590.05
HSL144.45º97.54%47.84%-
HSV(B)144.45º98.76%94.51%-
XYZ33.7963.8522.6-
YUV153.7697.6520.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 241 (94.53% from 255) = 70.06%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=0.87%
G=70.06%
B=29.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32411000.9900.590.05144.4597.5447.84
Hex3F1646303B5906230
Octal3361144143073522014260
Binary1111110001110010011000110111011101100100001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03F164; }

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

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

<style>
 a { background-color: #03F164; }

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

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

<style>
 span { border-color: #03F164; }

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

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