Shades of Malachite #0FF047
Tints of Malachite #0FF047
RGB
CMYK
RGB Variations
Color information
#0FF047 (or 0x0FF047) is known color: Malachite. HEX triplet: 0F, F0 and 47. RGB value is (15,240,71). Sum of RGB (Red+Green+Blue) = 15+240+71=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF047 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF047 is #F00FB8. Grayscale: #999999. Windows color (decimal): -15732665 or 4714511. OLE color: 4714511.
HSL color Cylindrical-coordinate representation of color #0FF047: hue angle of 134.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF047 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 71 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.06 |
| HSL | 134.93º | 0.88% | 0.5% | - |
| HSV(B) | 134.93º | 0.94% | 0.94% | - |
| XYZ | 32.49 | 62.88 | 16.39 | - |
| YUV | 153.46 | 81.46 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 71 | 0.94 | 0 | 0.70 | 0.06 | 134.93 | 0.88 | 0.5 |
| Hex | F | F0 | 47 | 5E | 0 | 46 | 6 | 87 | 58 | 32 |
| Octal | 17 | 360 | 107 | 136 | 0 | 106 | 6 | 207 | 130 | 62 |
| Binary | 1111 | 11110000 | 1000111 | 1011110 | 0 | 1000110 | 110 | 10000111 | 1011000 | 110010 |
Color Harmonies of #0FF047
Complementary color
Monochromatic Colors of #0FF047
Black with #0FF047
Text Example
Text Example
White with #0FF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF047; }
p { color: rgb(15,240,71); }
H1.HeaderClassName
{
color: #0FF047;
}
.AnyTagClassName
{
color: #0FF047;
}
</style>
background-color css
<style>
a { background-color: #0FF047; }
a { background-color: rgb(15,240,71); }
div.DivClassName
{
background-color: #0FF047;
}
.BgClassName
{
background-color: #0FF047;
}
</style>
border-color css
<style>
span { border-color: #0FF047; }
span { border-color: rgb(15,240,71); }
td.TdClassName
{
border-color: #0FF047;
}
.TagClassName
{
border-color: #0FF047;
}
</style>