Shades of Shamrock #1FCC8D
Tints of Shamrock #1FCC8D
RGB
CMYK
RGB Variations
Color information
#1FCC8D (or 0x1FCC8D) is known color: Shamrock. HEX triplet: 1F, CC and 8D. RGB value is (31,204,141). Sum of RGB (Red+Green+Blue) = 31+204+141=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCC8D is #E03372. Grayscale: #919191. Windows color (decimal): -14693235 or 9292831. OLE color: 9292831.
HSL color Cylindrical-coordinate representation of color #1FCC8D: hue angle of 158.15º 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 #1FCC8D is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 141 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.2 |
| HSL | 158.15º | 0.74% | 0.46% | - |
| HSV(B) | 158.15º | 0.85% | 0.8% | - |
| XYZ | 26.97 | 45.4 | 32.54 | - |
| YUV | 145.09 | 125.69 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 141 | 0.85 | 0 | 0.31 | 0.2 | 158.15 | 0.74 | 0.46 |
| Hex | 1F | CC | 8D | 55 | 0 | 1F | 14 | 9E | 4A | 2E |
| Octal | 37 | 314 | 215 | 125 | 0 | 37 | 24 | 236 | 112 | 56 |
| Binary | 11111 | 11001100 | 10001101 | 1010101 | 0 | 11111 | 10100 | 10011110 | 1001010 | 101110 |
Color Harmonies of #1FCC8D
Complementary color
Monochromatic Colors of #1FCC8D
Black with #1FCC8D
Text Example
Text Example
White with #1FCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC8D; }
p { color: rgb(31,204,141); }
H1.HeaderClassName
{
color: #1FCC8D;
}
.AnyTagClassName
{
color: #1FCC8D;
}
</style>
background-color css
<style>
a { background-color: #1FCC8D; }
a { background-color: rgb(31,204,141); }
div.DivClassName
{
background-color: #1FCC8D;
}
.BgClassName
{
background-color: #1FCC8D;
}
</style>
border-color css
<style>
span { border-color: #1FCC8D; }
span { border-color: rgb(31,204,141); }
td.TdClassName
{
border-color: #1FCC8D;
}
.TagClassName
{
border-color: #1FCC8D;
}
</style>