Shades of Malachite #10F247
Tints of Malachite #10F247
RGB
CMYK
RGB Variations
Color information
#10F247 (or 0x10F247) is known color: Malachite. HEX triplet: 10, F2 and 47. RGB value is (16,242,71). Sum of RGB (Red+Green+Blue) = 16+242+71=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #10F247 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F247 is #EF0DB8. Grayscale: #9B9B9B. Windows color (decimal): -15666617 or 4715024. OLE color: 4715024.
HSL color Cylindrical-coordinate representation of color #10F247: hue angle of 134.6º 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 #10F247 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 71 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.05 |
| HSL | 134.6º | 0.9% | 0.51% | - |
| HSV(B) | 134.6º | 0.93% | 0.95% | - |
| XYZ | 33.1 | 64.07 | 16.58 | - |
| YUV | 154.93 | 80.63 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 71 | 0.93 | 0 | 0.71 | 0.05 | 134.6 | 0.9 | 0.51 |
| Hex | 10 | F2 | 47 | 5D | 0 | 47 | 5 | 87 | 5A | 33 |
| Octal | 20 | 362 | 107 | 135 | 0 | 107 | 5 | 207 | 132 | 63 |
| Binary | 10000 | 11110010 | 1000111 | 1011101 | 0 | 1000111 | 101 | 10000111 | 1011010 | 110011 |
Color Harmonies of #10F247
Complementary color
Monochromatic Colors of #10F247
Black with #10F247
Text Example
Text Example
White with #10F247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F247; }
p { color: rgb(16,242,71); }
H1.HeaderClassName
{
color: #10F247;
}
.AnyTagClassName
{
color: #10F247;
}
</style>
background-color css
<style>
a { background-color: #10F247; }
a { background-color: rgb(16,242,71); }
div.DivClassName
{
background-color: #10F247;
}
.BgClassName
{
background-color: #10F247;
}
</style>
border-color css
<style>
span { border-color: #10F247; }
span { border-color: rgb(16,242,71); }
td.TdClassName
{
border-color: #10F247;
}
.TagClassName
{
border-color: #10F247;
}
</style>