Shades of Malachite #0FE06B
Tints of Malachite #0FE06B
RGB
CMYK
RGB Variations
Color information
#0FE06B (or 0x0FE06B) is known color: Malachite. HEX triplet: 0F, E0 and 6B. RGB value is (15,224,107). Sum of RGB (Red+Green+Blue) = 15+224+107=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE06B is #F01F94. Grayscale: #949494. Windows color (decimal): -15736725 or 7069711. OLE color: 7069711.
HSL color Cylindrical-coordinate representation of color #0FE06B: hue angle of 146.41º degrees, saturation: 0.87, 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 #0FE06B is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 107 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.12 |
| HSL | 146.41º | 0.87% | 0.47% | - |
| HSV(B) | 146.41º | 0.93% | 0.88% | - |
| XYZ | 29.51 | 54.47 | 22.87 | - |
| YUV | 148.17 | 104.76 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 107 | 0.93 | 0 | 0.52 | 0.12 | 146.41 | 0.87 | 0.47 |
| Hex | F | E0 | 6B | 5D | 0 | 34 | C | 92 | 57 | 2F |
| Octal | 17 | 340 | 153 | 135 | 0 | 64 | 14 | 222 | 127 | 57 |
| Binary | 1111 | 11100000 | 1101011 | 1011101 | 0 | 110100 | 1100 | 10010010 | 1010111 | 101111 |
Color Harmonies of #0FE06B
Complementary color
Monochromatic Colors of #0FE06B
Black with #0FE06B
Text Example
Text Example
White with #0FE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE06B; }
p { color: rgb(15,224,107); }
H1.HeaderClassName
{
color: #0FE06B;
}
.AnyTagClassName
{
color: #0FE06B;
}
</style>
background-color css
<style>
a { background-color: #0FE06B; }
a { background-color: rgb(15,224,107); }
div.DivClassName
{
background-color: #0FE06B;
}
.BgClassName
{
background-color: #0FE06B;
}
</style>
border-color css
<style>
span { border-color: #0FE06B; }
span { border-color: rgb(15,224,107); }
td.TdClassName
{
border-color: #0FE06B;
}
.TagClassName
{
border-color: #0FE06B;
}
</style>