Shades of Malachite #00DA60
Tints of Malachite #00DA60
RGB
CMYK
RGB Variations
Color information
#00DA60 (or 0x00DA60) is known color: Malachite. HEX triplet: 00, DA and 60. RGB value is (0,218,96). Sum of RGB (Red+Green+Blue) = 0+218+96=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA60 is #FF259F. Grayscale: #8B8B8B. Windows color (decimal): -16721312 or 6347264. OLE color: 6347264.
HSL color Cylindrical-coordinate representation of color #00DA60: hue angle of 146.42º 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 #00DA60 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 96 | - |
| CMYK | 1 | 0 | 0.56 | 0.15 |
| HSL | 146.42º | 1% | 0.43% | - |
| HSV(B) | 146.42º | 1% | 0.85% | - |
| XYZ | 27.18 | 50.99 | 19.48 | - |
| YUV | 138.91 | 103.78 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 96 | 1 | 0 | 0.56 | 0.15 | 146.42 | 1 | 0.43 |
| Hex | 0 | DA | 60 | 64 | 0 | 38 | F | 92 | 64 | 2B |
| Octal | 0 | 332 | 140 | 144 | 0 | 70 | 17 | 222 | 144 | 53 |
| Binary | 0 | 11011010 | 1100000 | 1100100 | 0 | 111000 | 1111 | 10010010 | 1100100 | 101011 |
Color Harmonies of #00DA60
Complementary color
Monochromatic Colors of #00DA60
Black with #00DA60
Text Example
Text Example
White with #00DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA60; }
p { color: rgb(0,218,96); }
H1.HeaderClassName
{
color: #00DA60;
}
.AnyTagClassName
{
color: #00DA60;
}
</style>
background-color css
<style>
a { background-color: #00DA60; }
a { background-color: rgb(0,218,96); }
div.DivClassName
{
background-color: #00DA60;
}
.BgClassName
{
background-color: #00DA60;
}
</style>
border-color css
<style>
span { border-color: #00DA60; }
span { border-color: rgb(0,218,96); }
td.TdClassName
{
border-color: #00DA60;
}
.TagClassName
{
border-color: #00DA60;
}
</style>