Shades of Shamrock #1FCD9C
Tints of Shamrock #1FCD9C
RGB
CMYK
RGB Variations
Color information
#1FCD9C (or 0x1FCD9C) is known color: Shamrock. HEX triplet: 1F, CD and 9C. RGB value is (31,205,156). Sum of RGB (Red+Green+Blue) = 31+205+156=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCD9C is #E03263. Grayscale: #939393. Windows color (decimal): -14692964 or 10276127. OLE color: 10276127.
HSL color Cylindrical-coordinate representation of color #1FCD9C: hue angle of 163.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCD9C is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 156 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.20 |
| HSL | 163.1º | 0.74% | 0.46% | - |
| HSV(B) | 163.1º | 0.85% | 0.8% | - |
| XYZ | 28.4 | 46.35 | 38.9 | - |
| YUV | 147.39 | 132.85 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 156 | 0.85 | 0 | 0.24 | 0.20 | 163.1 | 0.74 | 0.46 |
| Hex | 1F | CD | 9C | 55 | 0 | 18 | 14 | A3 | 4A | 2E |
| Octal | 37 | 315 | 234 | 125 | 0 | 30 | 24 | 243 | 112 | 56 |
| Binary | 11111 | 11001101 | 10011100 | 1010101 | 0 | 11000 | 10100 | 10100011 | 1001010 | 101110 |
Color Harmonies of #1FCD9C
Complementary color
Monochromatic Colors of #1FCD9C
Black with #1FCD9C
Text Example
Text Example
White with #1FCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD9C; }
p { color: rgb(31,205,156); }
H1.HeaderClassName
{
color: #1FCD9C;
}
.AnyTagClassName
{
color: #1FCD9C;
}
</style>
background-color css
<style>
a { background-color: #1FCD9C; }
a { background-color: rgb(31,205,156); }
div.DivClassName
{
background-color: #1FCD9C;
}
.BgClassName
{
background-color: #1FCD9C;
}
</style>
border-color css
<style>
span { border-color: #1FCD9C; }
span { border-color: rgb(31,205,156); }
td.TdClassName
{
border-color: #1FCD9C;
}
.TagClassName
{
border-color: #1FCD9C;
}
</style>