Shades of Shamrock #1FDBA1
Tints of Shamrock #1FDBA1
RGB
CMYK
RGB Variations
Color information
#1FDBA1 (or 0x1FDBA1) is known color: Shamrock. HEX triplet: 1F, DB and A1. RGB value is (31,219,161). Sum of RGB (Red+Green+Blue) = 31+219+161=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDBA1 is #E0245E. Grayscale: #9C9C9C. Windows color (decimal): -14689375 or 10607391. OLE color: 10607391.
HSL color Cylindrical-coordinate representation of color #1FDBA1: hue angle of 161.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDBA1 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 161 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.14 |
| HSL | 161.49º | 0.75% | 0.49% | - |
| HSV(B) | 161.49º | 0.86% | 0.86% | - |
| XYZ | 32.33 | 53.53 | 42.35 | - |
| YUV | 156.18 | 130.72 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 161 | 0.86 | 0 | 0.26 | 0.14 | 161.49 | 0.75 | 0.49 |
| Hex | 1F | DB | A1 | 56 | 0 | 1A | E | A1 | 4B | 31 |
| Octal | 37 | 333 | 241 | 126 | 0 | 32 | 16 | 241 | 113 | 61 |
| Binary | 11111 | 11011011 | 10100001 | 1010110 | 0 | 11010 | 1110 | 10100001 | 1001011 | 110001 |
Color Harmonies of #1FDBA1
Complementary color
Monochromatic Colors of #1FDBA1
Black with #1FDBA1
Text Example
Text Example
White with #1FDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBA1; }
p { color: rgb(31,219,161); }
H1.HeaderClassName
{
color: #1FDBA1;
}
.AnyTagClassName
{
color: #1FDBA1;
}
</style>
background-color css
<style>
a { background-color: #1FDBA1; }
a { background-color: rgb(31,219,161); }
div.DivClassName
{
background-color: #1FDBA1;
}
.BgClassName
{
background-color: #1FDBA1;
}
</style>
border-color css
<style>
span { border-color: #1FDBA1; }
span { border-color: rgb(31,219,161); }
td.TdClassName
{
border-color: #1FDBA1;
}
.TagClassName
{
border-color: #1FDBA1;
}
</style>