Shades of Malachite #0CE766
Tints of Malachite #0CE766
RGB
CMYK
RGB Variations
Color information
#0CE766 (or 0x0CE766) is known color: Malachite. HEX triplet: 0C, E7 and 66. RGB value is (12,231,102). Sum of RGB (Red+Green+Blue) = 12+231+102=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 231 (90.62% from 255 or 66.96% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 231 - color contains mainly: green. Hex color #0CE766 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE766 is #F31899. Grayscale: #979797. Windows color (decimal): -15931546 or 6743820. OLE color: 6743820.
HSL color Cylindrical-coordinate representation of color #0CE766: hue angle of 144.66º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE766 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 231 | 102 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.09 |
| HSL | 144.66º | 0.9% | 0.48% | - |
| HSV(B) | 144.66º | 0.95% | 0.91% | - |
| XYZ | 31.13 | 58.19 | 22.16 | - |
| YUV | 150.81 | 100.45 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 231 | 102 | 0.95 | 0 | 0.56 | 0.09 | 144.66 | 0.9 | 0.48 |
| Hex | C | E7 | 66 | 5F | 0 | 38 | 9 | 91 | 5A | 30 |
| Octal | 14 | 347 | 146 | 137 | 0 | 70 | 11 | 221 | 132 | 60 |
| Binary | 1100 | 11100111 | 1100110 | 1011111 | 0 | 111000 | 1001 | 10010001 | 1011010 | 110000 |
Color Harmonies of #0CE766
Complementary color
Monochromatic Colors of #0CE766
Black with #0CE766
Text Example
Text Example
White with #0CE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE766; }
p { color: rgb(12,231,102); }
H1.HeaderClassName
{
color: #0CE766;
}
.AnyTagClassName
{
color: #0CE766;
}
</style>
background-color css
<style>
a { background-color: #0CE766; }
a { background-color: rgb(12,231,102); }
div.DivClassName
{
background-color: #0CE766;
}
.BgClassName
{
background-color: #0CE766;
}
</style>
border-color css
<style>
span { border-color: #0CE766; }
span { border-color: rgb(12,231,102); }
td.TdClassName
{
border-color: #0CE766;
}
.TagClassName
{
border-color: #0CE766;
}
</style>