Shades of Shamrock #1FCE8C
Tints of Shamrock #1FCE8C
RGB
CMYK
RGB Variations
Color information
#1FCE8C (or 0x1FCE8C) is known color: Shamrock. HEX triplet: 1F, CE and 8C. RGB value is (31,206,140). Sum of RGB (Red+Green+Blue) = 31+206+140=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCE8C is #E03173. Grayscale: #929292. Windows color (decimal): -14692724 or 9227807. OLE color: 9227807.
HSL color Cylindrical-coordinate representation of color #1FCE8C: hue angle of 157.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCE8C is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 140 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.19 |
| HSL | 157.37º | 0.74% | 0.46% | - |
| HSV(B) | 157.37º | 0.85% | 0.81% | - |
| XYZ | 27.37 | 46.33 | 32.31 | - |
| YUV | 146.15 | 124.52 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 140 | 0.85 | 0 | 0.32 | 0.19 | 157.37 | 0.74 | 0.46 |
| Hex | 1F | CE | 8C | 55 | 0 | 20 | 13 | 9D | 4A | 2E |
| Octal | 37 | 316 | 214 | 125 | 0 | 40 | 23 | 235 | 112 | 56 |
| Binary | 11111 | 11001110 | 10001100 | 1010101 | 0 | 100000 | 10011 | 10011101 | 1001010 | 101110 |
Color Harmonies of #1FCE8C
Complementary color
Monochromatic Colors of #1FCE8C
Black with #1FCE8C
Text Example
Text Example
White with #1FCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE8C; }
p { color: rgb(31,206,140); }
H1.HeaderClassName
{
color: #1FCE8C;
}
.AnyTagClassName
{
color: #1FCE8C;
}
</style>
background-color css
<style>
a { background-color: #1FCE8C; }
a { background-color: rgb(31,206,140); }
div.DivClassName
{
background-color: #1FCE8C;
}
.BgClassName
{
background-color: #1FCE8C;
}
</style>
border-color css
<style>
span { border-color: #1FCE8C; }
span { border-color: rgb(31,206,140); }
td.TdClassName
{
border-color: #1FCE8C;
}
.TagClassName
{
border-color: #1FCE8C;
}
</style>