Shades of Malachite #0FE555
Tints of Malachite #0FE555
RGB
CMYK
RGB Variations
Color information
#0FE555 (or 0x0FE555) is known color: Malachite. HEX triplet: 0F, E5 and 55. RGB value is (15,229,85). Sum of RGB (Red+Green+Blue) = 15+229+85=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE555 is #F01AAA. Grayscale: #949494. Windows color (decimal): -15735467 or 5629199. OLE color: 5629199.
HSL color Cylindrical-coordinate representation of color #0FE555: hue angle of 139.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE555 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 85 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.10 |
| HSL | 139.63º | 0.88% | 0.48% | - |
| HSV(B) | 139.63º | 0.93% | 0.9% | - |
| XYZ | 29.86 | 56.8 | 17.98 | - |
| YUV | 148.6 | 92.1 | 32.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 85 | 0.93 | 0 | 0.63 | 0.10 | 139.63 | 0.88 | 0.48 |
| Hex | F | E5 | 55 | 5D | 0 | 3F | A | 8C | 58 | 30 |
| Octal | 17 | 345 | 125 | 135 | 0 | 77 | 12 | 214 | 130 | 60 |
| Binary | 1111 | 11100101 | 1010101 | 1011101 | 0 | 111111 | 1010 | 10001100 | 1011000 | 110000 |
Color Harmonies of #0FE555
Complementary color
Monochromatic Colors of #0FE555
Black with #0FE555
Text Example
Text Example
White with #0FE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE555; }
p { color: rgb(15,229,85); }
H1.HeaderClassName
{
color: #0FE555;
}
.AnyTagClassName
{
color: #0FE555;
}
</style>
background-color css
<style>
a { background-color: #0FE555; }
a { background-color: rgb(15,229,85); }
div.DivClassName
{
background-color: #0FE555;
}
.BgClassName
{
background-color: #0FE555;
}
</style>
border-color css
<style>
span { border-color: #0FE555; }
span { border-color: rgb(15,229,85); }
td.TdClassName
{
border-color: #0FE555;
}
.TagClassName
{
border-color: #0FE555;
}
</style>