Shades of Malachite #0FD24A
Tints of Malachite #0FD24A
RGB
CMYK
RGB Variations
Color information
#0FD24A (or 0x0FD24A) is known color: Malachite. HEX triplet: 0F, D2 and 4A. RGB value is (15,210,74). Sum of RGB (Red+Green+Blue) = 15+210+74=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 210 (82.42% from 255 or 70.23% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD24A is #F02DB5. Grayscale: #888888. Windows color (decimal): -15740342 or 4903439. OLE color: 4903439.
HSL color Cylindrical-coordinate representation of color #0FD24A: hue angle of 138.15º 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 #0FD24A is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 74 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.18 |
| HSL | 138.15º | 0.87% | 0.44% | - |
| HSV(B) | 138.15º | 0.93% | 0.82% | - |
| XYZ | 24.48 | 46.69 | 14.2 | - |
| YUV | 136.19 | 92.9 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 74 | 0.93 | 0 | 0.65 | 0.18 | 138.15 | 0.87 | 0.44 |
| Hex | F | D2 | 4A | 5D | 0 | 41 | 12 | 8A | 57 | 2C |
| Octal | 17 | 322 | 112 | 135 | 0 | 101 | 22 | 212 | 127 | 54 |
| Binary | 1111 | 11010010 | 1001010 | 1011101 | 0 | 1000001 | 10010 | 10001010 | 1010111 | 101100 |
Color Harmonies of #0FD24A
Complementary color
Monochromatic Colors of #0FD24A
Black with #0FD24A
Text Example
Text Example
White with #0FD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD24A; }
p { color: rgb(15,210,74); }
H1.HeaderClassName
{
color: #0FD24A;
}
.AnyTagClassName
{
color: #0FD24A;
}
</style>
background-color css
<style>
a { background-color: #0FD24A; }
a { background-color: rgb(15,210,74); }
div.DivClassName
{
background-color: #0FD24A;
}
.BgClassName
{
background-color: #0FD24A;
}
</style>
border-color css
<style>
span { border-color: #0FD24A; }
span { border-color: rgb(15,210,74); }
td.TdClassName
{
border-color: #0FD24A;
}
.TagClassName
{
border-color: #0FD24A;
}
</style>