Shades of Malachite #0FE16F
Tints of Malachite #0FE16F
RGB
CMYK
RGB Variations
Color information
#0FE16F (or 0x0FE16F) is known color: Malachite. HEX triplet: 0F, E1 and 6F. RGB value is (15,225,111). Sum of RGB (Red+Green+Blue) = 15+225+111=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE16F is #F01E90. Grayscale: #959595. Windows color (decimal): -15736465 or 7332111. OLE color: 7332111.
HSL color Cylindrical-coordinate representation of color #0FE16F: hue angle of 147.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE16F is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 111 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.12 |
| HSL | 147.43º | 0.88% | 0.47% | - |
| HSV(B) | 147.43º | 0.93% | 0.88% | - |
| XYZ | 29.99 | 55.1 | 24.09 | - |
| YUV | 149.21 | 106.43 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 111 | 0.93 | 0 | 0.51 | 0.12 | 147.43 | 0.88 | 0.47 |
| Hex | F | E1 | 6F | 5D | 0 | 33 | C | 93 | 58 | 2F |
| Octal | 17 | 341 | 157 | 135 | 0 | 63 | 14 | 223 | 130 | 57 |
| Binary | 1111 | 11100001 | 1101111 | 1011101 | 0 | 110011 | 1100 | 10010011 | 1011000 | 101111 |
Color Harmonies of #0FE16F
Complementary color
Monochromatic Colors of #0FE16F
Black with #0FE16F
Text Example
Text Example
White with #0FE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE16F; }
p { color: rgb(15,225,111); }
H1.HeaderClassName
{
color: #0FE16F;
}
.AnyTagClassName
{
color: #0FE16F;
}
</style>
background-color css
<style>
a { background-color: #0FE16F; }
a { background-color: rgb(15,225,111); }
div.DivClassName
{
background-color: #0FE16F;
}
.BgClassName
{
background-color: #0FE16F;
}
</style>
border-color css
<style>
span { border-color: #0FE16F; }
span { border-color: rgb(15,225,111); }
td.TdClassName
{
border-color: #0FE16F;
}
.TagClassName
{
border-color: #0FE16F;
}
</style>