Shades of Malachite #09F065
Tints of Malachite #09F065
RGB
CMYK
RGB Variations
Color information
#09F065 (or 0x09F065) is known color: Malachite. HEX triplet: 09, F0 and 65. RGB value is (9,240,101). Sum of RGB (Red+Green+Blue) = 9+240+101=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #09F065 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F065 is #F60F9A. Grayscale: #9B9B9B. Windows color (decimal): -16125851 or 6680585. OLE color: 6680585.
HSL color Cylindrical-coordinate representation of color #09F065: hue angle of 143.9º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F065 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 101 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.06 |
| HSL | 143.9º | 0.93% | 0.49% | - |
| HSV(B) | 143.9º | 0.96% | 0.94% | - |
| XYZ | 33.62 | 63.32 | 22.76 | - |
| YUV | 155.09 | 97.47 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 101 | 0.96 | 0 | 0.58 | 0.06 | 143.9 | 0.93 | 0.49 |
| Hex | 9 | F0 | 65 | 60 | 0 | 3A | 6 | 90 | 5D | 31 |
| Octal | 11 | 360 | 145 | 140 | 0 | 72 | 6 | 220 | 135 | 61 |
| Binary | 1001 | 11110000 | 1100101 | 1100000 | 0 | 111010 | 110 | 10010000 | 1011101 | 110001 |
Color Harmonies of #09F065
Complementary color
Monochromatic Colors of #09F065
Black with #09F065
Text Example
Text Example
White with #09F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F065; }
p { color: rgb(9,240,101); }
H1.HeaderClassName
{
color: #09F065;
}
.AnyTagClassName
{
color: #09F065;
}
</style>
background-color css
<style>
a { background-color: #09F065; }
a { background-color: rgb(9,240,101); }
div.DivClassName
{
background-color: #09F065;
}
.BgClassName
{
background-color: #09F065;
}
</style>
border-color css
<style>
span { border-color: #09F065; }
span { border-color: rgb(9,240,101); }
td.TdClassName
{
border-color: #09F065;
}
.TagClassName
{
border-color: #09F065;
}
</style>