Shades of Malachite #0FDA3A
Tints of Malachite #0FDA3A
RGB
CMYK
RGB Variations
Color information
#0FDA3A (or 0x0FDA3A) is known color: Malachite. HEX triplet: 0F, DA and 3A. RGB value is (15,218,58). Sum of RGB (Red+Green+Blue) = 15+218+58=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 218 (85.55% from 255 or 74.91% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDA3A is #F025C5. Grayscale: #8B8B8B. Windows color (decimal): -15738310 or 3856911. OLE color: 3856911.
HSL color Cylindrical-coordinate representation of color #0FDA3A: hue angle of 132.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA3A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 58 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.15 |
| HSL | 132.71º | 0.87% | 0.46% | - |
| HSV(B) | 132.71º | 0.93% | 0.85% | - |
| XYZ | 26.03 | 50.55 | 12.39 | - |
| YUV | 139.06 | 82.25 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 58 | 0.93 | 0 | 0.73 | 0.15 | 132.71 | 0.87 | 0.46 |
| Hex | F | DA | 3A | 5D | 0 | 49 | F | 85 | 57 | 2E |
| Octal | 17 | 332 | 72 | 135 | 0 | 111 | 17 | 205 | 127 | 56 |
| Binary | 1111 | 11011010 | 111010 | 1011101 | 0 | 1001001 | 1111 | 10000101 | 1010111 | 101110 |
Color Harmonies of #0FDA3A
Complementary color
Monochromatic Colors of #0FDA3A
Black with #0FDA3A
Text Example
Text Example
White with #0FDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA3A; }
p { color: rgb(15,218,58); }
H1.HeaderClassName
{
color: #0FDA3A;
}
.AnyTagClassName
{
color: #0FDA3A;
}
</style>
background-color css
<style>
a { background-color: #0FDA3A; }
a { background-color: rgb(15,218,58); }
div.DivClassName
{
background-color: #0FDA3A;
}
.BgClassName
{
background-color: #0FDA3A;
}
</style>
border-color css
<style>
span { border-color: #0FDA3A; }
span { border-color: rgb(15,218,58); }
td.TdClassName
{
border-color: #0FDA3A;
}
.TagClassName
{
border-color: #0FDA3A;
}
</style>