Shades of Shamrock #46FEA1
Tints of Shamrock #46FEA1
RGB
CMYK
RGB Variations
Color information
#46FEA1 (or 0x46FEA1) is known color: Shamrock. HEX triplet: 46, FE and A1. RGB value is (70,254,161). Sum of RGB (Red+Green+Blue) = 70+254+161=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FEA1 is #B9015E. Grayscale: #BCBCBC. Windows color (decimal): -12124511 or 10616390. OLE color: 10616390.
HSL color Cylindrical-coordinate representation of color #46FEA1: hue angle of 149.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FEA1 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 161 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.00 |
| HSL | 149.67º | 0.99% | 0.64% | - |
| HSV(B) | 149.67º | 0.72% | 1% | - |
| XYZ | 44.4 | 74.76 | 45.81 | - |
| YUV | 188.38 | 112.54 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 161 | 0.72 | 0 | 0.37 | 0.00 | 149.67 | 0.99 | 0.64 |
| Hex | 46 | FE | A1 | 48 | 0 | 25 | 0 | 96 | 63 | 40 |
| Octal | 106 | 376 | 241 | 110 | 0 | 45 | 0 | 226 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10100001 | 1001000 | 0 | 100101 | 0 | 10010110 | 1100011 | 1000000 |
Color Harmonies of #46FEA1
Complementary color
Monochromatic Colors of #46FEA1
Black with #46FEA1
Text Example
Text Example
White with #46FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEA1; }
p { color: rgb(70,254,161); }
H1.HeaderClassName
{
color: #46FEA1;
}
.AnyTagClassName
{
color: #46FEA1;
}
</style>
background-color css
<style>
a { background-color: #46FEA1; }
a { background-color: rgb(70,254,161); }
div.DivClassName
{
background-color: #46FEA1;
}
.BgClassName
{
background-color: #46FEA1;
}
</style>
border-color css
<style>
span { border-color: #46FEA1; }
span { border-color: rgb(70,254,161); }
td.TdClassName
{
border-color: #46FEA1;
}
.TagClassName
{
border-color: #46FEA1;
}
</style>