Shades of Shamrock #1FE386
Tints of Shamrock #1FE386
RGB
CMYK
RGB Variations
Color information
#1FE386 (or 0x1FE386) is known color: Shamrock. HEX triplet: 1F, E3 and 86. RGB value is (31,227,134). Sum of RGB (Red+Green+Blue) = 31+227+134=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 227 (89.06% from 255 or 57.91% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FE386 is #E01C79. Grayscale: #9D9D9D. Windows color (decimal): -14687354 or 8839967. OLE color: 8839967.
HSL color Cylindrical-coordinate representation of color #1FE386: hue angle of 151.53º 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 #1FE386 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 134 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.11 |
| HSL | 151.53º | 0.78% | 0.51% | - |
| HSV(B) | 151.53º | 0.86% | 0.89% | - |
| XYZ | 32.34 | 56.95 | 31.84 | - |
| YUV | 157.79 | 114.57 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 134 | 0.86 | 0 | 0.41 | 0.11 | 151.53 | 0.78 | 0.51 |
| Hex | 1F | E3 | 86 | 56 | 0 | 29 | B | 98 | 4E | 33 |
| Octal | 37 | 343 | 206 | 126 | 0 | 51 | 13 | 230 | 116 | 63 |
| Binary | 11111 | 11100011 | 10000110 | 1010110 | 0 | 101001 | 1011 | 10011000 | 1001110 | 110011 |
Color Harmonies of #1FE386
Complementary color
Monochromatic Colors of #1FE386
Black with #1FE386
Text Example
Text Example
White with #1FE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE386; }
p { color: rgb(31,227,134); }
H1.HeaderClassName
{
color: #1FE386;
}
.AnyTagClassName
{
color: #1FE386;
}
</style>
background-color css
<style>
a { background-color: #1FE386; }
a { background-color: rgb(31,227,134); }
div.DivClassName
{
background-color: #1FE386;
}
.BgClassName
{
background-color: #1FE386;
}
</style>
border-color css
<style>
span { border-color: #1FE386; }
span { border-color: rgb(31,227,134); }
td.TdClassName
{
border-color: #1FE386;
}
.TagClassName
{
border-color: #1FE386;
}
</style>