Shades of Malachite #1FD16A
Tints of Malachite #1FD16A
RGB
CMYK
RGB Variations
Color information
#1FD16A (or 0x1FD16A) is known color: Malachite. HEX triplet: 1F, D1 and 6A. RGB value is (31,209,106). Sum of RGB (Red+Green+Blue) = 31+209+106=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD16A is #E02E95. Grayscale: #909090. Windows color (decimal): -14691990 or 7000351. OLE color: 7000351.
HSL color Cylindrical-coordinate representation of color #1FD16A: hue angle of 145.28º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD16A is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 106 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.18 |
| HSL | 145.28º | 0.74% | 0.47% | - |
| HSV(B) | 145.28º | 0.85% | 0.82% | - |
| XYZ | 25.97 | 46.93 | 21.33 | - |
| YUV | 144.04 | 106.53 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 106 | 0.85 | 0 | 0.49 | 0.18 | 145.28 | 0.74 | 0.47 |
| Hex | 1F | D1 | 6A | 55 | 0 | 31 | 12 | 91 | 4A | 2F |
| Octal | 37 | 321 | 152 | 125 | 0 | 61 | 22 | 221 | 112 | 57 |
| Binary | 11111 | 11010001 | 1101010 | 1010101 | 0 | 110001 | 10010 | 10010001 | 1001010 | 101111 |
Color Harmonies of #1FD16A
Complementary color
Monochromatic Colors of #1FD16A
Black with #1FD16A
Text Example
Text Example
White with #1FD16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD16A; }
p { color: rgb(31,209,106); }
H1.HeaderClassName
{
color: #1FD16A;
}
.AnyTagClassName
{
color: #1FD16A;
}
</style>
background-color css
<style>
a { background-color: #1FD16A; }
a { background-color: rgb(31,209,106); }
div.DivClassName
{
background-color: #1FD16A;
}
.BgClassName
{
background-color: #1FD16A;
}
</style>
border-color css
<style>
span { border-color: #1FD16A; }
span { border-color: rgb(31,209,106); }
td.TdClassName
{
border-color: #1FD16A;
}
.TagClassName
{
border-color: #1FD16A;
}
</style>