Shades of Malachite #09F150
Tints of Malachite #09F150
RGB
CMYK
RGB Variations
Color information
#09F150 (or 0x09F150) is known color: Malachite. HEX triplet: 09, F1 and 50. RGB value is (9,241,80). Sum of RGB (Red+Green+Blue) = 9+241+80=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #09F150 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F150 is #F60EAF. Grayscale: #999999. Windows color (decimal): -16125616 or 5304585. OLE color: 5304585.
HSL color Cylindrical-coordinate representation of color #09F150: hue angle of 138.36º 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 #09F150 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 80 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.05 |
| HSL | 138.36º | 0.93% | 0.49% | - |
| HSV(B) | 138.36º | 0.96% | 0.95% | - |
| XYZ | 33.02 | 63.55 | 18.12 | - |
| YUV | 153.28 | 86.64 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 80 | 0.96 | 0 | 0.67 | 0.05 | 138.36 | 0.93 | 0.49 |
| Hex | 9 | F1 | 50 | 60 | 0 | 43 | 5 | 8A | 5D | 31 |
| Octal | 11 | 361 | 120 | 140 | 0 | 103 | 5 | 212 | 135 | 61 |
| Binary | 1001 | 11110001 | 1010000 | 1100000 | 0 | 1000011 | 101 | 10001010 | 1011101 | 110001 |
Color Harmonies of #09F150
Complementary color
Monochromatic Colors of #09F150
Black with #09F150
Text Example
Text Example
White with #09F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F150; }
p { color: rgb(9,241,80); }
H1.HeaderClassName
{
color: #09F150;
}
.AnyTagClassName
{
color: #09F150;
}
</style>
background-color css
<style>
a { background-color: #09F150; }
a { background-color: rgb(9,241,80); }
div.DivClassName
{
background-color: #09F150;
}
.BgClassName
{
background-color: #09F150;
}
</style>
border-color css
<style>
span { border-color: #09F150; }
span { border-color: rgb(9,241,80); }
td.TdClassName
{
border-color: #09F150;
}
.TagClassName
{
border-color: #09F150;
}
</style>