Shades of Malachite #0FE16B
Tints of Malachite #0FE16B
RGB
CMYK
RGB Variations
Color information
#0FE16B (or 0x0FE16B) is known color: Malachite. HEX triplet: 0F, E1 and 6B. RGB value is (15,225,107). Sum of RGB (Red+Green+Blue) = 15+225+107=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 225 (88.28% from 255 or 64.84% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE16B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE16B is #F01E94. Grayscale: #959595. Windows color (decimal): -15736469 or 7069967. OLE color: 7069967.
HSL color Cylindrical-coordinate representation of color #0FE16B: hue angle of 146.29º 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 #0FE16B is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 107 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.12 |
| HSL | 146.29º | 0.88% | 0.47% | - |
| HSV(B) | 146.29º | 0.93% | 0.88% | - |
| XYZ | 29.78 | 55.01 | 22.96 | - |
| YUV | 148.76 | 104.43 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 107 | 0.93 | 0 | 0.52 | 0.12 | 146.29 | 0.88 | 0.47 |
| Hex | F | E1 | 6B | 5D | 0 | 34 | C | 92 | 58 | 2F |
| Octal | 17 | 341 | 153 | 135 | 0 | 64 | 14 | 222 | 130 | 57 |
| Binary | 1111 | 11100001 | 1101011 | 1011101 | 0 | 110100 | 1100 | 10010010 | 1011000 | 101111 |
Color Harmonies of #0FE16B
Complementary color
Monochromatic Colors of #0FE16B
Black with #0FE16B
Text Example
Text Example
White with #0FE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE16B; }
p { color: rgb(15,225,107); }
H1.HeaderClassName
{
color: #0FE16B;
}
.AnyTagClassName
{
color: #0FE16B;
}
</style>
background-color css
<style>
a { background-color: #0FE16B; }
a { background-color: rgb(15,225,107); }
div.DivClassName
{
background-color: #0FE16B;
}
.BgClassName
{
background-color: #0FE16B;
}
</style>
border-color css
<style>
span { border-color: #0FE16B; }
span { border-color: rgb(15,225,107); }
td.TdClassName
{
border-color: #0FE16B;
}
.TagClassName
{
border-color: #0FE16B;
}
</style>