Shades of Malachite #09F350
Tints of Malachite #09F350
RGB
CMYK
RGB Variations
Color information
#09F350 (or 0x09F350) is known color: Malachite. HEX triplet: 09, F3 and 50. RGB value is (9,243,80). Sum of RGB (Red+Green+Blue) = 9+243+80=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #09F350 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F350 is #F60CAF. Grayscale: #9A9A9A. Windows color (decimal): -16125104 or 5305097. OLE color: 5305097.
HSL color Cylindrical-coordinate representation of color #09F350: hue angle of 138.21º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F350 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 80 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.05 |
| HSL | 138.21º | 0.93% | 0.49% | - |
| HSV(B) | 138.21º | 0.96% | 0.95% | - |
| XYZ | 33.61 | 64.74 | 18.31 | - |
| YUV | 154.45 | 85.98 | 24.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 80 | 0.96 | 0 | 0.67 | 0.05 | 138.21 | 0.93 | 0.49 |
| Hex | 9 | F3 | 50 | 60 | 0 | 43 | 5 | 8A | 5D | 31 |
| Octal | 11 | 363 | 120 | 140 | 0 | 103 | 5 | 212 | 135 | 61 |
| Binary | 1001 | 11110011 | 1010000 | 1100000 | 0 | 1000011 | 101 | 10001010 | 1011101 | 110001 |
Color Harmonies of #09F350
Complementary color
Monochromatic Colors of #09F350
Black with #09F350
Text Example
Text Example
White with #09F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F350; }
p { color: rgb(9,243,80); }
H1.HeaderClassName
{
color: #09F350;
}
.AnyTagClassName
{
color: #09F350;
}
</style>
background-color css
<style>
a { background-color: #09F350; }
a { background-color: rgb(9,243,80); }
div.DivClassName
{
background-color: #09F350;
}
.BgClassName
{
background-color: #09F350;
}
</style>
border-color css
<style>
span { border-color: #09F350; }
span { border-color: rgb(9,243,80); }
td.TdClassName
{
border-color: #09F350;
}
.TagClassName
{
border-color: #09F350;
}
</style>