Shades of Shamrock #1FC59C
Tints of Shamrock #1FC59C
RGB
CMYK
RGB Variations
Color information
#1FC59C (or 0x1FC59C) is known color: Shamrock. HEX triplet: 1F, C5 and 9C. RGB value is (31,197,156). Sum of RGB (Red+Green+Blue) = 31+197+156=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC59C is #E03A63. Grayscale: #8E8E8E. Windows color (decimal): -14695012 or 10274079. OLE color: 10274079.
HSL color Cylindrical-coordinate representation of color #1FC59C: hue angle of 165.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC59C is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 156 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.23 |
| HSL | 165.18º | 0.73% | 0.45% | - |
| HSV(B) | 165.18º | 0.84% | 0.77% | - |
| XYZ | 26.53 | 42.62 | 38.28 | - |
| YUV | 142.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 156 | 0.84 | 0 | 0.21 | 0.23 | 165.18 | 0.73 | 0.45 |
| Hex | 1F | C5 | 9C | 54 | 0 | 15 | 17 | A5 | 49 | 2D |
| Octal | 37 | 305 | 234 | 124 | 0 | 25 | 27 | 245 | 111 | 55 |
| Binary | 11111 | 11000101 | 10011100 | 1010100 | 0 | 10101 | 10111 | 10100101 | 1001001 | 101101 |
Color Harmonies of #1FC59C
Complementary color
Monochromatic Colors of #1FC59C
Black with #1FC59C
Text Example
Text Example
White with #1FC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC59C; }
p { color: rgb(31,197,156); }
H1.HeaderClassName
{
color: #1FC59C;
}
.AnyTagClassName
{
color: #1FC59C;
}
</style>
background-color css
<style>
a { background-color: #1FC59C; }
a { background-color: rgb(31,197,156); }
div.DivClassName
{
background-color: #1FC59C;
}
.BgClassName
{
background-color: #1FC59C;
}
</style>
border-color css
<style>
span { border-color: #1FC59C; }
span { border-color: rgb(31,197,156); }
td.TdClassName
{
border-color: #1FC59C;
}
.TagClassName
{
border-color: #1FC59C;
}
</style>