Shades of Malachite #09E164
Tints of Malachite #09E164
RGB
CMYK
RGB Variations
Color information
#09E164 (or 0x09E164) is known color: Malachite. HEX triplet: 09, E1 and 64. RGB value is (9,225,100). Sum of RGB (Red+Green+Blue) = 9+225+100=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #09E164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09E164 is #F61E9B. Grayscale: #929292. Windows color (decimal): -16129692 or 6611209. OLE color: 6611209.
HSL color Cylindrical-coordinate representation of color #09E164: hue angle of 145.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E164 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 225 | 100 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.12 |
| HSL | 145.28º | 0.92% | 0.46% | - |
| HSV(B) | 145.28º | 0.96% | 0.88% | - |
| XYZ | 29.34 | 54.83 | 21.09 | - |
| YUV | 146.17 | 101.94 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 100 | 0.96 | 0 | 0.56 | 0.12 | 145.28 | 0.92 | 0.46 |
| Hex | 9 | E1 | 64 | 60 | 0 | 38 | C | 91 | 5C | 2E |
| Octal | 11 | 341 | 144 | 140 | 0 | 70 | 14 | 221 | 134 | 56 |
| Binary | 1001 | 11100001 | 1100100 | 1100000 | 0 | 111000 | 1100 | 10010001 | 1011100 | 101110 |
Color Harmonies of #09E164
Complementary color
Monochromatic Colors of #09E164
Black with #09E164
Text Example
Text Example
White with #09E164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E164; }
p { color: rgb(9,225,100); }
H1.HeaderClassName
{
color: #09E164;
}
.AnyTagClassName
{
color: #09E164;
}
</style>
background-color css
<style>
a { background-color: #09E164; }
a { background-color: rgb(9,225,100); }
div.DivClassName
{
background-color: #09E164;
}
.BgClassName
{
background-color: #09E164;
}
</style>
border-color css
<style>
span { border-color: #09E164; }
span { border-color: rgb(9,225,100); }
td.TdClassName
{
border-color: #09E164;
}
.TagClassName
{
border-color: #09E164;
}
</style>