Shades of Malachite #1FC360
Tints of Malachite #1FC360
RGB
CMYK
RGB Variations
Color information
#1FC360 (or 0x1FC360) is known color: Malachite. HEX triplet: 1F, C3 and 60. RGB value is (31,195,96). Sum of RGB (Red+Green+Blue) = 31+195+96=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC360 is #E03C9F. Grayscale: #868686. Windows color (decimal): -14695584 or 6341407. OLE color: 6341407.
HSL color Cylindrical-coordinate representation of color #1FC360: hue angle of 143.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC360 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 96 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.24 |
| HSL | 143.78º | 0.73% | 0.44% | - |
| HSV(B) | 143.78º | 0.84% | 0.76% | - |
| XYZ | 22.19 | 40.17 | 17.65 | - |
| YUV | 134.68 | 106.17 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 96 | 0.84 | 0 | 0.51 | 0.24 | 143.78 | 0.73 | 0.44 |
| Hex | 1F | C3 | 60 | 54 | 0 | 33 | 18 | 90 | 49 | 2C |
| Octal | 37 | 303 | 140 | 124 | 0 | 63 | 30 | 220 | 111 | 54 |
| Binary | 11111 | 11000011 | 1100000 | 1010100 | 0 | 110011 | 11000 | 10010000 | 1001001 | 101100 |
Color Harmonies of #1FC360
Complementary color
Monochromatic Colors of #1FC360
Black with #1FC360
Text Example
Text Example
White with #1FC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC360; }
p { color: rgb(31,195,96); }
H1.HeaderClassName
{
color: #1FC360;
}
.AnyTagClassName
{
color: #1FC360;
}
</style>
background-color css
<style>
a { background-color: #1FC360; }
a { background-color: rgb(31,195,96); }
div.DivClassName
{
background-color: #1FC360;
}
.BgClassName
{
background-color: #1FC360;
}
</style>
border-color css
<style>
span { border-color: #1FC360; }
span { border-color: rgb(31,195,96); }
td.TdClassName
{
border-color: #1FC360;
}
.TagClassName
{
border-color: #1FC360;
}
</style>