Shades of Malachite #00F256
Tints of Malachite #00F256
RGB
CMYK
RGB Variations
Color information
#00F256 (or 0x00F256) is known color: Malachite. HEX triplet: 00, F2 and 56. RGB value is (0,242,86). Sum of RGB (Red+Green+Blue) = 0+242+86=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #00F256 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F256 is #FF0DA9. Grayscale: #989898. Windows color (decimal): -16715178 or 5698048. OLE color: 5698048.
HSL color Cylindrical-coordinate representation of color #00F256: hue angle of 141.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F256 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 86 | - |
| CMYK | 1 | 0 | 0.64 | 0.05 |
| HSL | 141.32º | 1% | 0.47% | - |
| HSV(B) | 141.32º | 1% | 0.95% | - |
| XYZ | 33.43 | 64.18 | 19.43 | - |
| YUV | 151.86 | 90.83 | 19.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 86 | 1 | 0 | 0.64 | 0.05 | 141.32 | 1 | 0.47 |
| Hex | 0 | F2 | 56 | 64 | 0 | 40 | 5 | 8D | 64 | 2F |
| Octal | 0 | 362 | 126 | 144 | 0 | 100 | 5 | 215 | 144 | 57 |
| Binary | 0 | 11110010 | 1010110 | 1100100 | 0 | 1000000 | 101 | 10001101 | 1100100 | 101111 |
Color Harmonies of #00F256
Complementary color
Monochromatic Colors of #00F256
Black with #00F256
Text Example
Text Example
White with #00F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F256; }
p { color: rgb(0,242,86); }
H1.HeaderClassName
{
color: #00F256;
}
.AnyTagClassName
{
color: #00F256;
}
</style>
background-color css
<style>
a { background-color: #00F256; }
a { background-color: rgb(0,242,86); }
div.DivClassName
{
background-color: #00F256;
}
.BgClassName
{
background-color: #00F256;
}
</style>
border-color css
<style>
span { border-color: #00F256; }
span { border-color: rgb(0,242,86); }
td.TdClassName
{
border-color: #00F256;
}
.TagClassName
{
border-color: #00F256;
}
</style>