Shades of Malachite #09F552
Tints of Malachite #09F552
RGB
CMYK
RGB Variations
Color information
#09F552 (or 0x09F552) is known color: Malachite. HEX triplet: 09, F5 and 52. RGB value is (9,245,82). Sum of RGB (Red+Green+Blue) = 9+245+82=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 245 (96.09% from 255 or 72.92% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 245 - color contains mainly: green. Hex color #09F552 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F552 is #F60AAD. Grayscale: #9C9C9C. Windows color (decimal): -16124590 or 5436681. OLE color: 5436681.
HSL color Cylindrical-coordinate representation of color #09F552: hue angle of 138.56º 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 #09F552 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 245 | 82 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.04 |
| HSL | 138.56º | 0.93% | 0.5% | - |
| HSV(B) | 138.56º | 0.96% | 0.96% | - |
| XYZ | 34.29 | 65.97 | 18.91 | - |
| YUV | 155.85 | 86.31 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 245 | 82 | 0.96 | 0 | 0.67 | 0.04 | 138.56 | 0.93 | 0.5 |
| Hex | 9 | F5 | 52 | 60 | 0 | 43 | 4 | 8B | 5D | 32 |
| Octal | 11 | 365 | 122 | 140 | 0 | 103 | 4 | 213 | 135 | 62 |
| Binary | 1001 | 11110101 | 1010010 | 1100000 | 0 | 1000011 | 100 | 10001011 | 1011101 | 110010 |
Color Harmonies of #09F552
Complementary color
Monochromatic Colors of #09F552
Black with #09F552
Text Example
Text Example
White with #09F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F552; }
p { color: rgb(9,245,82); }
H1.HeaderClassName
{
color: #09F552;
}
.AnyTagClassName
{
color: #09F552;
}
</style>
background-color css
<style>
a { background-color: #09F552; }
a { background-color: rgb(9,245,82); }
div.DivClassName
{
background-color: #09F552;
}
.BgClassName
{
background-color: #09F552;
}
</style>
border-color css
<style>
span { border-color: #09F552; }
span { border-color: rgb(9,245,82); }
td.TdClassName
{
border-color: #09F552;
}
.TagClassName
{
border-color: #09F552;
}
</style>