Shades of Malachite #1FC05A
Tints of Malachite #1FC05A
RGB
CMYK
RGB Variations
Color information
#1FC05A (or 0x1FC05A) is known color: Malachite. HEX triplet: 1F, C0 and 5A. RGB value is (31,192,90). Sum of RGB (Red+Green+Blue) = 31+192+90=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC05A is #E03FA5. Grayscale: #848484. Windows color (decimal): -14696358 or 5947423. OLE color: 5947423.
HSL color Cylindrical-coordinate representation of color #1FC05A: hue angle of 141.99º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC05A is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 90 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.25 |
| HSL | 141.99º | 0.72% | 0.44% | - |
| HSV(B) | 141.99º | 0.84% | 0.75% | - |
| XYZ | 21.26 | 38.73 | 16.03 | - |
| YUV | 132.23 | 104.16 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 90 | 0.84 | 0 | 0.53 | 0.25 | 141.99 | 0.72 | 0.44 |
| Hex | 1F | C0 | 5A | 54 | 0 | 35 | 19 | 8E | 48 | 2C |
| Octal | 37 | 300 | 132 | 124 | 0 | 65 | 31 | 216 | 110 | 54 |
| Binary | 11111 | 11000000 | 1011010 | 1010100 | 0 | 110101 | 11001 | 10001110 | 1001000 | 101100 |
Color Harmonies of #1FC05A
Complementary color
Monochromatic Colors of #1FC05A
Black with #1FC05A
Text Example
Text Example
White with #1FC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC05A; }
p { color: rgb(31,192,90); }
H1.HeaderClassName
{
color: #1FC05A;
}
.AnyTagClassName
{
color: #1FC05A;
}
</style>
background-color css
<style>
a { background-color: #1FC05A; }
a { background-color: rgb(31,192,90); }
div.DivClassName
{
background-color: #1FC05A;
}
.BgClassName
{
background-color: #1FC05A;
}
</style>
border-color css
<style>
span { border-color: #1FC05A; }
span { border-color: rgb(31,192,90); }
td.TdClassName
{
border-color: #1FC05A;
}
.TagClassName
{
border-color: #1FC05A;
}
</style>