Shades of Malachite #0FE455
Tints of Malachite #0FE455
RGB
CMYK
RGB Variations
Color information
#0FE455 (or 0x0FE455) is known color: Malachite. HEX triplet: 0F, E4 and 55. RGB value is (15,228,85). Sum of RGB (Red+Green+Blue) = 15+228+85=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 228 (89.45% from 255 or 69.51% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE455 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE455 is #F01BAA. Grayscale: #949494. Windows color (decimal): -15735723 or 5628943. OLE color: 5628943.
HSL color Cylindrical-coordinate representation of color #0FE455: hue angle of 139.72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE455 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 85 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.11 |
| HSL | 139.72º | 0.88% | 0.48% | - |
| HSV(B) | 139.72º | 0.93% | 0.89% | - |
| XYZ | 29.58 | 56.24 | 17.89 | - |
| YUV | 148.01 | 92.43 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 85 | 0.93 | 0 | 0.63 | 0.11 | 139.72 | 0.88 | 0.48 |
| Hex | F | E4 | 55 | 5D | 0 | 3F | B | 8C | 58 | 30 |
| Octal | 17 | 344 | 125 | 135 | 0 | 77 | 13 | 214 | 130 | 60 |
| Binary | 1111 | 11100100 | 1010101 | 1011101 | 0 | 111111 | 1011 | 10001100 | 1011000 | 110000 |
Color Harmonies of #0FE455
Complementary color
Monochromatic Colors of #0FE455
Black with #0FE455
Text Example
Text Example
White with #0FE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE455; }
p { color: rgb(15,228,85); }
H1.HeaderClassName
{
color: #0FE455;
}
.AnyTagClassName
{
color: #0FE455;
}
</style>
background-color css
<style>
a { background-color: #0FE455; }
a { background-color: rgb(15,228,85); }
div.DivClassName
{
background-color: #0FE455;
}
.BgClassName
{
background-color: #0FE455;
}
</style>
border-color css
<style>
span { border-color: #0FE455; }
span { border-color: rgb(15,228,85); }
td.TdClassName
{
border-color: #0FE455;
}
.TagClassName
{
border-color: #0FE455;
}
</style>