Shades of Shamrock #1FCE98
Tints of Shamrock #1FCE98
RGB
CMYK
RGB Variations
Color information
#1FCE98 (or 0x1FCE98) is known color: Shamrock. HEX triplet: 1F, CE and 98. RGB value is (31,206,152). Sum of RGB (Red+Green+Blue) = 31+206+152=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCE98 is #E03167. Grayscale: #939393. Windows color (decimal): -14692712 or 10014239. OLE color: 10014239.
HSL color Cylindrical-coordinate representation of color #1FCE98: hue angle of 161.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCE98 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 152 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.19 |
| HSL | 161.49º | 0.74% | 0.46% | - |
| HSV(B) | 161.49º | 0.85% | 0.81% | - |
| XYZ | 28.3 | 46.7 | 37.23 | - |
| YUV | 147.52 | 130.52 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 152 | 0.85 | 0 | 0.26 | 0.19 | 161.49 | 0.74 | 0.46 |
| Hex | 1F | CE | 98 | 55 | 0 | 1A | 13 | A1 | 4A | 2E |
| Octal | 37 | 316 | 230 | 125 | 0 | 32 | 23 | 241 | 112 | 56 |
| Binary | 11111 | 11001110 | 10011000 | 1010101 | 0 | 11010 | 10011 | 10100001 | 1001010 | 101110 |
Color Harmonies of #1FCE98
Complementary color
Monochromatic Colors of #1FCE98
Black with #1FCE98
Text Example
Text Example
White with #1FCE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE98; }
p { color: rgb(31,206,152); }
H1.HeaderClassName
{
color: #1FCE98;
}
.AnyTagClassName
{
color: #1FCE98;
}
</style>
background-color css
<style>
a { background-color: #1FCE98; }
a { background-color: rgb(31,206,152); }
div.DivClassName
{
background-color: #1FCE98;
}
.BgClassName
{
background-color: #1FCE98;
}
</style>
border-color css
<style>
span { border-color: #1FCE98; }
span { border-color: rgb(31,206,152); }
td.TdClassName
{
border-color: #1FCE98;
}
.TagClassName
{
border-color: #1FCE98;
}
</style>