Shades of Shamrock #1FD097
Tints of Shamrock #1FD097
RGB
CMYK
RGB Variations
Color information
#1FD097 (or 0x1FD097) is known color: Shamrock. HEX triplet: 1F, D0 and 97. RGB value is (31,208,151). Sum of RGB (Red+Green+Blue) = 31+208+151=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD097 is #E02F68. Grayscale: #949494. Windows color (decimal): -14692201 or 9949215. OLE color: 9949215.
HSL color Cylindrical-coordinate representation of color #1FD097: hue angle of 160.68º 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 #1FD097 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 151 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.18 |
| HSL | 160.68º | 0.74% | 0.47% | - |
| HSV(B) | 160.68º | 0.85% | 0.82% | - |
| XYZ | 28.71 | 47.64 | 36.96 | - |
| YUV | 148.58 | 129.36 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 151 | 0.85 | 0 | 0.27 | 0.18 | 160.68 | 0.74 | 0.47 |
| Hex | 1F | D0 | 97 | 55 | 0 | 1B | 12 | A1 | 4A | 2F |
| Octal | 37 | 320 | 227 | 125 | 0 | 33 | 22 | 241 | 112 | 57 |
| Binary | 11111 | 11010000 | 10010111 | 1010101 | 0 | 11011 | 10010 | 10100001 | 1001010 | 101111 |
Color Harmonies of #1FD097
Complementary color
Monochromatic Colors of #1FD097
Black with #1FD097
Text Example
Text Example
White with #1FD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD097; }
p { color: rgb(31,208,151); }
H1.HeaderClassName
{
color: #1FD097;
}
.AnyTagClassName
{
color: #1FD097;
}
</style>
background-color css
<style>
a { background-color: #1FD097; }
a { background-color: rgb(31,208,151); }
div.DivClassName
{
background-color: #1FD097;
}
.BgClassName
{
background-color: #1FD097;
}
</style>
border-color css
<style>
span { border-color: #1FD097; }
span { border-color: rgb(31,208,151); }
td.TdClassName
{
border-color: #1FD097;
}
.TagClassName
{
border-color: #1FD097;
}
</style>