Shades of Shamrock #1FC893
Tints of Shamrock #1FC893
RGB
CMYK
RGB Variations
Color information
#1FC893 (or 0x1FC893) is known color: Shamrock. HEX triplet: 1F, C8 and 93. RGB value is (31,200,147). Sum of RGB (Red+Green+Blue) = 31+200+147=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC893 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC893 is #E0376C. Grayscale: #8F8F8F. Windows color (decimal): -14694253 or 9685023. OLE color: 9685023.
HSL color Cylindrical-coordinate representation of color #1FC893: hue angle of 161.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC893 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 147 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.22 |
| HSL | 161.18º | 0.73% | 0.45% | - |
| HSV(B) | 161.18º | 0.85% | 0.78% | - |
| XYZ | 26.49 | 43.71 | 34.64 | - |
| YUV | 143.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 147 | 0.84 | 0 | 0.26 | 0.22 | 161.18 | 0.73 | 0.45 |
| Hex | 1F | C8 | 93 | 54 | 0 | 1A | 16 | A1 | 49 | 2D |
| Octal | 37 | 310 | 223 | 124 | 0 | 32 | 26 | 241 | 111 | 55 |
| Binary | 11111 | 11001000 | 10010011 | 1010100 | 0 | 11010 | 10110 | 10100001 | 1001001 | 101101 |
Color Harmonies of #1FC893
Complementary color
Monochromatic Colors of #1FC893
Black with #1FC893
Text Example
Text Example
White with #1FC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC893; }
p { color: rgb(31,200,147); }
H1.HeaderClassName
{
color: #1FC893;
}
.AnyTagClassName
{
color: #1FC893;
}
</style>
background-color css
<style>
a { background-color: #1FC893; }
a { background-color: rgb(31,200,147); }
div.DivClassName
{
background-color: #1FC893;
}
.BgClassName
{
background-color: #1FC893;
}
</style>
border-color css
<style>
span { border-color: #1FC893; }
span { border-color: rgb(31,200,147); }
td.TdClassName
{
border-color: #1FC893;
}
.TagClassName
{
border-color: #1FC893;
}
</style>