Shades of Shamrock #1FD5A0
Tints of Shamrock #1FD5A0
RGB
CMYK
RGB Variations
Color information
#1FD5A0 (or 0x1FD5A0) is known color: Shamrock. HEX triplet: 1F, D5 and A0. RGB value is (31,213,160). Sum of RGB (Red+Green+Blue) = 31+213+160=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD5A0 is #E02A5F. Grayscale: #989898. Windows color (decimal): -14690912 or 10540319. OLE color: 10540319.
HSL color Cylindrical-coordinate representation of color #1FD5A0: hue angle of 162.53º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD5A0 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 160 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.16 |
| HSL | 162.53º | 0.75% | 0.48% | - |
| HSV(B) | 162.53º | 0.85% | 0.84% | - |
| XYZ | 30.7 | 50.42 | 41.37 | - |
| YUV | 152.54 | 132.2 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 160 | 0.85 | 0 | 0.25 | 0.16 | 162.53 | 0.75 | 0.48 |
| Hex | 1F | D5 | A0 | 55 | 0 | 19 | 10 | A3 | 4B | 30 |
| Octal | 37 | 325 | 240 | 125 | 0 | 31 | 20 | 243 | 113 | 60 |
| Binary | 11111 | 11010101 | 10100000 | 1010101 | 0 | 11001 | 10000 | 10100011 | 1001011 | 110000 |
Color Harmonies of #1FD5A0
Complementary color
Monochromatic Colors of #1FD5A0
Black with #1FD5A0
Text Example
Text Example
White with #1FD5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD5A0; }
p { color: rgb(31,213,160); }
H1.HeaderClassName
{
color: #1FD5A0;
}
.AnyTagClassName
{
color: #1FD5A0;
}
</style>
background-color css
<style>
a { background-color: #1FD5A0; }
a { background-color: rgb(31,213,160); }
div.DivClassName
{
background-color: #1FD5A0;
}
.BgClassName
{
background-color: #1FD5A0;
}
</style>
border-color css
<style>
span { border-color: #1FD5A0; }
span { border-color: rgb(31,213,160); }
td.TdClassName
{
border-color: #1FD5A0;
}
.TagClassName
{
border-color: #1FD5A0;
}
</style>