Shades of Shamrock #1FCF8C
Tints of Shamrock #1FCF8C
RGB
CMYK
RGB Variations
Color information
#1FCF8C (or 0x1FCF8C) is known color: Shamrock. HEX triplet: 1F, CF and 8C. RGB value is (31,207,140). Sum of RGB (Red+Green+Blue) = 31+207+140=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCF8C is #E03073. Grayscale: #929292. Windows color (decimal): -14692468 or 9228063. OLE color: 9228063.
HSL color Cylindrical-coordinate representation of color #1FCF8C: hue angle of 157.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF8C is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 140 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.19 |
| HSL | 157.16º | 0.74% | 0.47% | - |
| HSV(B) | 157.16º | 0.85% | 0.81% | - |
| XYZ | 27.61 | 46.81 | 32.39 | - |
| YUV | 146.74 | 124.19 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 140 | 0.85 | 0 | 0.32 | 0.19 | 157.16 | 0.74 | 0.47 |
| Hex | 1F | CF | 8C | 55 | 0 | 20 | 13 | 9D | 4A | 2F |
| Octal | 37 | 317 | 214 | 125 | 0 | 40 | 23 | 235 | 112 | 57 |
| Binary | 11111 | 11001111 | 10001100 | 1010101 | 0 | 100000 | 10011 | 10011101 | 1001010 | 101111 |
Color Harmonies of #1FCF8C
Complementary color
Monochromatic Colors of #1FCF8C
Black with #1FCF8C
Text Example
Text Example
White with #1FCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF8C; }
p { color: rgb(31,207,140); }
H1.HeaderClassName
{
color: #1FCF8C;
}
.AnyTagClassName
{
color: #1FCF8C;
}
</style>
background-color css
<style>
a { background-color: #1FCF8C; }
a { background-color: rgb(31,207,140); }
div.DivClassName
{
background-color: #1FCF8C;
}
.BgClassName
{
background-color: #1FCF8C;
}
</style>
border-color css
<style>
span { border-color: #1FCF8C; }
span { border-color: rgb(31,207,140); }
td.TdClassName
{
border-color: #1FCF8C;
}
.TagClassName
{
border-color: #1FCF8C;
}
</style>