Shades of Malachite #10F167
Tints of Malachite #10F167
RGB
CMYK
RGB Variations
Color information
#10F167 (or 0x10F167) is known color: Malachite. HEX triplet: 10, F1 and 67. RGB value is (16,241,103). Sum of RGB (Red+Green+Blue) = 16+241+103=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #10F167 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F167 is #EF0E98. Grayscale: #9E9E9E. Windows color (decimal): -15666841 or 6811920. OLE color: 6811920.
HSL color Cylindrical-coordinate representation of color #10F167: hue angle of 143.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 #10F167 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 103 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.05 |
| HSL | 143.2º | 0.89% | 0.5% | - |
| HSV(B) | 143.2º | 0.93% | 0.95% | - |
| XYZ | 34.12 | 64 | 23.39 | - |
| YUV | 157.99 | 96.96 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 103 | 0.93 | 0 | 0.57 | 0.05 | 143.2 | 0.89 | 0.5 |
| Hex | 10 | F1 | 67 | 5D | 0 | 39 | 5 | 8F | 59 | 32 |
| Octal | 20 | 361 | 147 | 135 | 0 | 71 | 5 | 217 | 131 | 62 |
| Binary | 10000 | 11110001 | 1100111 | 1011101 | 0 | 111001 | 101 | 10001111 | 1011001 | 110010 |
Color Harmonies of #10F167
Complementary color
Monochromatic Colors of #10F167
Black with #10F167
Text Example
Text Example
White with #10F167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F167; }
p { color: rgb(16,241,103); }
H1.HeaderClassName
{
color: #10F167;
}
.AnyTagClassName
{
color: #10F167;
}
</style>
background-color css
<style>
a { background-color: #10F167; }
a { background-color: rgb(16,241,103); }
div.DivClassName
{
background-color: #10F167;
}
.BgClassName
{
background-color: #10F167;
}
</style>
border-color css
<style>
span { border-color: #10F167; }
span { border-color: rgb(16,241,103); }
td.TdClassName
{
border-color: #10F167;
}
.TagClassName
{
border-color: #10F167;
}
</style>