Shades of Malachite #09DD38
Tints of Malachite #09DD38
RGB
CMYK
RGB Variations
Color information
#09DD38 (or 0x09DD38) is known color: Malachite. HEX triplet: 09, DD and 38. RGB value is (9,221,56). Sum of RGB (Red+Green+Blue) = 9+221+56=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 221 (86.72% from 255 or 77.27% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DD38 is #F622C7. Grayscale: #8B8B8B. Windows color (decimal): -16130760 or 3726601. OLE color: 3726601.
HSL color Cylindrical-coordinate representation of color #09DD38: hue angle of 133.3º 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 #09DD38 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 56 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.13 |
| HSL | 133.3º | 0.92% | 0.45% | - |
| HSV(B) | 133.3º | 0.96% | 0.87% | - |
| XYZ | 26.68 | 52.06 | 12.38 | - |
| YUV | 138.8 | 81.26 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 56 | 0.96 | 0 | 0.75 | 0.13 | 133.3 | 0.92 | 0.45 |
| Hex | 9 | DD | 38 | 60 | 0 | 4B | D | 85 | 5C | 2D |
| Octal | 11 | 335 | 70 | 140 | 0 | 113 | 15 | 205 | 134 | 55 |
| Binary | 1001 | 11011101 | 111000 | 1100000 | 0 | 1001011 | 1101 | 10000101 | 1011100 | 101101 |
Color Harmonies of #09DD38
Complementary color
Monochromatic Colors of #09DD38
Black with #09DD38
Text Example
Text Example
White with #09DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD38; }
p { color: rgb(9,221,56); }
H1.HeaderClassName
{
color: #09DD38;
}
.AnyTagClassName
{
color: #09DD38;
}
</style>
background-color css
<style>
a { background-color: #09DD38; }
a { background-color: rgb(9,221,56); }
div.DivClassName
{
background-color: #09DD38;
}
.BgClassName
{
background-color: #09DD38;
}
</style>
border-color css
<style>
span { border-color: #09DD38; }
span { border-color: rgb(9,221,56); }
td.TdClassName
{
border-color: #09DD38;
}
.TagClassName
{
border-color: #09DD38;
}
</style>