Shades of Malachite #09F14C
Tints of Malachite #09F14C
RGB
CMYK
RGB Variations
Color information
#09F14C (or 0x09F14C) is known color: Malachite. HEX triplet: 09, F1 and 4C. RGB value is (9,241,76). Sum of RGB (Red+Green+Blue) = 9+241+76=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #09F14C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F14C is #F60EB3. Grayscale: #999999. Windows color (decimal): -16125620 or 5042441. OLE color: 5042441.
HSL color Cylindrical-coordinate representation of color #09F14C: hue angle of 137.33º 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 #09F14C is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 76 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.05 |
| HSL | 137.33º | 0.93% | 0.49% | - |
| HSV(B) | 137.33º | 0.96% | 0.95% | - |
| XYZ | 32.87 | 63.49 | 17.36 | - |
| YUV | 152.82 | 84.64 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 76 | 0.96 | 0 | 0.68 | 0.05 | 137.33 | 0.93 | 0.49 |
| Hex | 9 | F1 | 4C | 60 | 0 | 44 | 5 | 89 | 5D | 31 |
| Octal | 11 | 361 | 114 | 140 | 0 | 104 | 5 | 211 | 135 | 61 |
| Binary | 1001 | 11110001 | 1001100 | 1100000 | 0 | 1000100 | 101 | 10001001 | 1011101 | 110001 |
Color Harmonies of #09F14C
Complementary color
Monochromatic Colors of #09F14C
Black with #09F14C
Text Example
Text Example
White with #09F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F14C; }
p { color: rgb(9,241,76); }
H1.HeaderClassName
{
color: #09F14C;
}
.AnyTagClassName
{
color: #09F14C;
}
</style>
background-color css
<style>
a { background-color: #09F14C; }
a { background-color: rgb(9,241,76); }
div.DivClassName
{
background-color: #09F14C;
}
.BgClassName
{
background-color: #09F14C;
}
</style>
border-color css
<style>
span { border-color: #09F14C; }
span { border-color: rgb(9,241,76); }
td.TdClassName
{
border-color: #09F14C;
}
.TagClassName
{
border-color: #09F14C;
}
</style>