Shades of Shamrock #1FD19B
Tints of Shamrock #1FD19B
RGB
CMYK
RGB Variations
Color information
#1FD19B (or 0x1FD19B) is known color: Shamrock. HEX triplet: 1F, D1 and 9B. RGB value is (31,209,155). Sum of RGB (Red+Green+Blue) = 31+209+155=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD19B is #E02E64. Grayscale: #959595. Windows color (decimal): -14691941 or 10211615. OLE color: 10211615.
HSL color Cylindrical-coordinate representation of color #1FD19B: hue angle of 161.8º 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 #1FD19B is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 155 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.18 |
| HSL | 161.8º | 0.74% | 0.47% | - |
| HSV(B) | 161.8º | 0.85% | 0.82% | - |
| XYZ | 29.28 | 48.26 | 38.78 | - |
| YUV | 149.62 | 131.03 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 155 | 0.85 | 0 | 0.26 | 0.18 | 161.8 | 0.74 | 0.47 |
| Hex | 1F | D1 | 9B | 55 | 0 | 1A | 12 | A2 | 4A | 2F |
| Octal | 37 | 321 | 233 | 125 | 0 | 32 | 22 | 242 | 112 | 57 |
| Binary | 11111 | 11010001 | 10011011 | 1010101 | 0 | 11010 | 10010 | 10100010 | 1001010 | 101111 |
Color Harmonies of #1FD19B
Complementary color
Monochromatic Colors of #1FD19B
Black with #1FD19B
Text Example
Text Example
White with #1FD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD19B; }
p { color: rgb(31,209,155); }
H1.HeaderClassName
{
color: #1FD19B;
}
.AnyTagClassName
{
color: #1FD19B;
}
</style>
background-color css
<style>
a { background-color: #1FD19B; }
a { background-color: rgb(31,209,155); }
div.DivClassName
{
background-color: #1FD19B;
}
.BgClassName
{
background-color: #1FD19B;
}
</style>
border-color css
<style>
span { border-color: #1FD19B; }
span { border-color: rgb(31,209,155); }
td.TdClassName
{
border-color: #1FD19B;
}
.TagClassName
{
border-color: #1FD19B;
}
</style>