Shades of Shamrock #1FCDA9
Tints of Shamrock #1FCDA9
RGB
CMYK
RGB Variations
Color information
#1FCDA9 (or 0x1FCDA9) is known color: Shamrock. HEX triplet: 1F, CD and A9. RGB value is (31,205,169). Sum of RGB (Red+Green+Blue) = 31+205+169=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCDA9 is #E03256. Grayscale: #949494. Windows color (decimal): -14692951 or 11128095. OLE color: 11128095.
HSL color Cylindrical-coordinate representation of color #1FCDA9: hue angle of 167.59º 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 #1FCDA9 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 169 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.20 |
| HSL | 167.59º | 0.74% | 0.46% | - |
| HSV(B) | 167.59º | 0.85% | 0.8% | - |
| XYZ | 29.56 | 46.82 | 45.02 | - |
| YUV | 148.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 169 | 0.85 | 0 | 0.18 | 0.20 | 167.59 | 0.74 | 0.46 |
| Hex | 1F | CD | A9 | 55 | 0 | 12 | 14 | A8 | 4A | 2E |
| Octal | 37 | 315 | 251 | 125 | 0 | 22 | 24 | 250 | 112 | 56 |
| Binary | 11111 | 11001101 | 10101001 | 1010101 | 0 | 10010 | 10100 | 10101000 | 1001010 | 101110 |
Color Harmonies of #1FCDA9
Complementary color
Monochromatic Colors of #1FCDA9
Black with #1FCDA9
Text Example
Text Example
White with #1FCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDA9; }
p { color: rgb(31,205,169); }
H1.HeaderClassName
{
color: #1FCDA9;
}
.AnyTagClassName
{
color: #1FCDA9;
}
</style>
background-color css
<style>
a { background-color: #1FCDA9; }
a { background-color: rgb(31,205,169); }
div.DivClassName
{
background-color: #1FCDA9;
}
.BgClassName
{
background-color: #1FCDA9;
}
</style>
border-color css
<style>
span { border-color: #1FCDA9; }
span { border-color: rgb(31,205,169); }
td.TdClassName
{
border-color: #1FCDA9;
}
.TagClassName
{
border-color: #1FCDA9;
}
</style>