Shades of Malachite #10FA4A
Tints of Malachite #10FA4A
RGB
CMYK
RGB Variations
Color information
#10FA4A (or 0x10FA4A) is known color: Malachite. HEX triplet: 10, FA and 4A. RGB value is (16,250,74). Sum of RGB (Red+Green+Blue) = 16+250+74=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 250 (98.05% from 255 or 73.53% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA4A is #EF05B5. Grayscale: #A0A0A0. Windows color (decimal): -15664566 or 4913680. OLE color: 4913680.
HSL color Cylindrical-coordinate representation of color #10FA4A: hue angle of 134.87º 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 #10FA4A is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 74 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.02 |
| HSL | 134.87º | 0.96% | 0.52% | - |
| HSV(B) | 134.87º | 0.94% | 0.98% | - |
| XYZ | 35.64 | 68.98 | 17.91 | - |
| YUV | 159.97 | 79.48 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 74 | 0.94 | 0 | 0.70 | 0.02 | 134.87 | 0.96 | 0.52 |
| Hex | 10 | FA | 4A | 5E | 0 | 46 | 2 | 87 | 60 | 34 |
| Octal | 20 | 372 | 112 | 136 | 0 | 106 | 2 | 207 | 140 | 64 |
| Binary | 10000 | 11111010 | 1001010 | 1011110 | 0 | 1000110 | 10 | 10000111 | 1100000 | 110100 |
Color Harmonies of #10FA4A
Complementary color
Monochromatic Colors of #10FA4A
Black with #10FA4A
Text Example
Text Example
White with #10FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA4A; }
p { color: rgb(16,250,74); }
H1.HeaderClassName
{
color: #10FA4A;
}
.AnyTagClassName
{
color: #10FA4A;
}
</style>
background-color css
<style>
a { background-color: #10FA4A; }
a { background-color: rgb(16,250,74); }
div.DivClassName
{
background-color: #10FA4A;
}
.BgClassName
{
background-color: #10FA4A;
}
</style>
border-color css
<style>
span { border-color: #10FA4A; }
span { border-color: rgb(16,250,74); }
td.TdClassName
{
border-color: #10FA4A;
}
.TagClassName
{
border-color: #10FA4A;
}
</style>