Shades of Malachite #06CA5D
Tints of Malachite #06CA5D
RGB
CMYK
RGB Variations
Color information
#06CA5D (or 0x06CA5D) is known color: Malachite. HEX triplet: 06, CA and 5D. RGB value is (6,202,93). Sum of RGB (Red+Green+Blue) = 6+202+93=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CA5D is #F935A2. Grayscale: #838383. Windows color (decimal): -16332195 or 6146566. OLE color: 6146566.
HSL color Cylindrical-coordinate representation of color #06CA5D: hue angle of 146.63º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA5D is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 93 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.21 |
| HSL | 146.63º | 0.94% | 0.41% | - |
| HSV(B) | 146.63º | 0.97% | 0.79% | - |
| XYZ | 23.17 | 43.07 | 17.45 | - |
| YUV | 130.97 | 106.57 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 93 | 0.97 | 0 | 0.54 | 0.21 | 146.63 | 0.94 | 0.41 |
| Hex | 6 | CA | 5D | 61 | 0 | 36 | 15 | 93 | 5E | 29 |
| Octal | 6 | 312 | 135 | 141 | 0 | 66 | 25 | 223 | 136 | 51 |
| Binary | 110 | 11001010 | 1011101 | 1100001 | 0 | 110110 | 10101 | 10010011 | 1011110 | 101001 |
Color Harmonies of #06CA5D
Complementary color
Monochromatic Colors of #06CA5D
Black with #06CA5D
Text Example
Text Example
White with #06CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA5D; }
p { color: rgb(6,202,93); }
H1.HeaderClassName
{
color: #06CA5D;
}
.AnyTagClassName
{
color: #06CA5D;
}
</style>
background-color css
<style>
a { background-color: #06CA5D; }
a { background-color: rgb(6,202,93); }
div.DivClassName
{
background-color: #06CA5D;
}
.BgClassName
{
background-color: #06CA5D;
}
</style>
border-color css
<style>
span { border-color: #06CA5D; }
span { border-color: rgb(6,202,93); }
td.TdClassName
{
border-color: #06CA5D;
}
.TagClassName
{
border-color: #06CA5D;
}
</style>