Shades of Malachite #10F149
Tints of Malachite #10F149
RGB
CMYK
RGB Variations
Color information
#10F149 (or 0x10F149) is known color: Malachite. HEX triplet: 10, F1 and 49. RGB value is (16,241,73). Sum of RGB (Red+Green+Blue) = 16+241+73=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #10F149 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F149 is #EF0EB6. Grayscale: #9B9B9B. Windows color (decimal): -15666871 or 4845840. OLE color: 4845840.
HSL color Cylindrical-coordinate representation of color #10F149: hue angle of 135.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F149 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 73 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.05 |
| HSL | 135.2º | 0.89% | 0.5% | - |
| HSV(B) | 135.2º | 0.93% | 0.95% | - |
| XYZ | 32.87 | 63.5 | 16.83 | - |
| YUV | 154.57 | 81.96 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 73 | 0.93 | 0 | 0.70 | 0.05 | 135.2 | 0.89 | 0.5 |
| Hex | 10 | F1 | 49 | 5D | 0 | 46 | 5 | 87 | 59 | 32 |
| Octal | 20 | 361 | 111 | 135 | 0 | 106 | 5 | 207 | 131 | 62 |
| Binary | 10000 | 11110001 | 1001001 | 1011101 | 0 | 1000110 | 101 | 10000111 | 1011001 | 110010 |
Color Harmonies of #10F149
Complementary color
Monochromatic Colors of #10F149
Black with #10F149
Text Example
Text Example
White with #10F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F149; }
p { color: rgb(16,241,73); }
H1.HeaderClassName
{
color: #10F149;
}
.AnyTagClassName
{
color: #10F149;
}
</style>
background-color css
<style>
a { background-color: #10F149; }
a { background-color: rgb(16,241,73); }
div.DivClassName
{
background-color: #10F149;
}
.BgClassName
{
background-color: #10F149;
}
</style>
border-color css
<style>
span { border-color: #10F149; }
span { border-color: rgb(16,241,73); }
td.TdClassName
{
border-color: #10F149;
}
.TagClassName
{
border-color: #10F149;
}
</style>