Shades of Malachite #0FC461
Tints of Malachite #0FC461
RGB
CMYK
RGB Variations
Color information
#0FC461 (or 0x0FC461) is known color: Malachite. HEX triplet: 0F, C4 and 61. RGB value is (15,196,97). Sum of RGB (Red+Green+Blue) = 15+196+97=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC461 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC461 is #F03B9E. Grayscale: #828282. Windows color (decimal): -15743903 or 6407183. OLE color: 6407183.
HSL color Cylindrical-coordinate representation of color #0FC461: hue angle of 147.18º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC461 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 97 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.23 |
| HSL | 147.18º | 0.86% | 0.41% | - |
| HSV(B) | 147.18º | 0.92% | 0.77% | - |
| XYZ | 22.09 | 40.44 | 17.95 | - |
| YUV | 130.6 | 109.03 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 97 | 0.92 | 0 | 0.51 | 0.23 | 147.18 | 0.86 | 0.41 |
| Hex | F | C4 | 61 | 5C | 0 | 33 | 17 | 93 | 56 | 29 |
| Octal | 17 | 304 | 141 | 134 | 0 | 63 | 27 | 223 | 126 | 51 |
| Binary | 1111 | 11000100 | 1100001 | 1011100 | 0 | 110011 | 10111 | 10010011 | 1010110 | 101001 |
Color Harmonies of #0FC461
Complementary color
Monochromatic Colors of #0FC461
Black with #0FC461
Text Example
Text Example
White with #0FC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC461; }
p { color: rgb(15,196,97); }
H1.HeaderClassName
{
color: #0FC461;
}
.AnyTagClassName
{
color: #0FC461;
}
</style>
background-color css
<style>
a { background-color: #0FC461; }
a { background-color: rgb(15,196,97); }
div.DivClassName
{
background-color: #0FC461;
}
.BgClassName
{
background-color: #0FC461;
}
</style>
border-color css
<style>
span { border-color: #0FC461; }
span { border-color: rgb(15,196,97); }
td.TdClassName
{
border-color: #0FC461;
}
.TagClassName
{
border-color: #0FC461;
}
</style>