Shades of Shamrock #1FCA8B
Tints of Shamrock #1FCA8B
RGB
CMYK
RGB Variations
Color information
#1FCA8B (or 0x1FCA8B) is known color: Shamrock. HEX triplet: 1F, CA and 8B. RGB value is (31,202,139). Sum of RGB (Red+Green+Blue) = 31+202+139=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCA8B is #E03574. Grayscale: #8F8F8F. Windows color (decimal): -14693749 or 9161247. OLE color: 9161247.
HSL color Cylindrical-coordinate representation of color #1FCA8B: hue angle of 157.89º 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 #1FCA8B is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 139 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.21 |
| HSL | 157.89º | 0.73% | 0.46% | - |
| HSV(B) | 157.89º | 0.85% | 0.79% | - |
| XYZ | 26.35 | 44.4 | 31.61 | - |
| YUV | 143.69 | 125.35 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 139 | 0.85 | 0 | 0.31 | 0.21 | 157.89 | 0.73 | 0.46 |
| Hex | 1F | CA | 8B | 55 | 0 | 1F | 15 | 9E | 49 | 2E |
| Octal | 37 | 312 | 213 | 125 | 0 | 37 | 25 | 236 | 111 | 56 |
| Binary | 11111 | 11001010 | 10001011 | 1010101 | 0 | 11111 | 10101 | 10011110 | 1001001 | 101110 |
Color Harmonies of #1FCA8B
Complementary color
Monochromatic Colors of #1FCA8B
Black with #1FCA8B
Text Example
Text Example
White with #1FCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA8B; }
p { color: rgb(31,202,139); }
H1.HeaderClassName
{
color: #1FCA8B;
}
.AnyTagClassName
{
color: #1FCA8B;
}
</style>
background-color css
<style>
a { background-color: #1FCA8B; }
a { background-color: rgb(31,202,139); }
div.DivClassName
{
background-color: #1FCA8B;
}
.BgClassName
{
background-color: #1FCA8B;
}
</style>
border-color css
<style>
span { border-color: #1FCA8B; }
span { border-color: rgb(31,202,139); }
td.TdClassName
{
border-color: #1FCA8B;
}
.TagClassName
{
border-color: #1FCA8B;
}
</style>