Shades of Malachite #09F164
Tints of Malachite #09F164
RGB
CMYK
RGB Variations
Color information
#09F164 (or 0x09F164) is known color: Malachite. HEX triplet: 09, F1 and 64. RGB value is (9,241,100). Sum of RGB (Red+Green+Blue) = 9+241+100=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #09F164 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F164 is #F60E9B. Grayscale: #9B9B9B. Windows color (decimal): -16125596 or 6615305. OLE color: 6615305.
HSL color Cylindrical-coordinate representation of color #09F164: hue angle of 143.53º 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 #09F164 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 100 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.05 |
| HSL | 143.53º | 0.93% | 0.49% | - |
| HSV(B) | 143.53º | 0.96% | 0.95% | - |
| XYZ | 33.87 | 63.89 | 22.6 | - |
| YUV | 155.56 | 96.64 | 23.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 100 | 0.96 | 0 | 0.59 | 0.05 | 143.53 | 0.93 | 0.49 |
| Hex | 9 | F1 | 64 | 60 | 0 | 3B | 5 | 90 | 5D | 31 |
| Octal | 11 | 361 | 144 | 140 | 0 | 73 | 5 | 220 | 135 | 61 |
| Binary | 1001 | 11110001 | 1100100 | 1100000 | 0 | 111011 | 101 | 10010000 | 1011101 | 110001 |
Color Harmonies of #09F164
Complementary color
Monochromatic Colors of #09F164
Black with #09F164
Text Example
Text Example
White with #09F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F164; }
p { color: rgb(9,241,100); }
H1.HeaderClassName
{
color: #09F164;
}
.AnyTagClassName
{
color: #09F164;
}
</style>
background-color css
<style>
a { background-color: #09F164; }
a { background-color: rgb(9,241,100); }
div.DivClassName
{
background-color: #09F164;
}
.BgClassName
{
background-color: #09F164;
}
</style>
border-color css
<style>
span { border-color: #09F164; }
span { border-color: rgb(9,241,100); }
td.TdClassName
{
border-color: #09F164;
}
.TagClassName
{
border-color: #09F164;
}
</style>