#0FC86B

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

Shades of Malachite #0FC86B

Tints of Malachite #0FC86B

Color information

#0FC86B (or 0x0FC86B) is unknown color: approx Malachite. HEX triplet: 0F, C8 and 6B. RGB value is (15,200,107). Sum of RGB (Red+Green+Blue) = 15+200+107=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 200 (78.52% from 255 or 62.11% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC86B is #F03794. Grayscale: #868686. Windows color (decimal): -15742869 or 7063567. OLE color: 7063567.

HSL color Cylindrical-coordinate representation of color #0FC86B: hue angle of 149.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC86B is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB15200107-
CMYK0.9200.460.22
HSL149.84º86.05%42.16%-
HSV(B)149.84º92.5%78.43%-
XYZ23.5142.4720.87-
YUV134.08112.7143.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.66%
GREEN value IS 200 (78.52% from 255) = 62.11%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=4.66%
G=62.11%
B=33.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152001070.9200.460.22149.8486.0542.16
HexFC86B5C02E1696562a
Octal173101531340562622612652
Binary11111100100011010111011100010111010110100101101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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