Shades of Malachite #09F65A
Tints of Malachite #09F65A
RGB
CMYK
RGB Variations
Color information
#09F65A (or 0x09F65A) is known color: Malachite. HEX triplet: 09, F6 and 5A. RGB value is (9,246,90). Sum of RGB (Red+Green+Blue) = 9+246+90=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #09F65A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F65A is #F609A5. Grayscale: #9D9D9D. Windows color (decimal): -16124326 or 5961225. OLE color: 5961225.
HSL color Cylindrical-coordinate representation of color #09F65A: hue angle of 140.51º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F65A is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 246 | 90 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.04 |
| HSL | 140.51º | 0.93% | 0.5% | - |
| HSV(B) | 140.51º | 0.96% | 0.96% | - |
| XYZ | 34.91 | 66.71 | 20.71 | - |
| YUV | 157.35 | 89.98 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 246 | 90 | 0.96 | 0 | 0.63 | 0.04 | 140.51 | 0.93 | 0.5 |
| Hex | 9 | F6 | 5A | 60 | 0 | 3F | 4 | 8D | 5D | 32 |
| Octal | 11 | 366 | 132 | 140 | 0 | 77 | 4 | 215 | 135 | 62 |
| Binary | 1001 | 11110110 | 1011010 | 1100000 | 0 | 111111 | 100 | 10001101 | 1011101 | 110010 |
Color Harmonies of #09F65A
Complementary color
Monochromatic Colors of #09F65A
Black with #09F65A
Text Example
Text Example
White with #09F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F65A; }
p { color: rgb(9,246,90); }
H1.HeaderClassName
{
color: #09F65A;
}
.AnyTagClassName
{
color: #09F65A;
}
</style>
background-color css
<style>
a { background-color: #09F65A; }
a { background-color: rgb(9,246,90); }
div.DivClassName
{
background-color: #09F65A;
}
.BgClassName
{
background-color: #09F65A;
}
</style>
border-color css
<style>
span { border-color: #09F65A; }
span { border-color: rgb(9,246,90); }
td.TdClassName
{
border-color: #09F65A;
}
.TagClassName
{
border-color: #09F65A;
}
</style>