Shades of Malachite #00DA6B
Tints of Malachite #00DA6B
RGB
CMYK
RGB Variations
Color information
#00DA6B (or 0x00DA6B) is known color: Malachite. HEX triplet: 00, DA and 6B. RGB value is (0,218,107). Sum of RGB (Red+Green+Blue) = 0+218+107=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA6B is #FF2594. Grayscale: #8C8C8C. Windows color (decimal): -16721301 or 7068160. OLE color: 7068160.
HSL color Cylindrical-coordinate representation of color #00DA6B: hue angle of 149.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA6B is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 107 | - |
| CMYK | 1 | 0 | 0.51 | 0.15 |
| HSL | 149.45º | 1% | 0.43% | - |
| HSV(B) | 149.45º | 1% | 0.85% | - |
| XYZ | 27.73 | 51.2 | 22.33 | - |
| YUV | 140.16 | 109.28 | 28.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 107 | 1 | 0 | 0.51 | 0.15 | 149.45 | 1 | 0.43 |
| Hex | 0 | DA | 6B | 64 | 0 | 33 | F | 95 | 64 | 2B |
| Octal | 0 | 332 | 153 | 144 | 0 | 63 | 17 | 225 | 144 | 53 |
| Binary | 0 | 11011010 | 1101011 | 1100100 | 0 | 110011 | 1111 | 10010101 | 1100100 | 101011 |
Color Harmonies of #00DA6B
Complementary color
Monochromatic Colors of #00DA6B
Black with #00DA6B
Text Example
Text Example
White with #00DA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA6B; }
p { color: rgb(0,218,107); }
H1.HeaderClassName
{
color: #00DA6B;
}
.AnyTagClassName
{
color: #00DA6B;
}
</style>
background-color css
<style>
a { background-color: #00DA6B; }
a { background-color: rgb(0,218,107); }
div.DivClassName
{
background-color: #00DA6B;
}
.BgClassName
{
background-color: #00DA6B;
}
</style>
border-color css
<style>
span { border-color: #00DA6B; }
span { border-color: rgb(0,218,107); }
td.TdClassName
{
border-color: #00DA6B;
}
.TagClassName
{
border-color: #00DA6B;
}
</style>