#04D06A

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

Shades of Malachite #04D06A

Tints of Malachite #04D06A

Color information

#04D06A (or 0x04D06A) is unknown color: approx Malachite. HEX triplet: 04, D0 and 6A. RGB value is (4,208,106). Sum of RGB (Red+Green+Blue) = 4+208+106=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #04D06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D06A is #FB2F95. Grayscale: #878787. Windows color (decimal): -16461718 or 7000068. OLE color: 7000068.

HSL color Cylindrical-coordinate representation of color #04D06A: hue angle of 150º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D06A is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB4208106-
CMYK0.9800.490.18
HSL150º96.23%41.57%-
HSV(B)150º98.08%81.57%-
XYZ25.2146.1821.22-
YUV135.38111.4134.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.26%
GREEN value IS 208 (81.64% from 255) = 65.41%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=1.26%
G=65.41%
B=33.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal42081060.9800.490.1815096.2341.57
Hex4D06A620311296602a
Octal43201521420612222614052
Binary1001101000011010101100010011000110010100101101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,208,106); }

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

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

 a { background-color: rgb(4,208,106); }

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

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

 span { border-color: rgb(4,208,106); }

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