#0FC960

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

Shades of Malachite #0FC960

Tints of Malachite #0FC960

Color information

#0FC960 (or 0x0FC960) is unknown color: approx Malachite. HEX triplet: 0F, C9 and 60. RGB value is (15,201,96). Sum of RGB (Red+Green+Blue) = 15+201+96=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC960 is #F0369F. Grayscale: #858585. Windows color (decimal): -15742624 or 6342927. OLE color: 6342927.

HSL color Cylindrical-coordinate representation of color #0FC960: hue angle of 146.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC960 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB1520196-
CMYK0.9300.520.21
HSL146.13º86.11%42.35%-
HSV(B)146.13º92.54%78.82%-
XYZ23.1942.7218.09-
YUV133.42106.8843.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.81%
GREEN value IS 201 (78.91% from 255) = 64.42%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=4.81%
G=64.42%
B=30.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15201960.9300.520.21146.1386.1142.35
HexFC9605D0341592562a
Octal173111401350642522212652
Binary11111100100111000001011101011010010101100100101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,201,96); }

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

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

 a { background-color: rgb(15,201,96); }

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

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

 span { border-color: rgb(15,201,96); }

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