Shades of Malachite #09F85A
Tints of Malachite #09F85A
RGB
CMYK
RGB Variations
Color information
#09F85A (or 0x09F85A) is known color: Malachite. HEX triplet: 09, F8 and 5A. RGB value is (9,248,90). Sum of RGB (Red+Green+Blue) = 9+248+90=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 248 (97.27% from 255 or 71.47% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 248 - color contains mainly: green. Hex color #09F85A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #09F85A is #F607A5. Grayscale: #9E9E9E. Windows color (decimal): -16123814 or 5961737. OLE color: 5961737.
HSL color Cylindrical-coordinate representation of color #09F85A: hue angle of 140.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F85A is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 248 | 90 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.03 |
| HSL | 140.33º | 0.94% | 0.5% | - |
| HSV(B) | 140.33º | 0.96% | 0.97% | - |
| XYZ | 35.53 | 67.93 | 20.91 | - |
| YUV | 158.53 | 89.32 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 248 | 90 | 0.96 | 0 | 0.64 | 0.03 | 140.33 | 0.94 | 0.5 |
| Hex | 9 | F8 | 5A | 60 | 0 | 40 | 3 | 8C | 5E | 32 |
| Octal | 11 | 370 | 132 | 140 | 0 | 100 | 3 | 214 | 136 | 62 |
| Binary | 1001 | 11111000 | 1011010 | 1100000 | 0 | 1000000 | 11 | 10001100 | 1011110 | 110010 |
Color Harmonies of #09F85A
Complementary color
Monochromatic Colors of #09F85A
Black with #09F85A
Text Example
Text Example
White with #09F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F85A; }
p { color: rgb(9,248,90); }
H1.HeaderClassName
{
color: #09F85A;
}
.AnyTagClassName
{
color: #09F85A;
}
</style>
background-color css
<style>
a { background-color: #09F85A; }
a { background-color: rgb(9,248,90); }
div.DivClassName
{
background-color: #09F85A;
}
.BgClassName
{
background-color: #09F85A;
}
</style>
border-color css
<style>
span { border-color: #09F85A; }
span { border-color: rgb(9,248,90); }
td.TdClassName
{
border-color: #09F85A;
}
.TagClassName
{
border-color: #09F85A;
}
</style>