Shades of Shamrock #1FE6A3
Tints of Shamrock #1FE6A3
RGB
CMYK
RGB Variations
Color information
#1FE6A3 (or 0x1FE6A3) is known color: Shamrock. HEX triplet: 1F, E6 and A3. RGB value is (31,230,163). Sum of RGB (Red+Green+Blue) = 31+230+163=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE6A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FE6A3 is #E0195C. Grayscale: #A2A2A2. Windows color (decimal): -14686557 or 10741279. OLE color: 10741279.
HSL color Cylindrical-coordinate representation of color #1FE6A3: hue angle of 159.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE6A3 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 163 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.10 |
| HSL | 159.8º | 0.8% | 0.51% | - |
| HSV(B) | 159.8º | 0.87% | 0.9% | - |
| XYZ | 35.47 | 59.53 | 44.27 | - |
| YUV | 162.86 | 128.07 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 163 | 0.87 | 0 | 0.29 | 0.10 | 159.8 | 0.8 | 0.51 |
| Hex | 1F | E6 | A3 | 57 | 0 | 1D | A | A0 | 50 | 33 |
| Octal | 37 | 346 | 243 | 127 | 0 | 35 | 12 | 240 | 120 | 63 |
| Binary | 11111 | 11100110 | 10100011 | 1010111 | 0 | 11101 | 1010 | 10100000 | 1010000 | 110011 |
Color Harmonies of #1FE6A3
Complementary color
Monochromatic Colors of #1FE6A3
Black with #1FE6A3
Text Example
Text Example
White with #1FE6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE6A3; }
p { color: rgb(31,230,163); }
H1.HeaderClassName
{
color: #1FE6A3;
}
.AnyTagClassName
{
color: #1FE6A3;
}
</style>
background-color css
<style>
a { background-color: #1FE6A3; }
a { background-color: rgb(31,230,163); }
div.DivClassName
{
background-color: #1FE6A3;
}
.BgClassName
{
background-color: #1FE6A3;
}
</style>
border-color css
<style>
span { border-color: #1FE6A3; }
span { border-color: rgb(31,230,163); }
td.TdClassName
{
border-color: #1FE6A3;
}
.TagClassName
{
border-color: #1FE6A3;
}
</style>