#08D85C

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

Shades of Malachite #08D85C

Tints of Malachite #08D85C

Color information

#08D85C (or 0x08D85C) is unknown color: approx Malachite. HEX triplet: 08, D8 and 5C. RGB value is (8,216,92). Sum of RGB (Red+Green+Blue) = 8+216+92=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #08D85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D85C is #F727A3. Grayscale: #8B8B8B. Windows color (decimal): -16197540 or 6084616. OLE color: 6084616.

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

Color convert

RGB821692-
CMYK0.9600.570.15
HSL144.23º92.86%43.92%-
HSV(B)144.23º96.3%84.71%-
XYZ26.5949.9418.36-
YUV139.67101.0934.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.53%
GREEN value IS 216 (84.77% from 255) = 68.35%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=2.53%
G=68.35%
B=29.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8216920.9600.570.15144.2392.8643.92
Hex8D85C60039F905d2c
Octal103301341400711722013554
Binary1000110110001011100110000001110011111100100001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,216,92); }

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

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

 a { background-color: rgb(8,216,92); }

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

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

 span { border-color: rgb(8,216,92); }

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