Shades of Shamrock #1FCA8F
Tints of Shamrock #1FCA8F
RGB
CMYK
RGB Variations
Color information
#1FCA8F (or 0x1FCA8F) is known color: Shamrock. HEX triplet: 1F, CA and 8F. RGB value is (31,202,143). Sum of RGB (Red+Green+Blue) = 31+202+143=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCA8F is #E03570. Grayscale: #909090. Windows color (decimal): -14693745 or 9423391. OLE color: 9423391.
HSL color Cylindrical-coordinate representation of color #1FCA8F: hue angle of 159.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA8F is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 143 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.21 |
| HSL | 159.3º | 0.73% | 0.46% | - |
| HSV(B) | 159.3º | 0.85% | 0.79% | - |
| XYZ | 26.64 | 44.52 | 33.17 | - |
| YUV | 144.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 143 | 0.85 | 0 | 0.29 | 0.21 | 159.3 | 0.73 | 0.46 |
| Hex | 1F | CA | 8F | 55 | 0 | 1D | 15 | 9F | 49 | 2E |
| Octal | 37 | 312 | 217 | 125 | 0 | 35 | 25 | 237 | 111 | 56 |
| Binary | 11111 | 11001010 | 10001111 | 1010101 | 0 | 11101 | 10101 | 10011111 | 1001001 | 101110 |
Color Harmonies of #1FCA8F
Complementary color
Monochromatic Colors of #1FCA8F
Black with #1FCA8F
Text Example
Text Example
White with #1FCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA8F; }
p { color: rgb(31,202,143); }
H1.HeaderClassName
{
color: #1FCA8F;
}
.AnyTagClassName
{
color: #1FCA8F;
}
</style>
background-color css
<style>
a { background-color: #1FCA8F; }
a { background-color: rgb(31,202,143); }
div.DivClassName
{
background-color: #1FCA8F;
}
.BgClassName
{
background-color: #1FCA8F;
}
</style>
border-color css
<style>
span { border-color: #1FCA8F; }
span { border-color: rgb(31,202,143); }
td.TdClassName
{
border-color: #1FCA8F;
}
.TagClassName
{
border-color: #1FCA8F;
}
</style>