Shades of Shamrock #1FD18C
Tints of Shamrock #1FD18C
RGB
CMYK
RGB Variations
Color information
#1FD18C (or 0x1FD18C) is known color: Shamrock. HEX triplet: 1F, D1 and 8C. RGB value is (31,209,140). Sum of RGB (Red+Green+Blue) = 31+209+140=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD18C is #E02E73. Grayscale: #949494. Windows color (decimal): -14691956 or 9228575. OLE color: 9228575.
HSL color Cylindrical-coordinate representation of color #1FD18C: hue angle of 156.74º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD18C is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 140 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.18 |
| HSL | 156.74º | 0.74% | 0.47% | - |
| HSV(B) | 156.74º | 0.85% | 0.82% | - |
| XYZ | 28.1 | 47.79 | 32.55 | - |
| YUV | 147.91 | 123.53 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 140 | 0.85 | 0 | 0.33 | 0.18 | 156.74 | 0.74 | 0.47 |
| Hex | 1F | D1 | 8C | 55 | 0 | 21 | 12 | 9D | 4A | 2F |
| Octal | 37 | 321 | 214 | 125 | 0 | 41 | 22 | 235 | 112 | 57 |
| Binary | 11111 | 11010001 | 10001100 | 1010101 | 0 | 100001 | 10010 | 10011101 | 1001010 | 101111 |
Color Harmonies of #1FD18C
Complementary color
Monochromatic Colors of #1FD18C
Black with #1FD18C
Text Example
Text Example
White with #1FD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD18C; }
p { color: rgb(31,209,140); }
H1.HeaderClassName
{
color: #1FD18C;
}
.AnyTagClassName
{
color: #1FD18C;
}
</style>
background-color css
<style>
a { background-color: #1FD18C; }
a { background-color: rgb(31,209,140); }
div.DivClassName
{
background-color: #1FD18C;
}
.BgClassName
{
background-color: #1FD18C;
}
</style>
border-color css
<style>
span { border-color: #1FD18C; }
span { border-color: rgb(31,209,140); }
td.TdClassName
{
border-color: #1FD18C;
}
.TagClassName
{
border-color: #1FD18C;
}
</style>