Shades of Malachite #1FD06E
Tints of Malachite #1FD06E
RGB
CMYK
RGB Variations
Color information
#1FD06E (or 0x1FD06E) is known color: Malachite. HEX triplet: 1F, D0 and 6E. RGB value is (31,208,110). Sum of RGB (Red+Green+Blue) = 31+208+110=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD06E is #E02F91. Grayscale: #909090. Windows color (decimal): -14692242 or 7262239. OLE color: 7262239.
HSL color Cylindrical-coordinate representation of color #1FD06E: hue angle of 146.78º 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 #1FD06E is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 110 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.18 |
| HSL | 146.78º | 0.74% | 0.47% | - |
| HSV(B) | 146.78º | 0.85% | 0.82% | - |
| XYZ | 25.94 | 46.53 | 22.37 | - |
| YUV | 143.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 110 | 0.85 | 0 | 0.47 | 0.18 | 146.78 | 0.74 | 0.47 |
| Hex | 1F | D0 | 6E | 55 | 0 | 2F | 12 | 93 | 4A | 2F |
| Octal | 37 | 320 | 156 | 125 | 0 | 57 | 22 | 223 | 112 | 57 |
| Binary | 11111 | 11010000 | 1101110 | 1010101 | 0 | 101111 | 10010 | 10010011 | 1001010 | 101111 |
Color Harmonies of #1FD06E
Complementary color
Monochromatic Colors of #1FD06E
Black with #1FD06E
Text Example
Text Example
White with #1FD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD06E; }
p { color: rgb(31,208,110); }
H1.HeaderClassName
{
color: #1FD06E;
}
.AnyTagClassName
{
color: #1FD06E;
}
</style>
background-color css
<style>
a { background-color: #1FD06E; }
a { background-color: rgb(31,208,110); }
div.DivClassName
{
background-color: #1FD06E;
}
.BgClassName
{
background-color: #1FD06E;
}
</style>
border-color css
<style>
span { border-color: #1FD06E; }
span { border-color: rgb(31,208,110); }
td.TdClassName
{
border-color: #1FD06E;
}
.TagClassName
{
border-color: #1FD06E;
}
</style>