Shades of Malachite #0CDF6A
Tints of Malachite #0CDF6A
RGB
CMYK
RGB Variations
Color information
#0CDF6A (or 0x0CDF6A) is known color: Malachite. HEX triplet: 0C, DF and 6A. RGB value is (12,223,106). Sum of RGB (Red+Green+Blue) = 12+223+106=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDF6A is #F32095. Grayscale: #929292. Windows color (decimal): -15933590 or 7003916. OLE color: 7003916.
HSL color Cylindrical-coordinate representation of color #0CDF6A: hue angle of 146.73º 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 #0CDF6A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 106 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.13 |
| HSL | 146.73º | 0.9% | 0.46% | - |
| HSV(B) | 146.73º | 0.95% | 0.87% | - |
| XYZ | 29.14 | 53.89 | 22.5 | - |
| YUV | 146.57 | 105.1 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 106 | 0.95 | 0 | 0.52 | 0.13 | 146.73 | 0.9 | 0.46 |
| Hex | C | DF | 6A | 5F | 0 | 34 | D | 93 | 5A | 2E |
| Octal | 14 | 337 | 152 | 137 | 0 | 64 | 15 | 223 | 132 | 56 |
| Binary | 1100 | 11011111 | 1101010 | 1011111 | 0 | 110100 | 1101 | 10010011 | 1011010 | 101110 |
Color Harmonies of #0CDF6A
Complementary color
Monochromatic Colors of #0CDF6A
Black with #0CDF6A
Text Example
Text Example
White with #0CDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF6A; }
p { color: rgb(12,223,106); }
H1.HeaderClassName
{
color: #0CDF6A;
}
.AnyTagClassName
{
color: #0CDF6A;
}
</style>
background-color css
<style>
a { background-color: #0CDF6A; }
a { background-color: rgb(12,223,106); }
div.DivClassName
{
background-color: #0CDF6A;
}
.BgClassName
{
background-color: #0CDF6A;
}
</style>
border-color css
<style>
span { border-color: #0CDF6A; }
span { border-color: rgb(12,223,106); }
td.TdClassName
{
border-color: #0CDF6A;
}
.TagClassName
{
border-color: #0CDF6A;
}
</style>