#0FBF60

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

Shades of Malachite #0FBF60

Tints of Malachite #0FBF60

Color information

#0FBF60 (or 0x0FBF60) is unknown color: approx Malachite. HEX triplet: 0F, BF and 60. RGB value is (15,191,96). Sum of RGB (Red+Green+Blue) = 15+191+96=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF60 is #F0409F. Grayscale: #7F7F7F. Windows color (decimal): -15745184 or 6340367. OLE color: 6340367.

HSL color Cylindrical-coordinate representation of color #0FBF60: hue angle of 147.61º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF60 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1519196-
CMYK0.9200.500.25
HSL147.61º85.44%40.39%-
HSV(B)147.61º92.15%74.9%-
XYZ20.9438.2117.34-
YUV127.55110.1947.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.97%
GREEN value IS 191 (75% from 255) = 63.25%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=4.97%
G=63.25%
B=31.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15191960.9200.500.25147.6185.4440.39
HexFBF605C03219945528
Octal172771401340623122412550
Binary11111011111111000001011100011001011001100101001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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