Shades of Shamrock #1FCC8E
Tints of Shamrock #1FCC8E
RGB
CMYK
RGB Variations
Color information
#1FCC8E (or 0x1FCC8E) is known color: Shamrock. HEX triplet: 1F, CC and 8E. RGB value is (31,204,142). Sum of RGB (Red+Green+Blue) = 31+204+142=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCC8E is #E03371. Grayscale: #919191. Windows color (decimal): -14693234 or 9358367. OLE color: 9358367.
HSL color Cylindrical-coordinate representation of color #1FCC8E: hue angle of 158.5º 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 #1FCC8E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 142 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.2 |
| HSL | 158.5º | 0.74% | 0.46% | - |
| HSV(B) | 158.5º | 0.85% | 0.8% | - |
| XYZ | 27.04 | 45.43 | 32.93 | - |
| YUV | 145.21 | 126.19 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 142 | 0.85 | 0 | 0.30 | 0.2 | 158.5 | 0.74 | 0.46 |
| Hex | 1F | CC | 8E | 55 | 0 | 1E | 14 | 9E | 4A | 2E |
| Octal | 37 | 314 | 216 | 125 | 0 | 36 | 24 | 236 | 112 | 56 |
| Binary | 11111 | 11001100 | 10001110 | 1010101 | 0 | 11110 | 10100 | 10011110 | 1001010 | 101110 |
Color Harmonies of #1FCC8E
Complementary color
Monochromatic Colors of #1FCC8E
Black with #1FCC8E
Text Example
Text Example
White with #1FCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC8E; }
p { color: rgb(31,204,142); }
H1.HeaderClassName
{
color: #1FCC8E;
}
.AnyTagClassName
{
color: #1FCC8E;
}
</style>
background-color css
<style>
a { background-color: #1FCC8E; }
a { background-color: rgb(31,204,142); }
div.DivClassName
{
background-color: #1FCC8E;
}
.BgClassName
{
background-color: #1FCC8E;
}
</style>
border-color css
<style>
span { border-color: #1FCC8E; }
span { border-color: rgb(31,204,142); }
td.TdClassName
{
border-color: #1FCC8E;
}
.TagClassName
{
border-color: #1FCC8E;
}
</style>