Shades of Malachite #0FFA4C
Tints of Malachite #0FFA4C
RGB
CMYK
RGB Variations
Color information
#0FFA4C (or 0x0FFA4C) is known color: Malachite. HEX triplet: 0F, FA and 4C. RGB value is (15,250,76). Sum of RGB (Red+Green+Blue) = 15+250+76=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA4C is #F005B3. Grayscale: #A0A0A0. Windows color (decimal): -15730100 or 5044751. OLE color: 5044751.
HSL color Cylindrical-coordinate representation of color #0FFA4C: hue angle of 135.57º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA4C is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 76 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.02 |
| HSL | 135.57º | 0.96% | 0.52% | - |
| HSV(B) | 135.57º | 0.94% | 0.98% | - |
| XYZ | 35.69 | 68.99 | 18.27 | - |
| YUV | 159.9 | 80.64 | 24.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 76 | 0.94 | 0 | 0.70 | 0.02 | 135.57 | 0.96 | 0.52 |
| Hex | F | FA | 4C | 5E | 0 | 46 | 2 | 88 | 60 | 34 |
| Octal | 17 | 372 | 114 | 136 | 0 | 106 | 2 | 210 | 140 | 64 |
| Binary | 1111 | 11111010 | 1001100 | 1011110 | 0 | 1000110 | 10 | 10001000 | 1100000 | 110100 |
Color Harmonies of #0FFA4C
Complementary color
Monochromatic Colors of #0FFA4C
Black with #0FFA4C
Text Example
Text Example
White with #0FFA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA4C; }
p { color: rgb(15,250,76); }
H1.HeaderClassName
{
color: #0FFA4C;
}
.AnyTagClassName
{
color: #0FFA4C;
}
</style>
background-color css
<style>
a { background-color: #0FFA4C; }
a { background-color: rgb(15,250,76); }
div.DivClassName
{
background-color: #0FFA4C;
}
.BgClassName
{
background-color: #0FFA4C;
}
</style>
border-color css
<style>
span { border-color: #0FFA4C; }
span { border-color: rgb(15,250,76); }
td.TdClassName
{
border-color: #0FFA4C;
}
.TagClassName
{
border-color: #0FFA4C;
}
</style>