Shades of Shamrock #1FC29D
Tints of Shamrock #1FC29D
RGB
CMYK
RGB Variations
Color information
#1FC29D (or 0x1FC29D) is known color: Shamrock. HEX triplet: 1F, C2 and 9D. RGB value is (31,194,157). Sum of RGB (Red+Green+Blue) = 31+194+157=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC29D is #E03D62. Grayscale: #8D8D8D. Windows color (decimal): -14695779 or 10338847. OLE color: 10338847.
HSL color Cylindrical-coordinate representation of color #1FC29D: hue angle of 166.38º 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 #1FC29D is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 157 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.24 |
| HSL | 166.38º | 0.72% | 0.44% | - |
| HSV(B) | 166.38º | 0.84% | 0.76% | - |
| XYZ | 25.94 | 41.31 | 38.5 | - |
| YUV | 141.05 | 137 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 157 | 0.84 | 0 | 0.19 | 0.24 | 166.38 | 0.72 | 0.44 |
| Hex | 1F | C2 | 9D | 54 | 0 | 13 | 18 | A6 | 48 | 2C |
| Octal | 37 | 302 | 235 | 124 | 0 | 23 | 30 | 246 | 110 | 54 |
| Binary | 11111 | 11000010 | 10011101 | 1010100 | 0 | 10011 | 11000 | 10100110 | 1001000 | 101100 |
Color Harmonies of #1FC29D
Complementary color
Monochromatic Colors of #1FC29D
Black with #1FC29D
Text Example
Text Example
White with #1FC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC29D; }
p { color: rgb(31,194,157); }
H1.HeaderClassName
{
color: #1FC29D;
}
.AnyTagClassName
{
color: #1FC29D;
}
</style>
background-color css
<style>
a { background-color: #1FC29D; }
a { background-color: rgb(31,194,157); }
div.DivClassName
{
background-color: #1FC29D;
}
.BgClassName
{
background-color: #1FC29D;
}
</style>
border-color css
<style>
span { border-color: #1FC29D; }
span { border-color: rgb(31,194,157); }
td.TdClassName
{
border-color: #1FC29D;
}
.TagClassName
{
border-color: #1FC29D;
}
</style>