Shades of Shamrock #1FC7A1
Tints of Shamrock #1FC7A1
RGB
CMYK
RGB Variations
Color information
#1FC7A1 (or 0x1FC7A1) is known color: Shamrock. HEX triplet: 1F, C7 and A1. RGB value is (31,199,161). Sum of RGB (Red+Green+Blue) = 31+199+161=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC7A1 is #E0385E. Grayscale: #909090. Windows color (decimal): -14694495 or 10602271. OLE color: 10602271.
HSL color Cylindrical-coordinate representation of color #1FC7A1: hue angle of 166.43º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC7A1 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 161 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.22 |
| HSL | 166.43º | 0.73% | 0.45% | - |
| HSV(B) | 166.43º | 0.84% | 0.78% | - |
| XYZ | 27.42 | 43.71 | 40.71 | - |
| YUV | 144.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 161 | 0.84 | 0 | 0.19 | 0.22 | 166.43 | 0.73 | 0.45 |
| Hex | 1F | C7 | A1 | 54 | 0 | 13 | 16 | A6 | 49 | 2D |
| Octal | 37 | 307 | 241 | 124 | 0 | 23 | 26 | 246 | 111 | 55 |
| Binary | 11111 | 11000111 | 10100001 | 1010100 | 0 | 10011 | 10110 | 10100110 | 1001001 | 101101 |
Color Harmonies of #1FC7A1
Complementary color
Monochromatic Colors of #1FC7A1
Black with #1FC7A1
Text Example
Text Example
White with #1FC7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC7A1; }
p { color: rgb(31,199,161); }
H1.HeaderClassName
{
color: #1FC7A1;
}
.AnyTagClassName
{
color: #1FC7A1;
}
</style>
background-color css
<style>
a { background-color: #1FC7A1; }
a { background-color: rgb(31,199,161); }
div.DivClassName
{
background-color: #1FC7A1;
}
.BgClassName
{
background-color: #1FC7A1;
}
</style>
border-color css
<style>
span { border-color: #1FC7A1; }
span { border-color: rgb(31,199,161); }
td.TdClassName
{
border-color: #1FC7A1;
}
.TagClassName
{
border-color: #1FC7A1;
}
</style>