Shades of Shamrock #1FCF9C
Tints of Shamrock #1FCF9C
RGB
CMYK
RGB Variations
Color information
#1FCF9C (or 0x1FCF9C) is known color: Shamrock. HEX triplet: 1F, CF and 9C. RGB value is (31,207,156). Sum of RGB (Red+Green+Blue) = 31+207+156=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCF9C is #E03063. Grayscale: #949494. Windows color (decimal): -14692452 or 10276639. OLE color: 10276639.
HSL color Cylindrical-coordinate representation of color #1FCF9C: hue angle of 162.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF9C is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 156 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.19 |
| HSL | 162.61º | 0.74% | 0.47% | - |
| HSV(B) | 162.61º | 0.85% | 0.81% | - |
| XYZ | 28.88 | 47.32 | 39.06 | - |
| YUV | 148.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 156 | 0.85 | 0 | 0.25 | 0.19 | 162.61 | 0.74 | 0.47 |
| Hex | 1F | CF | 9C | 55 | 0 | 19 | 13 | A3 | 4A | 2F |
| Octal | 37 | 317 | 234 | 125 | 0 | 31 | 23 | 243 | 112 | 57 |
| Binary | 11111 | 11001111 | 10011100 | 1010101 | 0 | 11001 | 10011 | 10100011 | 1001010 | 101111 |
Color Harmonies of #1FCF9C
Complementary color
Monochromatic Colors of #1FCF9C
Black with #1FCF9C
Text Example
Text Example
White with #1FCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF9C; }
p { color: rgb(31,207,156); }
H1.HeaderClassName
{
color: #1FCF9C;
}
.AnyTagClassName
{
color: #1FCF9C;
}
</style>
background-color css
<style>
a { background-color: #1FCF9C; }
a { background-color: rgb(31,207,156); }
div.DivClassName
{
background-color: #1FCF9C;
}
.BgClassName
{
background-color: #1FCF9C;
}
</style>
border-color css
<style>
span { border-color: #1FCF9C; }
span { border-color: rgb(31,207,156); }
td.TdClassName
{
border-color: #1FCF9C;
}
.TagClassName
{
border-color: #1FCF9C;
}
</style>