Shades of Malachite #10F63B
Tints of Malachite #10F63B
RGB
CMYK
RGB Variations
Color information
#10F63B (or 0x10F63B) is known color: Malachite. HEX triplet: 10, F6 and 3B. RGB value is (16,246,59). Sum of RGB (Red+Green+Blue) = 16+246+59=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 246 (96.48% from 255 or 76.64% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 246 - color contains mainly: green. Hex color #10F63B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F63B is #EF09C4. Grayscale: #9C9C9C. Windows color (decimal): -15665605 or 3929616. OLE color: 3929616.
HSL color Cylindrical-coordinate representation of color #10F63B: hue angle of 131.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F63B is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 246 | 59 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.04 |
| HSL | 131.22º | 0.93% | 0.51% | - |
| HSV(B) | 131.22º | 0.93% | 0.96% | - |
| XYZ | 33.96 | 66.34 | 15.15 | - |
| YUV | 155.91 | 73.3 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 246 | 59 | 0.93 | 0 | 0.76 | 0.04 | 131.22 | 0.93 | 0.51 |
| Hex | 10 | F6 | 3B | 5D | 0 | 4C | 4 | 83 | 5D | 33 |
| Octal | 20 | 366 | 73 | 135 | 0 | 114 | 4 | 203 | 135 | 63 |
| Binary | 10000 | 11110110 | 111011 | 1011101 | 0 | 1001100 | 100 | 10000011 | 1011101 | 110011 |
Color Harmonies of #10F63B
Complementary color
Monochromatic Colors of #10F63B
Black with #10F63B
Text Example
Text Example
White with #10F63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F63B; }
p { color: rgb(16,246,59); }
H1.HeaderClassName
{
color: #10F63B;
}
.AnyTagClassName
{
color: #10F63B;
}
</style>
background-color css
<style>
a { background-color: #10F63B; }
a { background-color: rgb(16,246,59); }
div.DivClassName
{
background-color: #10F63B;
}
.BgClassName
{
background-color: #10F63B;
}
</style>
border-color css
<style>
span { border-color: #10F63B; }
span { border-color: rgb(16,246,59); }
td.TdClassName
{
border-color: #10F63B;
}
.TagClassName
{
border-color: #10F63B;
}
</style>