Shades of Shamrock #1FE295
Tints of Shamrock #1FE295
RGB
CMYK
RGB Variations
Color information
#1FE295 (or 0x1FE295) is known color: Shamrock. HEX triplet: 1F, E2 and 95. RGB value is (31,226,149). Sum of RGB (Red+Green+Blue) = 31+226+149=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 226 (88.67% from 255 or 55.67% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE295 is #E01D6A. Grayscale: #9F9F9F. Windows color (decimal): -14687595 or 9822751. OLE color: 9822751.
HSL color Cylindrical-coordinate representation of color #1FE295: hue angle of 156.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE295 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 226 | 149 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.11 |
| HSL | 156.31º | 0.77% | 0.5% | - |
| HSV(B) | 156.31º | 0.86% | 0.89% | - |
| XYZ | 33.19 | 56.85 | 37.66 | - |
| YUV | 158.92 | 122.4 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 149 | 0.86 | 0 | 0.34 | 0.11 | 156.31 | 0.77 | 0.5 |
| Hex | 1F | E2 | 95 | 56 | 0 | 22 | B | 9C | 4D | 32 |
| Octal | 37 | 342 | 225 | 126 | 0 | 42 | 13 | 234 | 115 | 62 |
| Binary | 11111 | 11100010 | 10010101 | 1010110 | 0 | 100010 | 1011 | 10011100 | 1001101 | 110010 |
Color Harmonies of #1FE295
Complementary color
Monochromatic Colors of #1FE295
Black with #1FE295
Text Example
Text Example
White with #1FE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE295; }
p { color: rgb(31,226,149); }
H1.HeaderClassName
{
color: #1FE295;
}
.AnyTagClassName
{
color: #1FE295;
}
</style>
background-color css
<style>
a { background-color: #1FE295; }
a { background-color: rgb(31,226,149); }
div.DivClassName
{
background-color: #1FE295;
}
.BgClassName
{
background-color: #1FE295;
}
</style>
border-color css
<style>
span { border-color: #1FE295; }
span { border-color: rgb(31,226,149); }
td.TdClassName
{
border-color: #1FE295;
}
.TagClassName
{
border-color: #1FE295;
}
</style>