Shades of Shamrock #1FE195
Tints of Shamrock #1FE195
RGB
CMYK
RGB Variations
Color information
#1FE195 (or 0x1FE195) is known color: Shamrock. HEX triplet: 1F, E1 and 95. RGB value is (31,225,149). Sum of RGB (Red+Green+Blue) = 31+225+149=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE195 is #E01E6A. Grayscale: #9E9E9E. Windows color (decimal): -14687851 or 9822495. OLE color: 9822495.
HSL color Cylindrical-coordinate representation of color #1FE195: hue angle of 156.49º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE195 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 149 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.12 |
| HSL | 156.49º | 0.76% | 0.5% | - |
| HSV(B) | 156.49º | 0.86% | 0.88% | - |
| XYZ | 32.92 | 56.31 | 37.57 | - |
| YUV | 158.33 | 122.73 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 149 | 0.86 | 0 | 0.34 | 0.12 | 156.49 | 0.76 | 0.5 |
| Hex | 1F | E1 | 95 | 56 | 0 | 22 | C | 9C | 4C | 32 |
| Octal | 37 | 341 | 225 | 126 | 0 | 42 | 14 | 234 | 114 | 62 |
| Binary | 11111 | 11100001 | 10010101 | 1010110 | 0 | 100010 | 1100 | 10011100 | 1001100 | 110010 |
Color Harmonies of #1FE195
Complementary color
Monochromatic Colors of #1FE195
Black with #1FE195
Text Example
Text Example
White with #1FE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE195; }
p { color: rgb(31,225,149); }
H1.HeaderClassName
{
color: #1FE195;
}
.AnyTagClassName
{
color: #1FE195;
}
</style>
background-color css
<style>
a { background-color: #1FE195; }
a { background-color: rgb(31,225,149); }
div.DivClassName
{
background-color: #1FE195;
}
.BgClassName
{
background-color: #1FE195;
}
</style>
border-color css
<style>
span { border-color: #1FE195; }
span { border-color: rgb(31,225,149); }
td.TdClassName
{
border-color: #1FE195;
}
.TagClassName
{
border-color: #1FE195;
}
</style>