#0AC86B

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

Shades of Malachite #0AC86B

Tints of Malachite #0AC86B

Color information

#0AC86B (or 0x0AC86B) is unknown color: approx Malachite. HEX triplet: 0A, C8 and 6B. RGB value is (10,200,107). Sum of RGB (Red+Green+Blue) = 10+200+107=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC86B is #F53794. Grayscale: #848484. Windows color (decimal): -16070549 or 7063562. OLE color: 7063562.

HSL color Cylindrical-coordinate representation of color #0AC86B: hue angle of 150.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC86B is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB10200107-
CMYK0.9500.460.22
HSL150.63º90.48%41.18%-
HSV(B)150.63º95%78.43%-
XYZ23.4342.4320.87-
YUV132.59113.5540.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 200 (78.52% from 255) = 63.09%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=3.15%
G=63.09%
B=33.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102001070.9500.460.22150.6390.4841.18
HexAC86B5F02E16975a29
Octal123101531370562622713251
Binary10101100100011010111011111010111010110100101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AC86B; }

 p { color: rgb(10,200,107); }

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

<style>
 a { background-color: #0AC86B; }

 a { background-color: rgb(10,200,107); }

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

<style>
 span { border-color: #0AC86B; }

 span { border-color: rgb(10,200,107); }

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