Shades of Shamrock #1FDC94
Tints of Shamrock #1FDC94
RGB
CMYK
RGB Variations
Color information
#1FDC94 (or 0x1FDC94) is known color: Shamrock. HEX triplet: 1F, DC and 94. RGB value is (31,220,148). Sum of RGB (Red+Green+Blue) = 31+220+148=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDC94 is #E0236B. Grayscale: #9B9B9B. Windows color (decimal): -14689132 or 9755679. OLE color: 9755679.
HSL color Cylindrical-coordinate representation of color #1FDC94: hue angle of 157.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC94 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 148 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.14 |
| HSL | 157.14º | 0.75% | 0.49% | - |
| HSV(B) | 157.14º | 0.86% | 0.86% | - |
| XYZ | 31.5 | 53.62 | 36.71 | - |
| YUV | 155.28 | 123.88 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 148 | 0.86 | 0 | 0.33 | 0.14 | 157.14 | 0.75 | 0.49 |
| Hex | 1F | DC | 94 | 56 | 0 | 21 | E | 9D | 4B | 31 |
| Octal | 37 | 334 | 224 | 126 | 0 | 41 | 16 | 235 | 113 | 61 |
| Binary | 11111 | 11011100 | 10010100 | 1010110 | 0 | 100001 | 1110 | 10011101 | 1001011 | 110001 |
Color Harmonies of #1FDC94
Complementary color
Monochromatic Colors of #1FDC94
Black with #1FDC94
Text Example
Text Example
White with #1FDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC94; }
p { color: rgb(31,220,148); }
H1.HeaderClassName
{
color: #1FDC94;
}
.AnyTagClassName
{
color: #1FDC94;
}
</style>
background-color css
<style>
a { background-color: #1FDC94; }
a { background-color: rgb(31,220,148); }
div.DivClassName
{
background-color: #1FDC94;
}
.BgClassName
{
background-color: #1FDC94;
}
</style>
border-color css
<style>
span { border-color: #1FDC94; }
span { border-color: rgb(31,220,148); }
td.TdClassName
{
border-color: #1FDC94;
}
.TagClassName
{
border-color: #1FDC94;
}
</style>