Shades of Shamrock #1FCA90
Tints of Shamrock #1FCA90
RGB
CMYK
RGB Variations
Color information
#1FCA90 (or 0x1FCA90) is known color: Shamrock. HEX triplet: 1F, CA and 90. RGB value is (31,202,144). Sum of RGB (Red+Green+Blue) = 31+202+144=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCA90 is #E0356F. Grayscale: #909090. Windows color (decimal): -14693744 or 9488927. OLE color: 9488927.
HSL color Cylindrical-coordinate representation of color #1FCA90: hue angle of 159.65º 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 #1FCA90 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 144 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.21 |
| HSL | 159.65º | 0.73% | 0.46% | - |
| HSV(B) | 159.65º | 0.85% | 0.79% | - |
| XYZ | 26.72 | 44.55 | 33.58 | - |
| YUV | 144.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 144 | 0.85 | 0 | 0.29 | 0.21 | 159.65 | 0.73 | 0.46 |
| Hex | 1F | CA | 90 | 55 | 0 | 1D | 15 | A0 | 49 | 2E |
| Octal | 37 | 312 | 220 | 125 | 0 | 35 | 25 | 240 | 111 | 56 |
| Binary | 11111 | 11001010 | 10010000 | 1010101 | 0 | 11101 | 10101 | 10100000 | 1001001 | 101110 |
Color Harmonies of #1FCA90
Complementary color
Monochromatic Colors of #1FCA90
Black with #1FCA90
Text Example
Text Example
White with #1FCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA90; }
p { color: rgb(31,202,144); }
H1.HeaderClassName
{
color: #1FCA90;
}
.AnyTagClassName
{
color: #1FCA90;
}
</style>
background-color css
<style>
a { background-color: #1FCA90; }
a { background-color: rgb(31,202,144); }
div.DivClassName
{
background-color: #1FCA90;
}
.BgClassName
{
background-color: #1FCA90;
}
</style>
border-color css
<style>
span { border-color: #1FCA90; }
span { border-color: rgb(31,202,144); }
td.TdClassName
{
border-color: #1FCA90;
}
.TagClassName
{
border-color: #1FCA90;
}
</style>