Shades of Malachite #10FC5C
Tints of Malachite #10FC5C
RGB
CMYK
RGB Variations
Color information
#10FC5C (or 0x10FC5C) is known color: Malachite. HEX triplet: 10, FC and 5C. RGB value is (16,252,92). Sum of RGB (Red+Green+Blue) = 16+252+92=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 252 (98.83% from 255 or 70% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC5C is #EF03A3. Grayscale: #A3A3A3. Windows color (decimal): -15664036 or 6093840. OLE color: 6093840.
HSL color Cylindrical-coordinate representation of color #10FC5C: hue angle of 139.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC5C is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 92 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.01 |
| HSL | 139.32º | 0.98% | 0.53% | - |
| HSV(B) | 139.32º | 0.94% | 0.99% | - |
| XYZ | 36.96 | 70.5 | 21.79 | - |
| YUV | 163.2 | 87.81 | 23.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 92 | 0.94 | 0 | 0.63 | 0.01 | 139.32 | 0.98 | 0.53 |
| Hex | 10 | FC | 5C | 5E | 0 | 3F | 1 | 8B | 62 | 35 |
| Octal | 20 | 374 | 134 | 136 | 0 | 77 | 1 | 213 | 142 | 65 |
| Binary | 10000 | 11111100 | 1011100 | 1011110 | 0 | 111111 | 1 | 10001011 | 1100010 | 110101 |
Color Harmonies of #10FC5C
Complementary color
Monochromatic Colors of #10FC5C
Black with #10FC5C
Text Example
Text Example
White with #10FC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC5C; }
p { color: rgb(16,252,92); }
H1.HeaderClassName
{
color: #10FC5C;
}
.AnyTagClassName
{
color: #10FC5C;
}
</style>
background-color css
<style>
a { background-color: #10FC5C; }
a { background-color: rgb(16,252,92); }
div.DivClassName
{
background-color: #10FC5C;
}
.BgClassName
{
background-color: #10FC5C;
}
</style>
border-color css
<style>
span { border-color: #10FC5C; }
span { border-color: rgb(16,252,92); }
td.TdClassName
{
border-color: #10FC5C;
}
.TagClassName
{
border-color: #10FC5C;
}
</style>