Shades of Malachite #0DD267
Tints of Malachite #0DD267
RGB
CMYK
RGB Variations
Color information
#0DD267 (or 0x0DD267) is known color: Malachite. HEX triplet: 0D, D2 and 67. RGB value is (13,210,103). Sum of RGB (Red+Green+Blue) = 13+210+103=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD267 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD267 is #F22D98. Grayscale: #8B8B8B. Windows color (decimal): -15871385 or 6803981. OLE color: 6803981.
HSL color Cylindrical-coordinate representation of color #0DD267: hue angle of 147.41º degrees, saturation: 0.88, 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 #0DD267 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 103 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.18 |
| HSL | 147.41º | 0.88% | 0.44% | - |
| HSV(B) | 147.41º | 0.94% | 0.82% | - |
| XYZ | 25.66 | 47.16 | 20.58 | - |
| YUV | 138.9 | 107.73 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 103 | 0.94 | 0 | 0.51 | 0.18 | 147.41 | 0.88 | 0.44 |
| Hex | D | D2 | 67 | 5E | 0 | 33 | 12 | 93 | 58 | 2C |
| Octal | 15 | 322 | 147 | 136 | 0 | 63 | 22 | 223 | 130 | 54 |
| Binary | 1101 | 11010010 | 1100111 | 1011110 | 0 | 110011 | 10010 | 10010011 | 1011000 | 101100 |
Color Harmonies of #0DD267
Complementary color
Monochromatic Colors of #0DD267
Black with #0DD267
Text Example
Text Example
White with #0DD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD267; }
p { color: rgb(13,210,103); }
H1.HeaderClassName
{
color: #0DD267;
}
.AnyTagClassName
{
color: #0DD267;
}
</style>
background-color css
<style>
a { background-color: #0DD267; }
a { background-color: rgb(13,210,103); }
div.DivClassName
{
background-color: #0DD267;
}
.BgClassName
{
background-color: #0DD267;
}
</style>
border-color css
<style>
span { border-color: #0DD267; }
span { border-color: rgb(13,210,103); }
td.TdClassName
{
border-color: #0DD267;
}
.TagClassName
{
border-color: #0DD267;
}
</style>