Shades of Malachite #0FF236
Tints of Malachite #0FF236
RGB
CMYK
RGB Variations
Color information
#0FF236 (or 0x0FF236) is known color: Malachite. HEX triplet: 0F, F2 and 36. RGB value is (15,242,54). Sum of RGB (Red+Green+Blue) = 15+242+54=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 242 (94.92% from 255 or 77.81% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF236 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF236 is #F00DC9. Grayscale: #999999. Windows color (decimal): -15732170 or 3600911. OLE color: 3600911.
HSL color Cylindrical-coordinate representation of color #0FF236: hue angle of 130.31º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF236 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 54 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.05 |
| HSL | 130.31º | 0.9% | 0.5% | - |
| HSV(B) | 130.31º | 0.94% | 0.95% | - |
| XYZ | 32.61 | 63.87 | 14.1 | - |
| YUV | 152.7 | 72.29 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 54 | 0.94 | 0 | 0.78 | 0.05 | 130.31 | 0.9 | 0.5 |
| Hex | F | F2 | 36 | 5E | 0 | 4E | 5 | 82 | 5A | 32 |
| Octal | 17 | 362 | 66 | 136 | 0 | 116 | 5 | 202 | 132 | 62 |
| Binary | 1111 | 11110010 | 110110 | 1011110 | 0 | 1001110 | 101 | 10000010 | 1011010 | 110010 |
Color Harmonies of #0FF236
Complementary color
Monochromatic Colors of #0FF236
Black with #0FF236
Text Example
Text Example
White with #0FF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF236; }
p { color: rgb(15,242,54); }
H1.HeaderClassName
{
color: #0FF236;
}
.AnyTagClassName
{
color: #0FF236;
}
</style>
background-color css
<style>
a { background-color: #0FF236; }
a { background-color: rgb(15,242,54); }
div.DivClassName
{
background-color: #0FF236;
}
.BgClassName
{
background-color: #0FF236;
}
</style>
border-color css
<style>
span { border-color: #0FF236; }
span { border-color: rgb(15,242,54); }
td.TdClassName
{
border-color: #0FF236;
}
.TagClassName
{
border-color: #0FF236;
}
</style>