Shades of Malachite #09F138
Tints of Malachite #09F138
RGB
CMYK
RGB Variations
Color information
#09F138 (or 0x09F138) is known color: Malachite. HEX triplet: 09, F1 and 38. RGB value is (9,241,56). Sum of RGB (Red+Green+Blue) = 9+241+56=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 241 (94.53% from 255 or 78.76% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 241 - color contains mainly: green. Hex color #09F138 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F138 is #F60EC7. Grayscale: #979797. Windows color (decimal): -16125640 or 3731721. OLE color: 3731721.
HSL color Cylindrical-coordinate representation of color #09F138: hue angle of 132.16º 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 #09F138 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 56 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.05 |
| HSL | 132.16º | 0.93% | 0.49% | - |
| HSV(B) | 132.16º | 0.96% | 0.95% | - |
| XYZ | 32.28 | 63.25 | 14.25 | - |
| YUV | 150.54 | 74.64 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 56 | 0.96 | 0 | 0.77 | 0.05 | 132.16 | 0.93 | 0.49 |
| Hex | 9 | F1 | 38 | 60 | 0 | 4D | 5 | 84 | 5D | 31 |
| Octal | 11 | 361 | 70 | 140 | 0 | 115 | 5 | 204 | 135 | 61 |
| Binary | 1001 | 11110001 | 111000 | 1100000 | 0 | 1001101 | 101 | 10000100 | 1011101 | 110001 |
Color Harmonies of #09F138
Complementary color
Monochromatic Colors of #09F138
Black with #09F138
Text Example
Text Example
White with #09F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F138; }
p { color: rgb(9,241,56); }
H1.HeaderClassName
{
color: #09F138;
}
.AnyTagClassName
{
color: #09F138;
}
</style>
background-color css
<style>
a { background-color: #09F138; }
a { background-color: rgb(9,241,56); }
div.DivClassName
{
background-color: #09F138;
}
.BgClassName
{
background-color: #09F138;
}
</style>
border-color css
<style>
span { border-color: #09F138; }
span { border-color: rgb(9,241,56); }
td.TdClassName
{
border-color: #09F138;
}
.TagClassName
{
border-color: #09F138;
}
</style>