Shades of Shamrock #1FDCAA
Tints of Shamrock #1FDCAA
RGB
CMYK
RGB Variations
Color information
#1FDCAA (or 0x1FDCAA) is known color: Shamrock. HEX triplet: 1F, DC and AA. RGB value is (31,220,170). Sum of RGB (Red+Green+Blue) = 31+220+170=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDCAA is #E02355. Grayscale: #9D9D9D. Windows color (decimal): -14689110 or 11197471. OLE color: 11197471.
HSL color Cylindrical-coordinate representation of color #1FDCAA: hue angle of 164.13º 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 #1FDCAA is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 170 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.14 |
| HSL | 164.13º | 0.75% | 0.49% | - |
| HSV(B) | 164.13º | 0.86% | 0.86% | - |
| XYZ | 33.41 | 54.38 | 46.77 | - |
| YUV | 157.79 | 134.88 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 170 | 0.86 | 0 | 0.23 | 0.14 | 164.13 | 0.75 | 0.49 |
| Hex | 1F | DC | AA | 56 | 0 | 17 | E | A4 | 4B | 31 |
| Octal | 37 | 334 | 252 | 126 | 0 | 27 | 16 | 244 | 113 | 61 |
| Binary | 11111 | 11011100 | 10101010 | 1010110 | 0 | 10111 | 1110 | 10100100 | 1001011 | 110001 |
Color Harmonies of #1FDCAA
Complementary color
Monochromatic Colors of #1FDCAA
Black with #1FDCAA
Text Example
Text Example
White with #1FDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDCAA; }
p { color: rgb(31,220,170); }
H1.HeaderClassName
{
color: #1FDCAA;
}
.AnyTagClassName
{
color: #1FDCAA;
}
</style>
background-color css
<style>
a { background-color: #1FDCAA; }
a { background-color: rgb(31,220,170); }
div.DivClassName
{
background-color: #1FDCAA;
}
.BgClassName
{
background-color: #1FDCAA;
}
</style>
border-color css
<style>
span { border-color: #1FDCAA; }
span { border-color: rgb(31,220,170); }
td.TdClassName
{
border-color: #1FDCAA;
}
.TagClassName
{
border-color: #1FDCAA;
}
</style>