#08D764

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

Shades of Malachite #08D764

Tints of Malachite #08D764

Color information

#08D764 (or 0x08D764) is unknown color: approx Malachite. HEX triplet: 08, D7 and 64. RGB value is (8,215,100). Sum of RGB (Red+Green+Blue) = 8+215+100=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #08D764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D764 is #F7289B. Grayscale: #8C8C8C. Windows color (decimal): -16197788 or 6608648. OLE color: 6608648.

HSL color Cylindrical-coordinate representation of color #08D764: hue angle of 146.67º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D764 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB8215100-
CMYK0.9600.530.16
HSL146.67º92.83%43.73%-
HSV(B)146.67º96.28%84.31%-
XYZ26.749.5720.22-
YUV140105.4233.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 215 (84.38% from 255) = 66.56%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=2.48%
G=66.56%
B=30.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82151000.9600.530.16146.6792.8343.73
Hex8D7646003510935d2c
Octal103271441400652022313554
Binary10001101011111001001100000011010110000100100111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,215,100); }

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

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

 a { background-color: rgb(8,215,100); }

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

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

 span { border-color: rgb(8,215,100); }

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