Shades of Malachite #03D168
Tints of Malachite #03D168
RGB
CMYK
RGB Variations
Color information
#03D168 (or 0x03D168) is known color: Malachite. HEX triplet: 03, D1 and 68. RGB value is (3,209,104). Sum of RGB (Red+Green+Blue) = 3+209+104=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #03D168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D168 is #FC2E97. Grayscale: #878787. Windows color (decimal): -16527000 or 6869251. OLE color: 6869251.
HSL color Cylindrical-coordinate representation of color #03D168: hue angle of 149.42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D168 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 104 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.18 |
| HSL | 149.42º | 0.97% | 0.42% | - |
| HSV(B) | 149.42º | 0.99% | 0.82% | - |
| XYZ | 25.34 | 46.62 | 20.76 | - |
| YUV | 135.44 | 110.25 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 104 | 0.99 | 0 | 0.50 | 0.18 | 149.42 | 0.97 | 0.42 |
| Hex | 3 | D1 | 68 | 63 | 0 | 32 | 12 | 95 | 61 | 2A |
| Octal | 3 | 321 | 150 | 143 | 0 | 62 | 22 | 225 | 141 | 52 |
| Binary | 11 | 11010001 | 1101000 | 1100011 | 0 | 110010 | 10010 | 10010101 | 1100001 | 101010 |
Color Harmonies of #03D168
Complementary color
Monochromatic Colors of #03D168
Black with #03D168
Text Example
Text Example
White with #03D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D168; }
p { color: rgb(3,209,104); }
H1.HeaderClassName
{
color: #03D168;
}
.AnyTagClassName
{
color: #03D168;
}
</style>
background-color css
<style>
a { background-color: #03D168; }
a { background-color: rgb(3,209,104); }
div.DivClassName
{
background-color: #03D168;
}
.BgClassName
{
background-color: #03D168;
}
</style>
border-color css
<style>
span { border-color: #03D168; }
span { border-color: rgb(3,209,104); }
td.TdClassName
{
border-color: #03D168;
}
.TagClassName
{
border-color: #03D168;
}
</style>