Shades of Malachite #0FD84B
Tints of Malachite #0FD84B
RGB
CMYK
RGB Variations
Color information
#0FD84B (or 0x0FD84B) is known color: Malachite. HEX triplet: 0F, D8 and 4B. RGB value is (15,216,75). Sum of RGB (Red+Green+Blue) = 15+216+75=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD84B is #F027B4. Grayscale: #8C8C8C. Windows color (decimal): -15738805 or 4970511. OLE color: 4970511.
HSL color Cylindrical-coordinate representation of color #0FD84B: hue angle of 137.91º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD84B is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 75 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.15 |
| HSL | 137.91º | 0.87% | 0.45% | - |
| HSV(B) | 137.91º | 0.93% | 0.85% | - |
| XYZ | 26.02 | 49.72 | 14.88 | - |
| YUV | 139.83 | 91.41 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 75 | 0.93 | 0 | 0.65 | 0.15 | 137.91 | 0.87 | 0.45 |
| Hex | F | D8 | 4B | 5D | 0 | 41 | F | 8A | 57 | 2D |
| Octal | 17 | 330 | 113 | 135 | 0 | 101 | 17 | 212 | 127 | 55 |
| Binary | 1111 | 11011000 | 1001011 | 1011101 | 0 | 1000001 | 1111 | 10001010 | 1010111 | 101101 |
Color Harmonies of #0FD84B
Complementary color
Monochromatic Colors of #0FD84B
Black with #0FD84B
Text Example
Text Example
White with #0FD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD84B; }
p { color: rgb(15,216,75); }
H1.HeaderClassName
{
color: #0FD84B;
}
.AnyTagClassName
{
color: #0FD84B;
}
</style>
background-color css
<style>
a { background-color: #0FD84B; }
a { background-color: rgb(15,216,75); }
div.DivClassName
{
background-color: #0FD84B;
}
.BgClassName
{
background-color: #0FD84B;
}
</style>
border-color css
<style>
span { border-color: #0FD84B; }
span { border-color: rgb(15,216,75); }
td.TdClassName
{
border-color: #0FD84B;
}
.TagClassName
{
border-color: #0FD84B;
}
</style>