Shades of Shamrock #1FCC8F
Tints of Shamrock #1FCC8F
RGB
CMYK
RGB Variations
Color information
#1FCC8F (or 0x1FCC8F) is known color: Shamrock. HEX triplet: 1F, CC and 8F. RGB value is (31,204,143). Sum of RGB (Red+Green+Blue) = 31+204+143=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCC8F is #E03370. Grayscale: #919191. Windows color (decimal): -14693233 or 9423903. OLE color: 9423903.
HSL color Cylindrical-coordinate representation of color #1FCC8F: hue angle of 158.84º 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 #1FCC8F is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 143 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.2 |
| HSL | 158.84º | 0.74% | 0.46% | - |
| HSV(B) | 158.84º | 0.85% | 0.8% | - |
| XYZ | 27.12 | 45.46 | 33.33 | - |
| YUV | 145.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 143 | 0.85 | 0 | 0.30 | 0.2 | 158.84 | 0.74 | 0.46 |
| Hex | 1F | CC | 8F | 55 | 0 | 1E | 14 | 9F | 4A | 2E |
| Octal | 37 | 314 | 217 | 125 | 0 | 36 | 24 | 237 | 112 | 56 |
| Binary | 11111 | 11001100 | 10001111 | 1010101 | 0 | 11110 | 10100 | 10011111 | 1001010 | 101110 |
Color Harmonies of #1FCC8F
Complementary color
Monochromatic Colors of #1FCC8F
Black with #1FCC8F
Text Example
Text Example
White with #1FCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC8F; }
p { color: rgb(31,204,143); }
H1.HeaderClassName
{
color: #1FCC8F;
}
.AnyTagClassName
{
color: #1FCC8F;
}
</style>
background-color css
<style>
a { background-color: #1FCC8F; }
a { background-color: rgb(31,204,143); }
div.DivClassName
{
background-color: #1FCC8F;
}
.BgClassName
{
background-color: #1FCC8F;
}
</style>
border-color css
<style>
span { border-color: #1FCC8F; }
span { border-color: rgb(31,204,143); }
td.TdClassName
{
border-color: #1FCC8F;
}
.TagClassName
{
border-color: #1FCC8F;
}
</style>