Shades of Malachite #0CE06B
Tints of Malachite #0CE06B
RGB
CMYK
RGB Variations
Color information
#0CE06B (or 0x0CE06B) is known color: Malachite. HEX triplet: 0C, E0 and 6B. RGB value is (12,224,107). Sum of RGB (Red+Green+Blue) = 12+224+107=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE06B is #F31F94. Grayscale: #939393. Windows color (decimal): -15933333 or 7069708. OLE color: 7069708.
HSL color Cylindrical-coordinate representation of color #0CE06B: hue angle of 146.89º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE06B is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 224 | 107 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.12 |
| HSL | 146.89º | 0.9% | 0.46% | - |
| HSV(B) | 146.89º | 0.95% | 0.88% | - |
| XYZ | 29.46 | 54.45 | 22.87 | - |
| YUV | 147.27 | 105.26 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 107 | 0.95 | 0 | 0.52 | 0.12 | 146.89 | 0.9 | 0.46 |
| Hex | C | E0 | 6B | 5F | 0 | 34 | C | 93 | 5A | 2E |
| Octal | 14 | 340 | 153 | 137 | 0 | 64 | 14 | 223 | 132 | 56 |
| Binary | 1100 | 11100000 | 1101011 | 1011111 | 0 | 110100 | 1100 | 10010011 | 1011010 | 101110 |
Color Harmonies of #0CE06B
Complementary color
Monochromatic Colors of #0CE06B
Black with #0CE06B
Text Example
Text Example
White with #0CE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE06B; }
p { color: rgb(12,224,107); }
H1.HeaderClassName
{
color: #0CE06B;
}
.AnyTagClassName
{
color: #0CE06B;
}
</style>
background-color css
<style>
a { background-color: #0CE06B; }
a { background-color: rgb(12,224,107); }
div.DivClassName
{
background-color: #0CE06B;
}
.BgClassName
{
background-color: #0CE06B;
}
</style>
border-color css
<style>
span { border-color: #0CE06B; }
span { border-color: rgb(12,224,107); }
td.TdClassName
{
border-color: #0CE06B;
}
.TagClassName
{
border-color: #0CE06B;
}
</style>