Shades of Shamrock #1FCA8D
Tints of Shamrock #1FCA8D
RGB
CMYK
RGB Variations
Color information
#1FCA8D (or 0x1FCA8D) is known color: Shamrock. HEX triplet: 1F, CA and 8D. RGB value is (31,202,141). Sum of RGB (Red+Green+Blue) = 31+202+141=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCA8D is #E03572. Grayscale: #8F8F8F. Windows color (decimal): -14693747 or 9292319. OLE color: 9292319.
HSL color Cylindrical-coordinate representation of color #1FCA8D: hue angle of 158.6º 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 #1FCA8D is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 141 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.21 |
| HSL | 158.6º | 0.73% | 0.46% | - |
| HSV(B) | 158.6º | 0.85% | 0.79% | - |
| XYZ | 26.49 | 44.46 | 32.38 | - |
| YUV | 143.92 | 126.35 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 141 | 0.85 | 0 | 0.30 | 0.21 | 158.6 | 0.73 | 0.46 |
| Hex | 1F | CA | 8D | 55 | 0 | 1E | 15 | 9F | 49 | 2E |
| Octal | 37 | 312 | 215 | 125 | 0 | 36 | 25 | 237 | 111 | 56 |
| Binary | 11111 | 11001010 | 10001101 | 1010101 | 0 | 11110 | 10101 | 10011111 | 1001001 | 101110 |
Color Harmonies of #1FCA8D
Complementary color
Monochromatic Colors of #1FCA8D
Black with #1FCA8D
Text Example
Text Example
White with #1FCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA8D; }
p { color: rgb(31,202,141); }
H1.HeaderClassName
{
color: #1FCA8D;
}
.AnyTagClassName
{
color: #1FCA8D;
}
</style>
background-color css
<style>
a { background-color: #1FCA8D; }
a { background-color: rgb(31,202,141); }
div.DivClassName
{
background-color: #1FCA8D;
}
.BgClassName
{
background-color: #1FCA8D;
}
</style>
border-color css
<style>
span { border-color: #1FCA8D; }
span { border-color: rgb(31,202,141); }
td.TdClassName
{
border-color: #1FCA8D;
}
.TagClassName
{
border-color: #1FCA8D;
}
</style>