#08D04F

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

Shades of Malachite #08D04F

Tints of Malachite #08D04F

Color information

#08D04F (or 0x08D04F) is unknown color: approx Malachite. HEX triplet: 08, D0 and 4F. RGB value is (8,208,79). Sum of RGB (Red+Green+Blue) = 8+208+79=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #08D04F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D04F is #F72FB0. Grayscale: #858585. Windows color (decimal): -16199601 or 5230600. OLE color: 5230600.

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

Color convert

RGB820879-
CMYK0.9600.620.18
HSL141.3º92.59%42.35%-
HSV(B)141.3º96.15%81.57%-
XYZ24.0745.7314.96-
YUV133.4997.2438.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 208 (81.64% from 255) = 70.51%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=2.71%
G=70.51%
B=26.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8208790.9600.620.18141.392.5942.35
Hex8D04F6003E128d5d2a
Octal103201171400762221513552
Binary10001101000010011111100000011111010010100011011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08D04F; }

 p { color: rgb(8,208,79); }

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

<style>
 a { background-color: #08D04F; }

 a { background-color: rgb(8,208,79); }

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

<style>
 span { border-color: #08D04F; }

 span { border-color: rgb(8,208,79); }

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