Shades of Malachite #03F94A
Tints of Malachite #03F94A
RGB
CMYK
RGB Variations
Color information
#03F94A (or 0x03F94A) is known color: Malachite. HEX triplet: 03, F9 and 4A. RGB value is (3,249,74). Sum of RGB (Red+Green+Blue) = 3+249+74=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #03F94A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F94A is #FC06B5. Grayscale: #9B9B9B. Windows color (decimal): -16516790 or 4913411. OLE color: 4913411.
HSL color Cylindrical-coordinate representation of color #03F94A: hue angle of 137.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F94A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 74 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.02 |
| HSL | 137.32º | 0.98% | 0.49% | - |
| HSV(B) | 137.32º | 0.99% | 0.98% | - |
| XYZ | 35.15 | 68.27 | 17.8 | - |
| YUV | 155.5 | 82 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 74 | 0.99 | 0 | 0.70 | 0.02 | 137.32 | 0.98 | 0.49 |
| Hex | 3 | F9 | 4A | 63 | 0 | 46 | 2 | 89 | 62 | 31 |
| Octal | 3 | 371 | 112 | 143 | 0 | 106 | 2 | 211 | 142 | 61 |
| Binary | 11 | 11111001 | 1001010 | 1100011 | 0 | 1000110 | 10 | 10001001 | 1100010 | 110001 |
Color Harmonies of #03F94A
Complementary color
Monochromatic Colors of #03F94A
Black with #03F94A
Text Example
Text Example
White with #03F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F94A; }
p { color: rgb(3,249,74); }
H1.HeaderClassName
{
color: #03F94A;
}
.AnyTagClassName
{
color: #03F94A;
}
</style>
background-color css
<style>
a { background-color: #03F94A; }
a { background-color: rgb(3,249,74); }
div.DivClassName
{
background-color: #03F94A;
}
.BgClassName
{
background-color: #03F94A;
}
</style>
border-color css
<style>
span { border-color: #03F94A; }
span { border-color: rgb(3,249,74); }
td.TdClassName
{
border-color: #03F94A;
}
.TagClassName
{
border-color: #03F94A;
}
</style>