Shades of Malachite #10F25B
Tints of Malachite #10F25B
RGB
CMYK
RGB Variations
Color information
#10F25B (or 0x10F25B) is known color: Malachite. HEX triplet: 10, F2 and 5B. RGB value is (16,242,91). Sum of RGB (Red+Green+Blue) = 16+242+91=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #10F25B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F25B is #EF0DA4. Grayscale: #9D9D9D. Windows color (decimal): -15666597 or 6025744. OLE color: 6025744.
HSL color Cylindrical-coordinate representation of color #10F25B: hue angle of 139.91º 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 #10F25B is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 91 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.05 |
| HSL | 139.91º | 0.9% | 0.51% | - |
| HSV(B) | 139.91º | 0.93% | 0.95% | - |
| XYZ | 33.85 | 64.37 | 20.54 | - |
| YUV | 157.21 | 90.63 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 91 | 0.93 | 0 | 0.62 | 0.05 | 139.91 | 0.9 | 0.51 |
| Hex | 10 | F2 | 5B | 5D | 0 | 3E | 5 | 8C | 5A | 33 |
| Octal | 20 | 362 | 133 | 135 | 0 | 76 | 5 | 214 | 132 | 63 |
| Binary | 10000 | 11110010 | 1011011 | 1011101 | 0 | 111110 | 101 | 10001100 | 1011010 | 110011 |
Color Harmonies of #10F25B
Complementary color
Monochromatic Colors of #10F25B
Black with #10F25B
Text Example
Text Example
White with #10F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F25B; }
p { color: rgb(16,242,91); }
H1.HeaderClassName
{
color: #10F25B;
}
.AnyTagClassName
{
color: #10F25B;
}
</style>
background-color css
<style>
a { background-color: #10F25B; }
a { background-color: rgb(16,242,91); }
div.DivClassName
{
background-color: #10F25B;
}
.BgClassName
{
background-color: #10F25B;
}
</style>
border-color css
<style>
span { border-color: #10F25B; }
span { border-color: rgb(16,242,91); }
td.TdClassName
{
border-color: #10F25B;
}
.TagClassName
{
border-color: #10F25B;
}
</style>