Shades of Malachite #03FA4A
Tints of Malachite #03FA4A
RGB
CMYK
RGB Variations
Color information
#03FA4A (or 0x03FA4A) is known color: Malachite. HEX triplet: 03, FA and 4A. RGB value is (3,250,74). Sum of RGB (Red+Green+Blue) = 3+250+74=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 250 (98.05% from 255 or 76.45% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FA4A is #FC05B5. Grayscale: #9C9C9C. Windows color (decimal): -16516534 or 4913667. OLE color: 4913667.
HSL color Cylindrical-coordinate representation of color #03FA4A: hue angle of 137.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FA4A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 74 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.02 |
| HSL | 137.25º | 0.98% | 0.5% | - |
| HSV(B) | 137.25º | 0.99% | 0.98% | - |
| XYZ | 35.46 | 68.88 | 17.91 | - |
| YUV | 156.08 | 81.67 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 74 | 0.99 | 0 | 0.70 | 0.02 | 137.25 | 0.98 | 0.5 |
| Hex | 3 | FA | 4A | 63 | 0 | 46 | 2 | 89 | 62 | 32 |
| Octal | 3 | 372 | 112 | 143 | 0 | 106 | 2 | 211 | 142 | 62 |
| Binary | 11 | 11111010 | 1001010 | 1100011 | 0 | 1000110 | 10 | 10001001 | 1100010 | 110010 |
Color Harmonies of #03FA4A
Complementary color
Monochromatic Colors of #03FA4A
Black with #03FA4A
Text Example
Text Example
White with #03FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA4A; }
p { color: rgb(3,250,74); }
H1.HeaderClassName
{
color: #03FA4A;
}
.AnyTagClassName
{
color: #03FA4A;
}
</style>
background-color css
<style>
a { background-color: #03FA4A; }
a { background-color: rgb(3,250,74); }
div.DivClassName
{
background-color: #03FA4A;
}
.BgClassName
{
background-color: #03FA4A;
}
</style>
border-color css
<style>
span { border-color: #03FA4A; }
span { border-color: rgb(3,250,74); }
td.TdClassName
{
border-color: #03FA4A;
}
.TagClassName
{
border-color: #03FA4A;
}
</style>