Shades of Shamrock #1FDDAC
Tints of Shamrock #1FDDAC
RGB
CMYK
RGB Variations
Color information
#1FDDAC (or 0x1FDDAC) is known color: Shamrock. HEX triplet: 1F, DD and AC. RGB value is (31,221,172). Sum of RGB (Red+Green+Blue) = 31+221+172=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDDAC is #E02253. Grayscale: #9E9E9E. Windows color (decimal): -14688852 or 11328799. OLE color: 11328799.
HSL color Cylindrical-coordinate representation of color #1FDDAC: hue angle of 164.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDDAC is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 172 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.13 |
| HSL | 164.53º | 0.75% | 0.49% | - |
| HSV(B) | 164.53º | 0.86% | 0.87% | - |
| XYZ | 33.87 | 54.98 | 47.86 | - |
| YUV | 158.6 | 135.55 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 172 | 0.86 | 0 | 0.22 | 0.13 | 164.53 | 0.75 | 0.49 |
| Hex | 1F | DD | AC | 56 | 0 | 16 | D | A5 | 4B | 31 |
| Octal | 37 | 335 | 254 | 126 | 0 | 26 | 15 | 245 | 113 | 61 |
| Binary | 11111 | 11011101 | 10101100 | 1010110 | 0 | 10110 | 1101 | 10100101 | 1001011 | 110001 |
Color Harmonies of #1FDDAC
Complementary color
Monochromatic Colors of #1FDDAC
Black with #1FDDAC
Text Example
Text Example
White with #1FDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDAC; }
p { color: rgb(31,221,172); }
H1.HeaderClassName
{
color: #1FDDAC;
}
.AnyTagClassName
{
color: #1FDDAC;
}
</style>
background-color css
<style>
a { background-color: #1FDDAC; }
a { background-color: rgb(31,221,172); }
div.DivClassName
{
background-color: #1FDDAC;
}
.BgClassName
{
background-color: #1FDDAC;
}
</style>
border-color css
<style>
span { border-color: #1FDDAC; }
span { border-color: rgb(31,221,172); }
td.TdClassName
{
border-color: #1FDDAC;
}
.TagClassName
{
border-color: #1FDDAC;
}
</style>