Shades of Malachite #06F03F
Tints of Malachite #06F03F
RGB
CMYK
RGB Variations
Color information
#06F03F (or 0x06F03F) is known color: Malachite. HEX triplet: 06, F0 and 3F. RGB value is (6,240,63). Sum of RGB (Red+Green+Blue) = 6+240+63=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #06F03F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F03F is #F90FC0. Grayscale: #969696. Windows color (decimal): -16322497 or 4190214. OLE color: 4190214.
HSL color Cylindrical-coordinate representation of color #06F03F: hue angle of 134.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F03F is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 63 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.06 |
| HSL | 134.62º | 0.95% | 0.48% | - |
| HSV(B) | 134.62º | 0.98% | 0.94% | - |
| XYZ | 32.13 | 62.72 | 15.11 | - |
| YUV | 149.86 | 78.98 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 63 | 0.98 | 0 | 0.74 | 0.06 | 134.62 | 0.95 | 0.48 |
| Hex | 6 | F0 | 3F | 62 | 0 | 4A | 6 | 87 | 5F | 30 |
| Octal | 6 | 360 | 77 | 142 | 0 | 112 | 6 | 207 | 137 | 60 |
| Binary | 110 | 11110000 | 111111 | 1100010 | 0 | 1001010 | 110 | 10000111 | 1011111 | 110000 |
Color Harmonies of #06F03F
Complementary color
Monochromatic Colors of #06F03F
Black with #06F03F
Text Example
Text Example
White with #06F03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F03F; }
p { color: rgb(6,240,63); }
H1.HeaderClassName
{
color: #06F03F;
}
.AnyTagClassName
{
color: #06F03F;
}
</style>
background-color css
<style>
a { background-color: #06F03F; }
a { background-color: rgb(6,240,63); }
div.DivClassName
{
background-color: #06F03F;
}
.BgClassName
{
background-color: #06F03F;
}
</style>
border-color css
<style>
span { border-color: #06F03F; }
span { border-color: rgb(6,240,63); }
td.TdClassName
{
border-color: #06F03F;
}
.TagClassName
{
border-color: #06F03F;
}
</style>