Shades of Shamrock #1FC19B
Tints of Shamrock #1FC19B
RGB
CMYK
RGB Variations
Color information
#1FC19B (or 0x1FC19B) is known color: Shamrock. HEX triplet: 1F, C1 and 9B. RGB value is (31,193,155). Sum of RGB (Red+Green+Blue) = 31+193+155=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC19B is #E03E64. Grayscale: #8C8C8C. Windows color (decimal): -14696037 or 10207519. OLE color: 10207519.
HSL color Cylindrical-coordinate representation of color #1FC19B: hue angle of 165.93º degrees, saturation: 0.72, 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 #1FC19B is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 155 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.24 |
| HSL | 165.93º | 0.72% | 0.44% | - |
| HSV(B) | 165.93º | 0.84% | 0.76% | - |
| XYZ | 25.55 | 40.8 | 37.54 | - |
| YUV | 140.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 155 | 0.84 | 0 | 0.20 | 0.24 | 165.93 | 0.72 | 0.44 |
| Hex | 1F | C1 | 9B | 54 | 0 | 14 | 18 | A6 | 48 | 2C |
| Octal | 37 | 301 | 233 | 124 | 0 | 24 | 30 | 246 | 110 | 54 |
| Binary | 11111 | 11000001 | 10011011 | 1010100 | 0 | 10100 | 11000 | 10100110 | 1001000 | 101100 |
Color Harmonies of #1FC19B
Complementary color
Monochromatic Colors of #1FC19B
Black with #1FC19B
Text Example
Text Example
White with #1FC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC19B; }
p { color: rgb(31,193,155); }
H1.HeaderClassName
{
color: #1FC19B;
}
.AnyTagClassName
{
color: #1FC19B;
}
</style>
background-color css
<style>
a { background-color: #1FC19B; }
a { background-color: rgb(31,193,155); }
div.DivClassName
{
background-color: #1FC19B;
}
.BgClassName
{
background-color: #1FC19B;
}
</style>
border-color css
<style>
span { border-color: #1FC19B; }
span { border-color: rgb(31,193,155); }
td.TdClassName
{
border-color: #1FC19B;
}
.TagClassName
{
border-color: #1FC19B;
}
</style>