Shades of Shamrock #1FCD8D
Tints of Shamrock #1FCD8D
RGB
CMYK
RGB Variations
Color information
#1FCD8D (or 0x1FCD8D) is known color: Shamrock. HEX triplet: 1F, CD and 8D. RGB value is (31,205,141). Sum of RGB (Red+Green+Blue) = 31+205+141=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCD8D is #E03272. Grayscale: #919191. Windows color (decimal): -14692979 or 9293087. OLE color: 9293087.
HSL color Cylindrical-coordinate representation of color #1FCD8D: hue angle of 157.93º 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 #1FCD8D is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 141 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.20 |
| HSL | 157.93º | 0.74% | 0.46% | - |
| HSV(B) | 157.93º | 0.85% | 0.8% | - |
| XYZ | 27.2 | 45.88 | 32.62 | - |
| YUV | 145.68 | 125.35 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 141 | 0.85 | 0 | 0.31 | 0.20 | 157.93 | 0.74 | 0.46 |
| Hex | 1F | CD | 8D | 55 | 0 | 1F | 14 | 9E | 4A | 2E |
| Octal | 37 | 315 | 215 | 125 | 0 | 37 | 24 | 236 | 112 | 56 |
| Binary | 11111 | 11001101 | 10001101 | 1010101 | 0 | 11111 | 10100 | 10011110 | 1001010 | 101110 |
Color Harmonies of #1FCD8D
Complementary color
Monochromatic Colors of #1FCD8D
Black with #1FCD8D
Text Example
Text Example
White with #1FCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD8D; }
p { color: rgb(31,205,141); }
H1.HeaderClassName
{
color: #1FCD8D;
}
.AnyTagClassName
{
color: #1FCD8D;
}
</style>
background-color css
<style>
a { background-color: #1FCD8D; }
a { background-color: rgb(31,205,141); }
div.DivClassName
{
background-color: #1FCD8D;
}
.BgClassName
{
background-color: #1FCD8D;
}
</style>
border-color css
<style>
span { border-color: #1FCD8D; }
span { border-color: rgb(31,205,141); }
td.TdClassName
{
border-color: #1FCD8D;
}
.TagClassName
{
border-color: #1FCD8D;
}
</style>