Shades of Malachite #09DC55
Tints of Malachite #09DC55
RGB
CMYK
RGB Variations
Color information
#09DC55 (or 0x09DC55) is known color: Malachite. HEX triplet: 09, DC and 55. RGB value is (9,220,85). Sum of RGB (Red+Green+Blue) = 9+220+85=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09DC55 is #F623AA. Grayscale: #8D8D8D. Windows color (decimal): -16130987 or 5626889. OLE color: 5626889.
HSL color Cylindrical-coordinate representation of color #09DC55: hue angle of 141.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DC55 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 85 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.14 |
| HSL | 141.61º | 0.92% | 0.45% | - |
| HSV(B) | 141.61º | 0.96% | 0.86% | - |
| XYZ | 27.35 | 51.9 | 17.17 | - |
| YUV | 141.52 | 96.1 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 85 | 0.96 | 0 | 0.61 | 0.14 | 141.61 | 0.92 | 0.45 |
| Hex | 9 | DC | 55 | 60 | 0 | 3D | E | 8E | 5C | 2D |
| Octal | 11 | 334 | 125 | 140 | 0 | 75 | 16 | 216 | 134 | 55 |
| Binary | 1001 | 11011100 | 1010101 | 1100000 | 0 | 111101 | 1110 | 10001110 | 1011100 | 101101 |
Color Harmonies of #09DC55
Complementary color
Monochromatic Colors of #09DC55
Black with #09DC55
Text Example
Text Example
White with #09DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC55; }
p { color: rgb(9,220,85); }
H1.HeaderClassName
{
color: #09DC55;
}
.AnyTagClassName
{
color: #09DC55;
}
</style>
background-color css
<style>
a { background-color: #09DC55; }
a { background-color: rgb(9,220,85); }
div.DivClassName
{
background-color: #09DC55;
}
.BgClassName
{
background-color: #09DC55;
}
</style>
border-color css
<style>
span { border-color: #09DC55; }
span { border-color: rgb(9,220,85); }
td.TdClassName
{
border-color: #09DC55;
}
.TagClassName
{
border-color: #09DC55;
}
</style>