Shades of Shamrock #1FDAA5
Tints of Shamrock #1FDAA5
RGB
CMYK
RGB Variations
Color information
#1FDAA5 (or 0x1FDAA5) is known color: Shamrock. HEX triplet: 1F, DA and A5. RGB value is (31,218,165). Sum of RGB (Red+Green+Blue) = 31+218+165=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDAA5 is #E0255A. Grayscale: #9C9C9C. Windows color (decimal): -14689627 or 10869279. OLE color: 10869279.
HSL color Cylindrical-coordinate representation of color #1FDAA5: hue angle of 162.99º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDAA5 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 165 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.15 |
| HSL | 162.99º | 0.75% | 0.49% | - |
| HSV(B) | 162.99º | 0.86% | 0.85% | - |
| XYZ | 32.43 | 53.15 | 44.15 | - |
| YUV | 156.05 | 133.05 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 165 | 0.86 | 0 | 0.24 | 0.15 | 162.99 | 0.75 | 0.49 |
| Hex | 1F | DA | A5 | 56 | 0 | 18 | F | A3 | 4B | 31 |
| Octal | 37 | 332 | 245 | 126 | 0 | 30 | 17 | 243 | 113 | 61 |
| Binary | 11111 | 11011010 | 10100101 | 1010110 | 0 | 11000 | 1111 | 10100011 | 1001011 | 110001 |
Color Harmonies of #1FDAA5
Complementary color
Monochromatic Colors of #1FDAA5
Black with #1FDAA5
Text Example
Text Example
White with #1FDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDAA5; }
p { color: rgb(31,218,165); }
H1.HeaderClassName
{
color: #1FDAA5;
}
.AnyTagClassName
{
color: #1FDAA5;
}
</style>
background-color css
<style>
a { background-color: #1FDAA5; }
a { background-color: rgb(31,218,165); }
div.DivClassName
{
background-color: #1FDAA5;
}
.BgClassName
{
background-color: #1FDAA5;
}
</style>
border-color css
<style>
span { border-color: #1FDAA5; }
span { border-color: rgb(31,218,165); }
td.TdClassName
{
border-color: #1FDAA5;
}
.TagClassName
{
border-color: #1FDAA5;
}
</style>