Shades of Malachite #0CD26A
Tints of Malachite #0CD26A
RGB
CMYK
RGB Variations
Color information
#0CD26A (or 0x0CD26A) is known color: Malachite. HEX triplet: 0C, D2 and 6A. RGB value is (12,210,106). Sum of RGB (Red+Green+Blue) = 12+210+106=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD26A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD26A is #F32D95. Grayscale: #8B8B8B. Windows color (decimal): -15936918 or 7000588. OLE color: 7000588.
HSL color Cylindrical-coordinate representation of color #0CD26A: hue angle of 148.48º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD26A is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 106 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.18 |
| HSL | 148.48º | 0.89% | 0.44% | - |
| HSV(B) | 148.48º | 0.94% | 0.82% | - |
| XYZ | 25.8 | 47.21 | 21.39 | - |
| YUV | 138.94 | 109.4 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 106 | 0.94 | 0 | 0.50 | 0.18 | 148.48 | 0.89 | 0.44 |
| Hex | C | D2 | 6A | 5E | 0 | 32 | 12 | 94 | 59 | 2C |
| Octal | 14 | 322 | 152 | 136 | 0 | 62 | 22 | 224 | 131 | 54 |
| Binary | 1100 | 11010010 | 1101010 | 1011110 | 0 | 110010 | 10010 | 10010100 | 1011001 | 101100 |
Color Harmonies of #0CD26A
Complementary color
Monochromatic Colors of #0CD26A
Black with #0CD26A
Text Example
Text Example
White with #0CD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD26A; }
p { color: rgb(12,210,106); }
H1.HeaderClassName
{
color: #0CD26A;
}
.AnyTagClassName
{
color: #0CD26A;
}
</style>
background-color css
<style>
a { background-color: #0CD26A; }
a { background-color: rgb(12,210,106); }
div.DivClassName
{
background-color: #0CD26A;
}
.BgClassName
{
background-color: #0CD26A;
}
</style>
border-color css
<style>
span { border-color: #0CD26A; }
span { border-color: rgb(12,210,106); }
td.TdClassName
{
border-color: #0CD26A;
}
.TagClassName
{
border-color: #0CD26A;
}
</style>