Shades of Malachite #10F154
Tints of Malachite #10F154
RGB
CMYK
RGB Variations
Color information
#10F154 (or 0x10F154) is known color: Malachite. HEX triplet: 10, F1 and 54. RGB value is (16,241,84). Sum of RGB (Red+Green+Blue) = 16+241+84=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #10F154 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F154 is #EF0EAB. Grayscale: #9C9C9C. Windows color (decimal): -15666860 or 5566736. OLE color: 5566736.
HSL color Cylindrical-coordinate representation of color #10F154: hue angle of 138.13º 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 #10F154 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 84 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.05 |
| HSL | 138.13º | 0.89% | 0.5% | - |
| HSV(B) | 138.13º | 0.93% | 0.95% | - |
| XYZ | 33.27 | 63.66 | 18.92 | - |
| YUV | 155.83 | 87.46 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 84 | 0.93 | 0 | 0.65 | 0.05 | 138.13 | 0.89 | 0.5 |
| Hex | 10 | F1 | 54 | 5D | 0 | 41 | 5 | 8A | 59 | 32 |
| Octal | 20 | 361 | 124 | 135 | 0 | 101 | 5 | 212 | 131 | 62 |
| Binary | 10000 | 11110001 | 1010100 | 1011101 | 0 | 1000001 | 101 | 10001010 | 1011001 | 110010 |
Color Harmonies of #10F154
Complementary color
Monochromatic Colors of #10F154
Black with #10F154
Text Example
Text Example
White with #10F154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F154; }
p { color: rgb(16,241,84); }
H1.HeaderClassName
{
color: #10F154;
}
.AnyTagClassName
{
color: #10F154;
}
</style>
background-color css
<style>
a { background-color: #10F154; }
a { background-color: rgb(16,241,84); }
div.DivClassName
{
background-color: #10F154;
}
.BgClassName
{
background-color: #10F154;
}
</style>
border-color css
<style>
span { border-color: #10F154; }
span { border-color: rgb(16,241,84); }
td.TdClassName
{
border-color: #10F154;
}
.TagClassName
{
border-color: #10F154;
}
</style>