Shades of Malachite #10F24F
Tints of Malachite #10F24F
RGB
CMYK
RGB Variations
Color information
#10F24F (or 0x10F24F) is known color: Malachite. HEX triplet: 10, F2 and 4F. RGB value is (16,242,79). Sum of RGB (Red+Green+Blue) = 16+242+79=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 242 (94.92% from 255 or 71.81% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 242 - color contains mainly: green. Hex color #10F24F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F24F is #EF0DB0. Grayscale: #9C9C9C. Windows color (decimal): -15666609 or 5239312. OLE color: 5239312.
HSL color Cylindrical-coordinate representation of color #10F24F: hue angle of 136.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F24F is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 79 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.05 |
| HSL | 136.73º | 0.9% | 0.51% | - |
| HSV(B) | 136.73º | 0.93% | 0.95% | - |
| XYZ | 33.38 | 64.18 | 18.03 | - |
| YUV | 155.84 | 84.63 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 79 | 0.93 | 0 | 0.67 | 0.05 | 136.73 | 0.9 | 0.51 |
| Hex | 10 | F2 | 4F | 5D | 0 | 43 | 5 | 89 | 5A | 33 |
| Octal | 20 | 362 | 117 | 135 | 0 | 103 | 5 | 211 | 132 | 63 |
| Binary | 10000 | 11110010 | 1001111 | 1011101 | 0 | 1000011 | 101 | 10001001 | 1011010 | 110011 |
Color Harmonies of #10F24F
Complementary color
Monochromatic Colors of #10F24F
Black with #10F24F
Text Example
Text Example
White with #10F24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F24F; }
p { color: rgb(16,242,79); }
H1.HeaderClassName
{
color: #10F24F;
}
.AnyTagClassName
{
color: #10F24F;
}
</style>
background-color css
<style>
a { background-color: #10F24F; }
a { background-color: rgb(16,242,79); }
div.DivClassName
{
background-color: #10F24F;
}
.BgClassName
{
background-color: #10F24F;
}
</style>
border-color css
<style>
span { border-color: #10F24F; }
span { border-color: rgb(16,242,79); }
td.TdClassName
{
border-color: #10F24F;
}
.TagClassName
{
border-color: #10F24F;
}
</style>