Shades of Malachite #09D964
Tints of Malachite #09D964
RGB
CMYK
RGB Variations
Color information
#09D964 (or 0x09D964) is known color: Malachite. HEX triplet: 09, D9 and 64. RGB value is (9,217,100). Sum of RGB (Red+Green+Blue) = 9+217+100=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 217 (85.16% from 255 or 66.56% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 217 - color contains mainly: green. Hex color #09D964 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09D964 is #F6269B. Grayscale: #8D8D8D. Windows color (decimal): -16131740 or 6609161. OLE color: 6609161.
HSL color Cylindrical-coordinate representation of color #09D964: hue angle of 146.25º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D964 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 217 | 100 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.15 |
| HSL | 146.25º | 0.92% | 0.44% | - |
| HSV(B) | 146.25º | 0.96% | 0.85% | - |
| XYZ | 27.23 | 50.6 | 20.39 | - |
| YUV | 141.47 | 104.59 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 217 | 100 | 0.96 | 0 | 0.54 | 0.15 | 146.25 | 0.92 | 0.44 |
| Hex | 9 | D9 | 64 | 60 | 0 | 36 | F | 92 | 5C | 2C |
| Octal | 11 | 331 | 144 | 140 | 0 | 66 | 17 | 222 | 134 | 54 |
| Binary | 1001 | 11011001 | 1100100 | 1100000 | 0 | 110110 | 1111 | 10010010 | 1011100 | 101100 |
Color Harmonies of #09D964
Complementary color
Monochromatic Colors of #09D964
Black with #09D964
Text Example
Text Example
White with #09D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D964; }
p { color: rgb(9,217,100); }
H1.HeaderClassName
{
color: #09D964;
}
.AnyTagClassName
{
color: #09D964;
}
</style>
background-color css
<style>
a { background-color: #09D964; }
a { background-color: rgb(9,217,100); }
div.DivClassName
{
background-color: #09D964;
}
.BgClassName
{
background-color: #09D964;
}
</style>
border-color css
<style>
span { border-color: #09D964; }
span { border-color: rgb(9,217,100); }
td.TdClassName
{
border-color: #09D964;
}
.TagClassName
{
border-color: #09D964;
}
</style>