#0FCB6C

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

Shades of Malachite #0FCB6C

Tints of Malachite #0FCB6C

Color information

#0FCB6C (or 0x0FCB6C) is unknown color: approx Malachite. HEX triplet: 0F, CB and 6C. RGB value is (15,203,108). Sum of RGB (Red+Green+Blue) = 15+203+108=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCB6C is #F03493. Grayscale: #888888. Windows color (decimal): -15742100 or 7129871. OLE color: 7129871.

HSL color Cylindrical-coordinate representation of color #0FCB6C: hue angle of 149.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCB6C is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB15203108-
CMYK0.9300.470.20
HSL149.68º86.24%42.75%-
HSV(B)149.68º92.61%79.61%-
XYZ24.2643.921.38-
YUV135.96112.2241.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.60%
GREEN value IS 203 (79.69% from 255) = 62.27%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=4.60%
G=62.27%
B=33.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152031080.9300.470.20149.6886.2442.75
HexFCB6C5D02F1496562b
Octal173131541350572422612653
Binary11111100101111011001011101010111110100100101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,203,108); }

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

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

 a { background-color: rgb(15,203,108); }

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

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

 span { border-color: rgb(15,203,108); }

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