Shades of Malachite #03C960
Tints of Malachite #03C960
RGB
CMYK
RGB Variations
Color information
#03C960 (or 0x03C960) is known color: Malachite. HEX triplet: 03, C9 and 60. RGB value is (3,201,96). Sum of RGB (Red+Green+Blue) = 3+201+96=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #03C960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C960 is #FC369F. Grayscale: #828282. Windows color (decimal): -16529056 or 6342915. OLE color: 6342915.
HSL color Cylindrical-coordinate representation of color #03C960: hue angle of 148.18º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C960 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 96 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.21 |
| HSL | 148.18º | 0.97% | 0.4% | - |
| HSV(B) | 148.18º | 0.99% | 0.79% | - |
| XYZ | 23.04 | 42.64 | 18.08 | - |
| YUV | 129.83 | 108.9 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 96 | 0.99 | 0 | 0.52 | 0.21 | 148.18 | 0.97 | 0.4 |
| Hex | 3 | C9 | 60 | 63 | 0 | 34 | 15 | 94 | 61 | 28 |
| Octal | 3 | 311 | 140 | 143 | 0 | 64 | 25 | 224 | 141 | 50 |
| Binary | 11 | 11001001 | 1100000 | 1100011 | 0 | 110100 | 10101 | 10010100 | 1100001 | 101000 |
Color Harmonies of #03C960
Complementary color
Monochromatic Colors of #03C960
Black with #03C960
Text Example
Text Example
White with #03C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C960; }
p { color: rgb(3,201,96); }
H1.HeaderClassName
{
color: #03C960;
}
.AnyTagClassName
{
color: #03C960;
}
</style>
background-color css
<style>
a { background-color: #03C960; }
a { background-color: rgb(3,201,96); }
div.DivClassName
{
background-color: #03C960;
}
.BgClassName
{
background-color: #03C960;
}
</style>
border-color css
<style>
span { border-color: #03C960; }
span { border-color: rgb(3,201,96); }
td.TdClassName
{
border-color: #03C960;
}
.TagClassName
{
border-color: #03C960;
}
</style>