Shades of Malachite #03F146
Tints of Malachite #03F146
RGB
CMYK
RGB Variations
Color information
#03F146 (or 0x03F146) is known color: Malachite. HEX triplet: 03, F1 and 46. RGB value is (3,241,70). Sum of RGB (Red+Green+Blue) = 3+241+70=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #03F146 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F146 is #FC0EB9. Grayscale: #969696. Windows color (decimal): -16518842 or 4649219. OLE color: 4649219.
HSL color Cylindrical-coordinate representation of color #03F146: hue angle of 136.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F146 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 70 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.05 |
| HSL | 136.89º | 0.98% | 0.48% | - |
| HSV(B) | 136.89º | 0.99% | 0.95% | - |
| XYZ | 32.6 | 63.37 | 16.31 | - |
| YUV | 150.34 | 82.65 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 70 | 0.99 | 0 | 0.71 | 0.05 | 136.89 | 0.98 | 0.48 |
| Hex | 3 | F1 | 46 | 63 | 0 | 47 | 5 | 89 | 62 | 30 |
| Octal | 3 | 361 | 106 | 143 | 0 | 107 | 5 | 211 | 142 | 60 |
| Binary | 11 | 11110001 | 1000110 | 1100011 | 0 | 1000111 | 101 | 10001001 | 1100010 | 110000 |
Color Harmonies of #03F146
Complementary color
Monochromatic Colors of #03F146
Black with #03F146
Text Example
Text Example
White with #03F146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F146; }
p { color: rgb(3,241,70); }
H1.HeaderClassName
{
color: #03F146;
}
.AnyTagClassName
{
color: #03F146;
}
</style>
background-color css
<style>
a { background-color: #03F146; }
a { background-color: rgb(3,241,70); }
div.DivClassName
{
background-color: #03F146;
}
.BgClassName
{
background-color: #03F146;
}
</style>
border-color css
<style>
span { border-color: #03F146; }
span { border-color: rgb(3,241,70); }
td.TdClassName
{
border-color: #03F146;
}
.TagClassName
{
border-color: #03F146;
}
</style>