Shades of Malachite #0FD24B
Tints of Malachite #0FD24B
RGB
CMYK
RGB Variations
Color information
#0FD24B (or 0x0FD24B) is known color: Malachite. HEX triplet: 0F, D2 and 4B. RGB value is (15,210,75). Sum of RGB (Red+Green+Blue) = 15+210+75=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD24B is #F02DB4. Grayscale: #888888. Windows color (decimal): -15740341 or 4968975. OLE color: 4968975.
HSL color Cylindrical-coordinate representation of color #0FD24B: hue angle of 138.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD24B is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 75 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.18 |
| HSL | 138.46º | 0.87% | 0.44% | - |
| HSV(B) | 138.46º | 0.93% | 0.82% | - |
| XYZ | 24.51 | 46.7 | 14.38 | - |
| YUV | 136.31 | 93.4 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 75 | 0.93 | 0 | 0.64 | 0.18 | 138.46 | 0.87 | 0.44 |
| Hex | F | D2 | 4B | 5D | 0 | 40 | 12 | 8A | 57 | 2C |
| Octal | 17 | 322 | 113 | 135 | 0 | 100 | 22 | 212 | 127 | 54 |
| Binary | 1111 | 11010010 | 1001011 | 1011101 | 0 | 1000000 | 10010 | 10001010 | 1010111 | 101100 |
Color Harmonies of #0FD24B
Complementary color
Monochromatic Colors of #0FD24B
Black with #0FD24B
Text Example
Text Example
White with #0FD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD24B; }
p { color: rgb(15,210,75); }
H1.HeaderClassName
{
color: #0FD24B;
}
.AnyTagClassName
{
color: #0FD24B;
}
</style>
background-color css
<style>
a { background-color: #0FD24B; }
a { background-color: rgb(15,210,75); }
div.DivClassName
{
background-color: #0FD24B;
}
.BgClassName
{
background-color: #0FD24B;
}
</style>
border-color css
<style>
span { border-color: #0FD24B; }
span { border-color: rgb(15,210,75); }
td.TdClassName
{
border-color: #0FD24B;
}
.TagClassName
{
border-color: #0FD24B;
}
</style>