Shades of Malachite #09D242
Tints of Malachite #09D242
RGB
CMYK
RGB Variations
Color information
#09D242 (or 0x09D242) is known color: Malachite. HEX triplet: 09, D2 and 42. RGB value is (9,210,66). Sum of RGB (Red+Green+Blue) = 9+210+66=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #09D242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D242 is #F62DBD. Grayscale: #858585. Windows color (decimal): -16133566 or 4379145. OLE color: 4379145.
HSL color Cylindrical-coordinate representation of color #09D242: hue angle of 137.01º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D242 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 210 | 66 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.18 |
| HSL | 137.01º | 0.92% | 0.43% | - |
| HSV(B) | 137.01º | 0.96% | 0.82% | - |
| XYZ | 24.14 | 46.54 | 12.87 | - |
| YUV | 133.49 | 89.91 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 66 | 0.96 | 0 | 0.69 | 0.18 | 137.01 | 0.92 | 0.43 |
| Hex | 9 | D2 | 42 | 60 | 0 | 45 | 12 | 89 | 5C | 2B |
| Octal | 11 | 322 | 102 | 140 | 0 | 105 | 22 | 211 | 134 | 53 |
| Binary | 1001 | 11010010 | 1000010 | 1100000 | 0 | 1000101 | 10010 | 10001001 | 1011100 | 101011 |
Color Harmonies of #09D242
Complementary color
Monochromatic Colors of #09D242
Black with #09D242
Text Example
Text Example
White with #09D242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D242; }
p { color: rgb(9,210,66); }
H1.HeaderClassName
{
color: #09D242;
}
.AnyTagClassName
{
color: #09D242;
}
</style>
background-color css
<style>
a { background-color: #09D242; }
a { background-color: rgb(9,210,66); }
div.DivClassName
{
background-color: #09D242;
}
.BgClassName
{
background-color: #09D242;
}
</style>
border-color css
<style>
span { border-color: #09D242; }
span { border-color: rgb(9,210,66); }
td.TdClassName
{
border-color: #09D242;
}
.TagClassName
{
border-color: #09D242;
}
</style>