#04E160

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

Shades of Malachite #04E160

Tints of Malachite #04E160

Color information

#04E160 (or 0x04E160) is unknown color: approx Malachite. HEX triplet: 04, E1 and 60. RGB value is (4,225,96). Sum of RGB (Red+Green+Blue) = 4+225+96=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #04E160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04E160 is #FB1E9F. Grayscale: #909090. Windows color (decimal): -16457376 or 6349060. OLE color: 6349060.

HSL color Cylindrical-coordinate representation of color #04E160: hue angle of 144.98º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E160 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB422596-
CMYK0.9800.570.12
HSL144.98º96.51%44.9%-
HSV(B)144.98º98.22%88.24%-
XYZ29.0954.7220.1-
YUV144.21100.7827.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 225 (88.28% from 255) = 69.23%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=1.23%
G=69.23%
B=29.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4225960.9800.570.12144.9896.5144.9
Hex4E16062039C91612d
Octal43411401420711422114155
Binary100111000011100000110001001110011100100100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04E160; }

 p { color: rgb(4,225,96); }

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

<style>
 a { background-color: #04E160; }

 a { background-color: rgb(4,225,96); }

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

<style>
 span { border-color: #04E160; }

 span { border-color: rgb(4,225,96); }

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