Shades of Shamrock #1FCB90
Tints of Shamrock #1FCB90
RGB
CMYK
RGB Variations
Color information
#1FCB90 (or 0x1FCB90) is known color: Shamrock. HEX triplet: 1F, CB and 90. RGB value is (31,203,144). Sum of RGB (Red+Green+Blue) = 31+203+144=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCB90 is #E0346F. Grayscale: #909090. Windows color (decimal): -14693488 or 9489183. OLE color: 9489183.
HSL color Cylindrical-coordinate representation of color #1FCB90: hue angle of 159.42º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB90 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 144 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.20 |
| HSL | 159.42º | 0.74% | 0.46% | - |
| HSV(B) | 159.42º | 0.85% | 0.8% | - |
| XYZ | 26.96 | 45.02 | 33.65 | - |
| YUV | 144.85 | 127.52 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 144 | 0.85 | 0 | 0.29 | 0.20 | 159.42 | 0.74 | 0.46 |
| Hex | 1F | CB | 90 | 55 | 0 | 1D | 14 | 9F | 4A | 2E |
| Octal | 37 | 313 | 220 | 125 | 0 | 35 | 24 | 237 | 112 | 56 |
| Binary | 11111 | 11001011 | 10010000 | 1010101 | 0 | 11101 | 10100 | 10011111 | 1001010 | 101110 |
Color Harmonies of #1FCB90
Complementary color
Monochromatic Colors of #1FCB90
Black with #1FCB90
Text Example
Text Example
White with #1FCB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB90; }
p { color: rgb(31,203,144); }
H1.HeaderClassName
{
color: #1FCB90;
}
.AnyTagClassName
{
color: #1FCB90;
}
</style>
background-color css
<style>
a { background-color: #1FCB90; }
a { background-color: rgb(31,203,144); }
div.DivClassName
{
background-color: #1FCB90;
}
.BgClassName
{
background-color: #1FCB90;
}
</style>
border-color css
<style>
span { border-color: #1FCB90; }
span { border-color: rgb(31,203,144); }
td.TdClassName
{
border-color: #1FCB90;
}
.TagClassName
{
border-color: #1FCB90;
}
</style>