Shades of Malachite #03CA5A
Tints of Malachite #03CA5A
RGB
CMYK
RGB Variations
Color information
#03CA5A (or 0x03CA5A) is known color: Malachite. HEX triplet: 03, CA and 5A. RGB value is (3,202,90). Sum of RGB (Red+Green+Blue) = 3+202+90=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA5A is #FC35A5. Grayscale: #818181. Windows color (decimal): -16528806 or 5949955. OLE color: 5949955.
HSL color Cylindrical-coordinate representation of color #03CA5A: hue angle of 146.23º 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 #03CA5A is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 90 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.21 |
| HSL | 146.23º | 0.97% | 0.4% | - |
| HSV(B) | 146.23º | 0.99% | 0.79% | - |
| XYZ | 23 | 43 | 16.76 | - |
| YUV | 129.73 | 105.57 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 90 | 0.99 | 0 | 0.55 | 0.21 | 146.23 | 0.97 | 0.4 |
| Hex | 3 | CA | 5A | 63 | 0 | 37 | 15 | 92 | 61 | 28 |
| Octal | 3 | 312 | 132 | 143 | 0 | 67 | 25 | 222 | 141 | 50 |
| Binary | 11 | 11001010 | 1011010 | 1100011 | 0 | 110111 | 10101 | 10010010 | 1100001 | 101000 |
Color Harmonies of #03CA5A
Complementary color
Monochromatic Colors of #03CA5A
Black with #03CA5A
Text Example
Text Example
White with #03CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA5A; }
p { color: rgb(3,202,90); }
H1.HeaderClassName
{
color: #03CA5A;
}
.AnyTagClassName
{
color: #03CA5A;
}
</style>
background-color css
<style>
a { background-color: #03CA5A; }
a { background-color: rgb(3,202,90); }
div.DivClassName
{
background-color: #03CA5A;
}
.BgClassName
{
background-color: #03CA5A;
}
</style>
border-color css
<style>
span { border-color: #03CA5A; }
span { border-color: rgb(3,202,90); }
td.TdClassName
{
border-color: #03CA5A;
}
.TagClassName
{
border-color: #03CA5A;
}
</style>