Shades of Malachite #10F143
Tints of Malachite #10F143
RGB
CMYK
RGB Variations
Color information
#10F143 (or 0x10F143) is known color: Malachite. HEX triplet: 10, F1 and 43. RGB value is (16,241,67). Sum of RGB (Red+Green+Blue) = 16+241+67=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #10F143 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F143 is #EF0EBC. Grayscale: #9A9A9A. Windows color (decimal): -15666877 or 4452624. OLE color: 4452624.
HSL color Cylindrical-coordinate representation of color #10F143: hue angle of 133.6º 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 #10F143 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 67 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.05 |
| HSL | 133.6º | 0.89% | 0.5% | - |
| HSV(B) | 133.6º | 0.93% | 0.95% | - |
| XYZ | 32.68 | 63.43 | 15.83 | - |
| YUV | 153.89 | 78.96 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 67 | 0.93 | 0 | 0.72 | 0.05 | 133.6 | 0.89 | 0.5 |
| Hex | 10 | F1 | 43 | 5D | 0 | 48 | 5 | 86 | 59 | 32 |
| Octal | 20 | 361 | 103 | 135 | 0 | 110 | 5 | 206 | 131 | 62 |
| Binary | 10000 | 11110001 | 1000011 | 1011101 | 0 | 1001000 | 101 | 10000110 | 1011001 | 110010 |
Color Harmonies of #10F143
Complementary color
Monochromatic Colors of #10F143
Black with #10F143
Text Example
Text Example
White with #10F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F143; }
p { color: rgb(16,241,67); }
H1.HeaderClassName
{
color: #10F143;
}
.AnyTagClassName
{
color: #10F143;
}
</style>
background-color css
<style>
a { background-color: #10F143; }
a { background-color: rgb(16,241,67); }
div.DivClassName
{
background-color: #10F143;
}
.BgClassName
{
background-color: #10F143;
}
</style>
border-color css
<style>
span { border-color: #10F143; }
span { border-color: rgb(16,241,67); }
td.TdClassName
{
border-color: #10F143;
}
.TagClassName
{
border-color: #10F143;
}
</style>