#08D366

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

Shades of Malachite #08D366

Tints of Malachite #08D366

Color information

#08D366 (or 0x08D366) is unknown color: approx Malachite. HEX triplet: 08, D3 and 66. RGB value is (8,211,102). Sum of RGB (Red+Green+Blue) = 8+211+102=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 211 (82.81% from 255 or 65.73% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 211 - color contains mainly: green. Hex color #08D366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D366 is #F72C99. Grayscale: #8A8A8A. Windows color (decimal): -16198810 or 6738696. OLE color: 6738696.

HSL color Cylindrical-coordinate representation of color #08D366: hue angle of 147.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D366 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB8211102-
CMYK0.9600.520.17
HSL147.78º92.69%42.94%-
HSV(B)147.78º96.21%82.75%-
XYZ25.7947.620.4-
YUV137.88107.7535.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.49%
GREEN value IS 211 (82.81% from 255) = 65.73%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=2.49%
G=65.73%
B=31.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82111020.9600.520.17147.7892.6942.94
Hex8D3666003411945d2b
Octal103231461400642122413553
Binary10001101001111001101100000011010010001100101001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,211,102); }

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

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

 a { background-color: rgb(8,211,102); }

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

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

 span { border-color: rgb(8,211,102); }

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