Shades of Malachite #0CE165
Tints of Malachite #0CE165
RGB
CMYK
RGB Variations
Color information
#0CE165 (or 0x0CE165) is known color: Malachite. HEX triplet: 0C, E1 and 65. RGB value is (12,225,101). Sum of RGB (Red+Green+Blue) = 12+225+101=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE165 is #F31E9A. Grayscale: #939393. Windows color (decimal): -15933083 or 6676748. OLE color: 6676748.
HSL color Cylindrical-coordinate representation of color #0CE165: hue angle of 145.07º 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 #0CE165 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 101 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.12 |
| HSL | 145.07º | 0.9% | 0.46% | - |
| HSV(B) | 145.07º | 0.95% | 0.88% | - |
| XYZ | 29.43 | 54.87 | 21.35 | - |
| YUV | 147.18 | 101.93 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 101 | 0.95 | 0 | 0.55 | 0.12 | 145.07 | 0.9 | 0.46 |
| Hex | C | E1 | 65 | 5F | 0 | 37 | C | 91 | 5A | 2E |
| Octal | 14 | 341 | 145 | 137 | 0 | 67 | 14 | 221 | 132 | 56 |
| Binary | 1100 | 11100001 | 1100101 | 1011111 | 0 | 110111 | 1100 | 10010001 | 1011010 | 101110 |
Color Harmonies of #0CE165
Complementary color
Monochromatic Colors of #0CE165
Black with #0CE165
Text Example
Text Example
White with #0CE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE165; }
p { color: rgb(12,225,101); }
H1.HeaderClassName
{
color: #0CE165;
}
.AnyTagClassName
{
color: #0CE165;
}
</style>
background-color css
<style>
a { background-color: #0CE165; }
a { background-color: rgb(12,225,101); }
div.DivClassName
{
background-color: #0CE165;
}
.BgClassName
{
background-color: #0CE165;
}
</style>
border-color css
<style>
span { border-color: #0CE165; }
span { border-color: rgb(12,225,101); }
td.TdClassName
{
border-color: #0CE165;
}
.TagClassName
{
border-color: #0CE165;
}
</style>