Shades of Malachite #09DD70
Tints of Malachite #09DD70
RGB
CMYK
RGB Variations
Color information
#09DD70 (or 0x09DD70) is known color: Malachite. HEX triplet: 09, DD and 70. RGB value is (9,221,112). Sum of RGB (Red+Green+Blue) = 9+221+112=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09DD70 is #F6228F. Grayscale: #919191. Windows color (decimal): -16130704 or 7396617. OLE color: 7396617.
HSL color Cylindrical-coordinate representation of color #09DD70: hue angle of 149.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DD70 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 112 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.13 |
| HSL | 149.15º | 0.92% | 0.45% | - |
| HSV(B) | 149.15º | 0.96% | 0.87% | - |
| XYZ | 28.89 | 52.94 | 24.02 | - |
| YUV | 145.19 | 109.26 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 112 | 0.96 | 0 | 0.49 | 0.13 | 149.15 | 0.92 | 0.45 |
| Hex | 9 | DD | 70 | 60 | 0 | 31 | D | 95 | 5C | 2D |
| Octal | 11 | 335 | 160 | 140 | 0 | 61 | 15 | 225 | 134 | 55 |
| Binary | 1001 | 11011101 | 1110000 | 1100000 | 0 | 110001 | 1101 | 10010101 | 1011100 | 101101 |
Color Harmonies of #09DD70
Complementary color
Monochromatic Colors of #09DD70
Black with #09DD70
Text Example
Text Example
White with #09DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD70; }
p { color: rgb(9,221,112); }
H1.HeaderClassName
{
color: #09DD70;
}
.AnyTagClassName
{
color: #09DD70;
}
</style>
background-color css
<style>
a { background-color: #09DD70; }
a { background-color: rgb(9,221,112); }
div.DivClassName
{
background-color: #09DD70;
}
.BgClassName
{
background-color: #09DD70;
}
</style>
border-color css
<style>
span { border-color: #09DD70; }
span { border-color: rgb(9,221,112); }
td.TdClassName
{
border-color: #09DD70;
}
.TagClassName
{
border-color: #09DD70;
}
</style>