Shades of Shamrock #1FC898
Tints of Shamrock #1FC898
RGB
CMYK
RGB Variations
Color information
#1FC898 (or 0x1FC898) is known color: Shamrock. HEX triplet: 1F, C8 and 98. RGB value is (31,200,152). Sum of RGB (Red+Green+Blue) = 31+200+152=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC898 is #E03767. Grayscale: #909090. Windows color (decimal): -14694248 or 10012703. OLE color: 10012703.
HSL color Cylindrical-coordinate representation of color #1FC898: hue angle of 162.96º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC898 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 152 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.22 |
| HSL | 162.96º | 0.73% | 0.45% | - |
| HSV(B) | 162.96º | 0.85% | 0.78% | - |
| XYZ | 26.89 | 43.87 | 36.76 | - |
| YUV | 144 | 132.51 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 152 | 0.84 | 0 | 0.24 | 0.22 | 162.96 | 0.73 | 0.45 |
| Hex | 1F | C8 | 98 | 54 | 0 | 18 | 16 | A3 | 49 | 2D |
| Octal | 37 | 310 | 230 | 124 | 0 | 30 | 26 | 243 | 111 | 55 |
| Binary | 11111 | 11001000 | 10011000 | 1010100 | 0 | 11000 | 10110 | 10100011 | 1001001 | 101101 |
Color Harmonies of #1FC898
Complementary color
Monochromatic Colors of #1FC898
Black with #1FC898
Text Example
Text Example
White with #1FC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC898; }
p { color: rgb(31,200,152); }
H1.HeaderClassName
{
color: #1FC898;
}
.AnyTagClassName
{
color: #1FC898;
}
</style>
background-color css
<style>
a { background-color: #1FC898; }
a { background-color: rgb(31,200,152); }
div.DivClassName
{
background-color: #1FC898;
}
.BgClassName
{
background-color: #1FC898;
}
</style>
border-color css
<style>
span { border-color: #1FC898; }
span { border-color: rgb(31,200,152); }
td.TdClassName
{
border-color: #1FC898;
}
.TagClassName
{
border-color: #1FC898;
}
</style>