Shades of Malachite #10FA3B
Tints of Malachite #10FA3B
RGB
CMYK
RGB Variations
Color information
#10FA3B (or 0x10FA3B) is known color: Malachite. HEX triplet: 10, FA and 3B. RGB value is (16,250,59). Sum of RGB (Red+Green+Blue) = 16+250+59=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 250 (98.05% from 255 or 76.92% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA3B is #EF05C4. Grayscale: #9E9E9E. Windows color (decimal): -15664581 or 3930640. OLE color: 3930640.
HSL color Cylindrical-coordinate representation of color #10FA3B: hue angle of 131.03º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA3B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 59 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.02 |
| HSL | 131.03º | 0.96% | 0.52% | - |
| HSV(B) | 131.03º | 0.94% | 0.98% | - |
| XYZ | 35.19 | 68.8 | 15.56 | - |
| YUV | 158.26 | 71.98 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 59 | 0.94 | 0 | 0.76 | 0.02 | 131.03 | 0.96 | 0.52 |
| Hex | 10 | FA | 3B | 5E | 0 | 4C | 2 | 83 | 60 | 34 |
| Octal | 20 | 372 | 73 | 136 | 0 | 114 | 2 | 203 | 140 | 64 |
| Binary | 10000 | 11111010 | 111011 | 1011110 | 0 | 1001100 | 10 | 10000011 | 1100000 | 110100 |
Color Harmonies of #10FA3B
Complementary color
Monochromatic Colors of #10FA3B
Black with #10FA3B
Text Example
Text Example
White with #10FA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA3B; }
p { color: rgb(16,250,59); }
H1.HeaderClassName
{
color: #10FA3B;
}
.AnyTagClassName
{
color: #10FA3B;
}
</style>
background-color css
<style>
a { background-color: #10FA3B; }
a { background-color: rgb(16,250,59); }
div.DivClassName
{
background-color: #10FA3B;
}
.BgClassName
{
background-color: #10FA3B;
}
</style>
border-color css
<style>
span { border-color: #10FA3B; }
span { border-color: rgb(16,250,59); }
td.TdClassName
{
border-color: #10FA3B;
}
.TagClassName
{
border-color: #10FA3B;
}
</style>