Shades of Malachite #03C966
Tints of Malachite #03C966
RGB
CMYK
RGB Variations
Color information
#03C966 (or 0x03C966) is known color: Malachite. HEX triplet: 03, C9 and 66. RGB value is (3,201,102). Sum of RGB (Red+Green+Blue) = 3+201+102=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 201 (78.91% from 255 or 65.69% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 201 - color contains mainly: green. Hex color #03C966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C966 is #FC3699. Grayscale: #828282. Windows color (decimal): -16529050 or 6736131. OLE color: 6736131.
HSL color Cylindrical-coordinate representation of color #03C966: hue angle of 150º 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 #03C966 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 102 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.21 |
| HSL | 150º | 0.97% | 0.4% | - |
| HSV(B) | 150º | 0.99% | 0.79% | - |
| XYZ | 23.32 | 42.75 | 19.59 | - |
| YUV | 130.51 | 111.9 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 102 | 0.99 | 0 | 0.49 | 0.21 | 150 | 0.97 | 0.4 |
| Hex | 3 | C9 | 66 | 63 | 0 | 31 | 15 | 96 | 61 | 28 |
| Octal | 3 | 311 | 146 | 143 | 0 | 61 | 25 | 226 | 141 | 50 |
| Binary | 11 | 11001001 | 1100110 | 1100011 | 0 | 110001 | 10101 | 10010110 | 1100001 | 101000 |
Color Harmonies of #03C966
Complementary color
Monochromatic Colors of #03C966
Black with #03C966
Text Example
Text Example
White with #03C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C966; }
p { color: rgb(3,201,102); }
H1.HeaderClassName
{
color: #03C966;
}
.AnyTagClassName
{
color: #03C966;
}
</style>
background-color css
<style>
a { background-color: #03C966; }
a { background-color: rgb(3,201,102); }
div.DivClassName
{
background-color: #03C966;
}
.BgClassName
{
background-color: #03C966;
}
</style>
border-color css
<style>
span { border-color: #03C966; }
span { border-color: rgb(3,201,102); }
td.TdClassName
{
border-color: #03C966;
}
.TagClassName
{
border-color: #03C966;
}
</style>