#08C85B

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

Shades of Malachite #08C85B

Tints of Malachite #08C85B

Color information

#08C85B (or 0x08C85B) is unknown color: approx Malachite. HEX triplet: 08, C8 and 5B. RGB value is (8,200,91). Sum of RGB (Red+Green+Blue) = 8+200+91=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #08C85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C85B is #F737A4. Grayscale: #828282. Windows color (decimal): -16201637 or 6014984. OLE color: 6014984.

HSL color Cylindrical-coordinate representation of color #08C85B: hue angle of 145.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C85B is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB820091-
CMYK0.9600.540.22
HSL145.94º92.31%40.78%-
HSV(B)145.94º96%78.43%-
XYZ22.6442.1216.83-
YUV130.17105.8940.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 200 (78.52% from 255) = 66.89%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=2.68%
G=66.89%
B=30.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8200910.9600.540.22145.9492.3140.78
Hex8C85B6003616925c29
Octal103101331400662622213451
Binary10001100100010110111100000011011010110100100101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,200,91); }

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

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

 a { background-color: rgb(8,200,91); }

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

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

 span { border-color: rgb(8,200,91); }

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