Shades of Malachite #10F03B
Tints of Malachite #10F03B
RGB
CMYK
RGB Variations
Color information
#10F03B (or 0x10F03B) is known color: Malachite. HEX triplet: 10, F0 and 3B. RGB value is (16,240,59). Sum of RGB (Red+Green+Blue) = 16+240+59=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #10F03B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F03B is #EF0FC4. Grayscale: #989898. Windows color (decimal): -15667141 or 3928080. OLE color: 3928080.
HSL color Cylindrical-coordinate representation of color #10F03B: hue angle of 131.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F03B is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 59 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.06 |
| HSL | 131.52º | 0.88% | 0.5% | - |
| HSV(B) | 131.52º | 0.93% | 0.94% | - |
| XYZ | 32.16 | 62.75 | 14.55 | - |
| YUV | 152.39 | 75.29 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 59 | 0.93 | 0 | 0.75 | 0.06 | 131.52 | 0.88 | 0.5 |
| Hex | 10 | F0 | 3B | 5D | 0 | 4B | 6 | 84 | 58 | 32 |
| Octal | 20 | 360 | 73 | 135 | 0 | 113 | 6 | 204 | 130 | 62 |
| Binary | 10000 | 11110000 | 111011 | 1011101 | 0 | 1001011 | 110 | 10000100 | 1011000 | 110010 |
Color Harmonies of #10F03B
Complementary color
Monochromatic Colors of #10F03B
Black with #10F03B
Text Example
Text Example
White with #10F03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F03B; }
p { color: rgb(16,240,59); }
H1.HeaderClassName
{
color: #10F03B;
}
.AnyTagClassName
{
color: #10F03B;
}
</style>
background-color css
<style>
a { background-color: #10F03B; }
a { background-color: rgb(16,240,59); }
div.DivClassName
{
background-color: #10F03B;
}
.BgClassName
{
background-color: #10F03B;
}
</style>
border-color css
<style>
span { border-color: #10F03B; }
span { border-color: rgb(16,240,59); }
td.TdClassName
{
border-color: #10F03B;
}
.TagClassName
{
border-color: #10F03B;
}
</style>