Shades of Malachite #09DD52
Tints of Malachite #09DD52
RGB
CMYK
RGB Variations
Color information
#09DD52 (or 0x09DD52) is known color: Malachite. HEX triplet: 09, DD and 52. RGB value is (9,221,82). Sum of RGB (Red+Green+Blue) = 9+221+82=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09DD52 is #F622AD. Grayscale: #8E8E8E. Windows color (decimal): -16130734 or 5430537. OLE color: 5430537.
HSL color Cylindrical-coordinate representation of color #09DD52: hue angle of 140.66º 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 #09DD52 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 82 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.13 |
| HSL | 140.66º | 0.92% | 0.45% | - |
| HSV(B) | 140.66º | 0.96% | 0.87% | - |
| XYZ | 27.49 | 52.38 | 16.64 | - |
| YUV | 141.77 | 94.26 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 82 | 0.96 | 0 | 0.63 | 0.13 | 140.66 | 0.92 | 0.45 |
| Hex | 9 | DD | 52 | 60 | 0 | 3F | D | 8D | 5C | 2D |
| Octal | 11 | 335 | 122 | 140 | 0 | 77 | 15 | 215 | 134 | 55 |
| Binary | 1001 | 11011101 | 1010010 | 1100000 | 0 | 111111 | 1101 | 10001101 | 1011100 | 101101 |
Color Harmonies of #09DD52
Complementary color
Monochromatic Colors of #09DD52
Black with #09DD52
Text Example
Text Example
White with #09DD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD52; }
p { color: rgb(9,221,82); }
H1.HeaderClassName
{
color: #09DD52;
}
.AnyTagClassName
{
color: #09DD52;
}
</style>
background-color css
<style>
a { background-color: #09DD52; }
a { background-color: rgb(9,221,82); }
div.DivClassName
{
background-color: #09DD52;
}
.BgClassName
{
background-color: #09DD52;
}
</style>
border-color css
<style>
span { border-color: #09DD52; }
span { border-color: rgb(9,221,82); }
td.TdClassName
{
border-color: #09DD52;
}
.TagClassName
{
border-color: #09DD52;
}
</style>