Shades of Malachite #0CDF6E
Tints of Malachite #0CDF6E
RGB
CMYK
RGB Variations
Color information
#0CDF6E (or 0x0CDF6E) is known color: Malachite. HEX triplet: 0C, DF and 6E. RGB value is (12,223,110). Sum of RGB (Red+Green+Blue) = 12+223+110=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDF6E is #F32091. Grayscale: #939393. Windows color (decimal): -15933586 or 7266060. OLE color: 7266060.
HSL color Cylindrical-coordinate representation of color #0CDF6E: hue angle of 147.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDF6E is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 110 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.13 |
| HSL | 147.87º | 0.9% | 0.46% | - |
| HSV(B) | 147.87º | 0.95% | 0.87% | - |
| XYZ | 29.35 | 53.98 | 23.62 | - |
| YUV | 147.03 | 107.1 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 110 | 0.95 | 0 | 0.51 | 0.13 | 147.87 | 0.9 | 0.46 |
| Hex | C | DF | 6E | 5F | 0 | 33 | D | 94 | 5A | 2E |
| Octal | 14 | 337 | 156 | 137 | 0 | 63 | 15 | 224 | 132 | 56 |
| Binary | 1100 | 11011111 | 1101110 | 1011111 | 0 | 110011 | 1101 | 10010100 | 1011010 | 101110 |
Color Harmonies of #0CDF6E
Complementary color
Monochromatic Colors of #0CDF6E
Black with #0CDF6E
Text Example
Text Example
White with #0CDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF6E; }
p { color: rgb(12,223,110); }
H1.HeaderClassName
{
color: #0CDF6E;
}
.AnyTagClassName
{
color: #0CDF6E;
}
</style>
background-color css
<style>
a { background-color: #0CDF6E; }
a { background-color: rgb(12,223,110); }
div.DivClassName
{
background-color: #0CDF6E;
}
.BgClassName
{
background-color: #0CDF6E;
}
</style>
border-color css
<style>
span { border-color: #0CDF6E; }
span { border-color: rgb(12,223,110); }
td.TdClassName
{
border-color: #0CDF6E;
}
.TagClassName
{
border-color: #0CDF6E;
}
</style>