Shades of Malachite #0FE366
Tints of Malachite #0FE366
RGB
CMYK
RGB Variations
Color information
#0FE366 (or 0x0FE366) is known color: Malachite. HEX triplet: 0F, E3 and 66. RGB value is (15,227,102). Sum of RGB (Red+Green+Blue) = 15+227+102=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE366 is #F01C99. Grayscale: #959595. Windows color (decimal): -15735962 or 6742799. OLE color: 6742799.
HSL color Cylindrical-coordinate representation of color #0FE366: hue angle of 144.62º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE366 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 102 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.11 |
| HSL | 144.62º | 0.88% | 0.47% | - |
| HSV(B) | 144.62º | 0.93% | 0.89% | - |
| XYZ | 30.06 | 56 | 21.79 | - |
| YUV | 149.36 | 101.26 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 102 | 0.93 | 0 | 0.55 | 0.11 | 144.62 | 0.88 | 0.47 |
| Hex | F | E3 | 66 | 5D | 0 | 37 | B | 91 | 58 | 2F |
| Octal | 17 | 343 | 146 | 135 | 0 | 67 | 13 | 221 | 130 | 57 |
| Binary | 1111 | 11100011 | 1100110 | 1011101 | 0 | 110111 | 1011 | 10010001 | 1011000 | 101111 |
Color Harmonies of #0FE366
Complementary color
Monochromatic Colors of #0FE366
Black with #0FE366
Text Example
Text Example
White with #0FE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE366; }
p { color: rgb(15,227,102); }
H1.HeaderClassName
{
color: #0FE366;
}
.AnyTagClassName
{
color: #0FE366;
}
</style>
background-color css
<style>
a { background-color: #0FE366; }
a { background-color: rgb(15,227,102); }
div.DivClassName
{
background-color: #0FE366;
}
.BgClassName
{
background-color: #0FE366;
}
</style>
border-color css
<style>
span { border-color: #0FE366; }
span { border-color: rgb(15,227,102); }
td.TdClassName
{
border-color: #0FE366;
}
.TagClassName
{
border-color: #0FE366;
}
</style>