Shades of Malachite #00F23F
Tints of Malachite #00F23F
RGB
CMYK
RGB Variations
Color information
#00F23F (or 0x00F23F) is known color: Malachite. HEX triplet: 00, F2 and 3F. RGB value is (0,242,63). Sum of RGB (Red+Green+Blue) = 0+242+63=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 242 (94.92% from 255 or 79.34% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 242 - color contains mainly: green. Hex color #00F23F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F23F is #FF0DC0. Grayscale: #959595. Windows color (decimal): -16715201 or 4190720. OLE color: 4190720.
HSL color Cylindrical-coordinate representation of color #00F23F: hue angle of 135.62º 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 #00F23F is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 63 | - |
| CMYK | 1 | 0 | 0.74 | 0.05 |
| HSL | 135.62º | 1% | 0.47% | - |
| HSV(B) | 135.62º | 1% | 0.95% | - |
| XYZ | 32.65 | 63.86 | 15.31 | - |
| YUV | 149.24 | 79.33 | 21.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 63 | 1 | 0 | 0.74 | 0.05 | 135.62 | 1 | 0.47 |
| Hex | 0 | F2 | 3F | 64 | 0 | 4A | 5 | 88 | 64 | 2F |
| Octal | 0 | 362 | 77 | 144 | 0 | 112 | 5 | 210 | 144 | 57 |
| Binary | 0 | 11110010 | 111111 | 1100100 | 0 | 1001010 | 101 | 10001000 | 1100100 | 101111 |
Color Harmonies of #00F23F
Complementary color
Monochromatic Colors of #00F23F
Black with #00F23F
Text Example
Text Example
White with #00F23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F23F; }
p { color: rgb(0,242,63); }
H1.HeaderClassName
{
color: #00F23F;
}
.AnyTagClassName
{
color: #00F23F;
}
</style>
background-color css
<style>
a { background-color: #00F23F; }
a { background-color: rgb(0,242,63); }
div.DivClassName
{
background-color: #00F23F;
}
.BgClassName
{
background-color: #00F23F;
}
</style>
border-color css
<style>
span { border-color: #00F23F; }
span { border-color: rgb(0,242,63); }
td.TdClassName
{
border-color: #00F23F;
}
.TagClassName
{
border-color: #00F23F;
}
</style>