Shades of Shamrock #1FE486
Tints of Shamrock #1FE486
RGB
CMYK
RGB Variations
Color information
#1FE486 (or 0x1FE486) is known color: Shamrock. HEX triplet: 1F, E4 and 86. RGB value is (31,228,134). Sum of RGB (Red+Green+Blue) = 31+228+134=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE486 is #E01B79. Grayscale: #9E9E9E. Windows color (decimal): -14687098 or 8840223. OLE color: 8840223.
HSL color Cylindrical-coordinate representation of color #1FE486: hue angle of 151.37º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE486 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 134 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.11 |
| HSL | 151.37º | 0.78% | 0.51% | - |
| HSV(B) | 151.37º | 0.86% | 0.89% | - |
| XYZ | 32.61 | 57.5 | 31.93 | - |
| YUV | 158.38 | 114.23 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 134 | 0.86 | 0 | 0.41 | 0.11 | 151.37 | 0.78 | 0.51 |
| Hex | 1F | E4 | 86 | 56 | 0 | 29 | B | 97 | 4E | 33 |
| Octal | 37 | 344 | 206 | 126 | 0 | 51 | 13 | 227 | 116 | 63 |
| Binary | 11111 | 11100100 | 10000110 | 1010110 | 0 | 101001 | 1011 | 10010111 | 1001110 | 110011 |
Color Harmonies of #1FE486
Complementary color
Monochromatic Colors of #1FE486
Black with #1FE486
Text Example
Text Example
White with #1FE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE486; }
p { color: rgb(31,228,134); }
H1.HeaderClassName
{
color: #1FE486;
}
.AnyTagClassName
{
color: #1FE486;
}
</style>
background-color css
<style>
a { background-color: #1FE486; }
a { background-color: rgb(31,228,134); }
div.DivClassName
{
background-color: #1FE486;
}
.BgClassName
{
background-color: #1FE486;
}
</style>
border-color css
<style>
span { border-color: #1FE486; }
span { border-color: rgb(31,228,134); }
td.TdClassName
{
border-color: #1FE486;
}
.TagClassName
{
border-color: #1FE486;
}
</style>