Shades of Shamrock #1FD98C
Tints of Shamrock #1FD98C
RGB
CMYK
RGB Variations
Color information
#1FD98C (or 0x1FD98C) is known color: Shamrock. HEX triplet: 1F, D9 and 8C. RGB value is (31,217,140). Sum of RGB (Red+Green+Blue) = 31+217+140=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD98C is #E02673. Grayscale: #989898. Windows color (decimal): -14689908 or 9230623. OLE color: 9230623.
HSL color Cylindrical-coordinate representation of color #1FD98C: hue angle of 155.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD98C is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 140 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.15 |
| HSL | 155.16º | 0.75% | 0.49% | - |
| HSV(B) | 155.16º | 0.86% | 0.85% | - |
| XYZ | 30.11 | 51.81 | 33.22 | - |
| YUV | 152.61 | 120.88 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 140 | 0.86 | 0 | 0.35 | 0.15 | 155.16 | 0.75 | 0.49 |
| Hex | 1F | D9 | 8C | 56 | 0 | 23 | F | 9B | 4B | 31 |
| Octal | 37 | 331 | 214 | 126 | 0 | 43 | 17 | 233 | 113 | 61 |
| Binary | 11111 | 11011001 | 10001100 | 1010110 | 0 | 100011 | 1111 | 10011011 | 1001011 | 110001 |
Color Harmonies of #1FD98C
Complementary color
Monochromatic Colors of #1FD98C
Black with #1FD98C
Text Example
Text Example
White with #1FD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD98C; }
p { color: rgb(31,217,140); }
H1.HeaderClassName
{
color: #1FD98C;
}
.AnyTagClassName
{
color: #1FD98C;
}
</style>
background-color css
<style>
a { background-color: #1FD98C; }
a { background-color: rgb(31,217,140); }
div.DivClassName
{
background-color: #1FD98C;
}
.BgClassName
{
background-color: #1FD98C;
}
</style>
border-color css
<style>
span { border-color: #1FD98C; }
span { border-color: rgb(31,217,140); }
td.TdClassName
{
border-color: #1FD98C;
}
.TagClassName
{
border-color: #1FD98C;
}
</style>