Shades of Shamrock #1FDEAA
Tints of Shamrock #1FDEAA
RGB
CMYK
RGB Variations
Color information
#1FDEAA (or 0x1FDEAA) is known color: Shamrock. HEX triplet: 1F, DE and AA. RGB value is (31,222,170). Sum of RGB (Red+Green+Blue) = 31+222+170=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDEAA is #E02155. Grayscale: #9E9E9E. Windows color (decimal): -14688598 or 11197983. OLE color: 11197983.
HSL color Cylindrical-coordinate representation of color #1FDEAA: hue angle of 163.66º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDEAA is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 170 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.13 |
| HSL | 163.66º | 0.75% | 0.5% | - |
| HSV(B) | 163.66º | 0.86% | 0.87% | - |
| XYZ | 33.94 | 55.44 | 46.94 | - |
| YUV | 158.96 | 134.22 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 170 | 0.86 | 0 | 0.23 | 0.13 | 163.66 | 0.75 | 0.5 |
| Hex | 1F | DE | AA | 56 | 0 | 17 | D | A4 | 4B | 32 |
| Octal | 37 | 336 | 252 | 126 | 0 | 27 | 15 | 244 | 113 | 62 |
| Binary | 11111 | 11011110 | 10101010 | 1010110 | 0 | 10111 | 1101 | 10100100 | 1001011 | 110010 |
Color Harmonies of #1FDEAA
Complementary color
Monochromatic Colors of #1FDEAA
Black with #1FDEAA
Text Example
Text Example
White with #1FDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEAA; }
p { color: rgb(31,222,170); }
H1.HeaderClassName
{
color: #1FDEAA;
}
.AnyTagClassName
{
color: #1FDEAA;
}
</style>
background-color css
<style>
a { background-color: #1FDEAA; }
a { background-color: rgb(31,222,170); }
div.DivClassName
{
background-color: #1FDEAA;
}
.BgClassName
{
background-color: #1FDEAA;
}
</style>
border-color css
<style>
span { border-color: #1FDEAA; }
span { border-color: rgb(31,222,170); }
td.TdClassName
{
border-color: #1FDEAA;
}
.TagClassName
{
border-color: #1FDEAA;
}
</style>