Shades of Malachite #09F241
Tints of Malachite #09F241
RGB
CMYK
RGB Variations
Color information
#09F241 (or 0x09F241) is known color: Malachite. HEX triplet: 09, F2 and 41. RGB value is (9,242,65). Sum of RGB (Red+Green+Blue) = 9+242+65=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #09F241 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F241 is #F60DBE. Grayscale: #989898. Windows color (decimal): -16125375 or 4321801. OLE color: 4321801.
HSL color Cylindrical-coordinate representation of color #09F241: hue angle of 134.42º 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 #09F241 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 65 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.05 |
| HSL | 134.42º | 0.93% | 0.49% | - |
| HSV(B) | 134.42º | 0.96% | 0.95% | - |
| XYZ | 32.82 | 63.94 | 15.61 | - |
| YUV | 152.16 | 78.81 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 65 | 0.96 | 0 | 0.73 | 0.05 | 134.42 | 0.93 | 0.49 |
| Hex | 9 | F2 | 41 | 60 | 0 | 49 | 5 | 86 | 5D | 31 |
| Octal | 11 | 362 | 101 | 140 | 0 | 111 | 5 | 206 | 135 | 61 |
| Binary | 1001 | 11110010 | 1000001 | 1100000 | 0 | 1001001 | 101 | 10000110 | 1011101 | 110001 |
Color Harmonies of #09F241
Complementary color
Monochromatic Colors of #09F241
Black with #09F241
Text Example
Text Example
White with #09F241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F241; }
p { color: rgb(9,242,65); }
H1.HeaderClassName
{
color: #09F241;
}
.AnyTagClassName
{
color: #09F241;
}
</style>
background-color css
<style>
a { background-color: #09F241; }
a { background-color: rgb(9,242,65); }
div.DivClassName
{
background-color: #09F241;
}
.BgClassName
{
background-color: #09F241;
}
</style>
border-color css
<style>
span { border-color: #09F241; }
span { border-color: rgb(9,242,65); }
td.TdClassName
{
border-color: #09F241;
}
.TagClassName
{
border-color: #09F241;
}
</style>