Shades of Malachite #10F04B
Tints of Malachite #10F04B
RGB
CMYK
RGB Variations
Color information
#10F04B (or 0x10F04B) is known color: Malachite. HEX triplet: 10, F0 and 4B. RGB value is (16,240,75). Sum of RGB (Red+Green+Blue) = 16+240+75=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #10F04B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F04B is #EF0FB4. Grayscale: #9A9A9A. Windows color (decimal): -15667125 or 4976656. OLE color: 4976656.
HSL color Cylindrical-coordinate representation of color #10F04B: hue angle of 135.8º 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 #10F04B is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 75 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.06 |
| HSL | 135.8º | 0.88% | 0.5% | - |
| HSV(B) | 135.8º | 0.93% | 0.94% | - |
| XYZ | 32.64 | 62.94 | 17.08 | - |
| YUV | 154.21 | 83.29 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 75 | 0.93 | 0 | 0.69 | 0.06 | 135.8 | 0.88 | 0.5 |
| Hex | 10 | F0 | 4B | 5D | 0 | 45 | 6 | 88 | 58 | 32 |
| Octal | 20 | 360 | 113 | 135 | 0 | 105 | 6 | 210 | 130 | 62 |
| Binary | 10000 | 11110000 | 1001011 | 1011101 | 0 | 1000101 | 110 | 10001000 | 1011000 | 110010 |
Color Harmonies of #10F04B
Complementary color
Monochromatic Colors of #10F04B
Black with #10F04B
Text Example
Text Example
White with #10F04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F04B; }
p { color: rgb(16,240,75); }
H1.HeaderClassName
{
color: #10F04B;
}
.AnyTagClassName
{
color: #10F04B;
}
</style>
background-color css
<style>
a { background-color: #10F04B; }
a { background-color: rgb(16,240,75); }
div.DivClassName
{
background-color: #10F04B;
}
.BgClassName
{
background-color: #10F04B;
}
</style>
border-color css
<style>
span { border-color: #10F04B; }
span { border-color: rgb(16,240,75); }
td.TdClassName
{
border-color: #10F04B;
}
.TagClassName
{
border-color: #10F04B;
}
</style>