Shades of Shamrock #1FCE9F
Tints of Shamrock #1FCE9F
RGB
CMYK
RGB Variations
Color information
#1FCE9F (or 0x1FCE9F) is known color: Shamrock. HEX triplet: 1F, CE and 9F. RGB value is (31,206,159). Sum of RGB (Red+Green+Blue) = 31+206+159=396 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.83% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCE9F is #E03160. Grayscale: #949494. Windows color (decimal): -14692705 or 10472991. OLE color: 10472991.
HSL color Cylindrical-coordinate representation of color #1FCE9F: hue angle of 163.89º 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 #1FCE9F is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 159 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.19 |
| HSL | 163.89º | 0.74% | 0.46% | - |
| HSV(B) | 163.89º | 0.85% | 0.81% | - |
| XYZ | 28.89 | 46.94 | 40.34 | - |
| YUV | 148.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 159 | 0.85 | 0 | 0.23 | 0.19 | 163.89 | 0.74 | 0.46 |
| Hex | 1F | CE | 9F | 55 | 0 | 17 | 13 | A4 | 4A | 2E |
| Octal | 37 | 316 | 237 | 125 | 0 | 27 | 23 | 244 | 112 | 56 |
| Binary | 11111 | 11001110 | 10011111 | 1010101 | 0 | 10111 | 10011 | 10100100 | 1001010 | 101110 |
Color Harmonies of #1FCE9F
Complementary color
Monochromatic Colors of #1FCE9F
Black with #1FCE9F
Text Example
Text Example
White with #1FCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE9F; }
p { color: rgb(31,206,159); }
H1.HeaderClassName
{
color: #1FCE9F;
}
.AnyTagClassName
{
color: #1FCE9F;
}
</style>
background-color css
<style>
a { background-color: #1FCE9F; }
a { background-color: rgb(31,206,159); }
div.DivClassName
{
background-color: #1FCE9F;
}
.BgClassName
{
background-color: #1FCE9F;
}
</style>
border-color css
<style>
span { border-color: #1FCE9F; }
span { border-color: rgb(31,206,159); }
td.TdClassName
{
border-color: #1FCE9F;
}
.TagClassName
{
border-color: #1FCE9F;
}
</style>