Shades of Malachite #10FF58
Tints of Malachite #10FF58
RGB
CMYK
RGB Variations
Color information
#10FF58 (or 0x10FF58) is known color: Malachite. HEX triplet: 10, FF and 58. RGB value is (16,255,88). Sum of RGB (Red+Green+Blue) = 16+255+88=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FF58 is #EF00A7. Grayscale: #A4A4A4. Windows color (decimal): -15663272 or 5832464. OLE color: 5832464.
HSL color Cylindrical-coordinate representation of color #10FF58: hue angle of 138.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF58 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 88 | - |
| CMYK | 0.94 | 0 | 0.65 | 0 |
| HSL | 138.08º | 1% | 0.53% | - |
| HSV(B) | 138.08º | 0.94% | 1% | - |
| XYZ | 37.74 | 72.33 | 21.21 | - |
| YUV | 164.5 | 84.82 | 22.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 88 | 0.94 | 0 | 0.65 | 0 | 138.08 | 1 | 0.53 |
| Hex | 10 | FF | 58 | 5E | 0 | 41 | 0 | 8A | 64 | 35 |
| Octal | 20 | 377 | 130 | 136 | 0 | 101 | 0 | 212 | 144 | 65 |
| Binary | 10000 | 11111111 | 1011000 | 1011110 | 0 | 1000001 | 0 | 10001010 | 1100100 | 110101 |
Color Harmonies of #10FF58
Complementary color
Monochromatic Colors of #10FF58
Black with #10FF58
Text Example
Text Example
White with #10FF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF58; }
p { color: rgb(16,255,88); }
H1.HeaderClassName
{
color: #10FF58;
}
.AnyTagClassName
{
color: #10FF58;
}
</style>
background-color css
<style>
a { background-color: #10FF58; }
a { background-color: rgb(16,255,88); }
div.DivClassName
{
background-color: #10FF58;
}
.BgClassName
{
background-color: #10FF58;
}
</style>
border-color css
<style>
span { border-color: #10FF58; }
span { border-color: rgb(16,255,88); }
td.TdClassName
{
border-color: #10FF58;
}
.TagClassName
{
border-color: #10FF58;
}
</style>