Shades of Malachite #0DE666
Tints of Malachite #0DE666
RGB
CMYK
RGB Variations
Color information
#0DE666 (or 0x0DE666) is known color: Malachite. HEX triplet: 0D, E6 and 66. RGB value is (13,230,102). Sum of RGB (Red+Green+Blue) = 13+230+102=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE666 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE666 is #F21999. Grayscale: #969696. Windows color (decimal): -15866266 or 6743565. OLE color: 6743565.
HSL color Cylindrical-coordinate representation of color #0DE666: hue angle of 144.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE666 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 102 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.10 |
| HSL | 144.61º | 0.89% | 0.48% | - |
| HSV(B) | 144.61º | 0.94% | 0.9% | - |
| XYZ | 30.86 | 57.64 | 22.07 | - |
| YUV | 150.53 | 100.61 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 102 | 0.94 | 0 | 0.56 | 0.10 | 144.61 | 0.89 | 0.48 |
| Hex | D | E6 | 66 | 5E | 0 | 38 | A | 91 | 59 | 30 |
| Octal | 15 | 346 | 146 | 136 | 0 | 70 | 12 | 221 | 131 | 60 |
| Binary | 1101 | 11100110 | 1100110 | 1011110 | 0 | 111000 | 1010 | 10010001 | 1011001 | 110000 |
Color Harmonies of #0DE666
Complementary color
Monochromatic Colors of #0DE666
Black with #0DE666
Text Example
Text Example
White with #0DE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE666; }
p { color: rgb(13,230,102); }
H1.HeaderClassName
{
color: #0DE666;
}
.AnyTagClassName
{
color: #0DE666;
}
</style>
background-color css
<style>
a { background-color: #0DE666; }
a { background-color: rgb(13,230,102); }
div.DivClassName
{
background-color: #0DE666;
}
.BgClassName
{
background-color: #0DE666;
}
</style>
border-color css
<style>
span { border-color: #0DE666; }
span { border-color: rgb(13,230,102); }
td.TdClassName
{
border-color: #0DE666;
}
.TagClassName
{
border-color: #0DE666;
}
</style>