#08D05E

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

Shades of Malachite #08D05E

Tints of Malachite #08D05E

Color information

#08D05E (or 0x08D05E) is unknown color: approx Malachite. HEX triplet: 08, D0 and 5E. RGB value is (8,208,94). Sum of RGB (Red+Green+Blue) = 8+208+94=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #08D05E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D05E is #F72FA1. Grayscale: #878787. Windows color (decimal): -16199586 or 6213640. OLE color: 6213640.

HSL color Cylindrical-coordinate representation of color #08D05E: hue angle of 145.8º 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 #08D05E is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB820894-
CMYK0.9600.550.18
HSL145.8º92.59%42.35%-
HSV(B)145.8º96.15%81.57%-
XYZ24.6845.9718.16-
YUV135.2104.7437.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.58%
GREEN value IS 208 (81.64% from 255) = 67.10%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=2.58%
G=67.10%
B=30.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8208940.9600.550.18145.892.5942.35
Hex8D05E6003712925d2a
Octal103201361400672222213552
Binary10001101000010111101100000011011110010100100101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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