Shades of Shamrock #1FC796
Tints of Shamrock #1FC796
RGB
CMYK
RGB Variations
Color information
#1FC796 (or 0x1FC796) is known color: Shamrock. HEX triplet: 1F, C7 and 96. RGB value is (31,199,150). Sum of RGB (Red+Green+Blue) = 31+199+150=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC796 is #E03869. Grayscale: #8F8F8F. Windows color (decimal): -14694506 or 9881375. OLE color: 9881375.
HSL color Cylindrical-coordinate representation of color #1FC796: hue angle of 162.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC796 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 150 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.22 |
| HSL | 162.5º | 0.73% | 0.45% | - |
| HSV(B) | 162.5º | 0.84% | 0.78% | - |
| XYZ | 26.49 | 43.34 | 35.82 | - |
| YUV | 143.18 | 131.84 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 150 | 0.84 | 0 | 0.25 | 0.22 | 162.5 | 0.73 | 0.45 |
| Hex | 1F | C7 | 96 | 54 | 0 | 19 | 16 | A2 | 49 | 2D |
| Octal | 37 | 307 | 226 | 124 | 0 | 31 | 26 | 242 | 111 | 55 |
| Binary | 11111 | 11000111 | 10010110 | 1010100 | 0 | 11001 | 10110 | 10100010 | 1001001 | 101101 |
Color Harmonies of #1FC796
Complementary color
Monochromatic Colors of #1FC796
Black with #1FC796
Text Example
Text Example
White with #1FC796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC796; }
p { color: rgb(31,199,150); }
H1.HeaderClassName
{
color: #1FC796;
}
.AnyTagClassName
{
color: #1FC796;
}
</style>
background-color css
<style>
a { background-color: #1FC796; }
a { background-color: rgb(31,199,150); }
div.DivClassName
{
background-color: #1FC796;
}
.BgClassName
{
background-color: #1FC796;
}
</style>
border-color css
<style>
span { border-color: #1FC796; }
span { border-color: rgb(31,199,150); }
td.TdClassName
{
border-color: #1FC796;
}
.TagClassName
{
border-color: #1FC796;
}
</style>