Shades of Shamrock #46E2A0
Tints of Shamrock #46E2A0
RGB
CMYK
RGB Variations
Color information
#46E2A0 (or 0x46E2A0) is known color: Shamrock. HEX triplet: 46, E2 and A0. RGB value is (70,226,160). Sum of RGB (Red+Green+Blue) = 70+226+160=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #46E2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46E2A0 is #B91D5F. Grayscale: #ABABAB. Windows color (decimal): -12131680 or 10543686. OLE color: 10543686.
HSL color Cylindrical-coordinate representation of color #46E2A0: hue angle of 154.62º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E2A0 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 226 | 160 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.11 |
| HSL | 154.62º | 0.73% | 0.58% | - |
| HSV(B) | 154.62º | 0.69% | 0.89% | - |
| XYZ | 36.07 | 58.23 | 42.6 | - |
| YUV | 171.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 160 | 0.69 | 0 | 0.29 | 0.11 | 154.62 | 0.73 | 0.58 |
| Hex | 46 | E2 | A0 | 45 | 0 | 1D | B | 9B | 49 | 3A |
| Octal | 106 | 342 | 240 | 105 | 0 | 35 | 13 | 233 | 111 | 72 |
| Binary | 1000110 | 11100010 | 10100000 | 1000101 | 0 | 11101 | 1011 | 10011011 | 1001001 | 111010 |
Color Harmonies of #46E2A0
Complementary color
Monochromatic Colors of #46E2A0
Black with #46E2A0
Text Example
Text Example
White with #46E2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E2A0; }
p { color: rgb(70,226,160); }
H1.HeaderClassName
{
color: #46E2A0;
}
.AnyTagClassName
{
color: #46E2A0;
}
</style>
background-color css
<style>
a { background-color: #46E2A0; }
a { background-color: rgb(70,226,160); }
div.DivClassName
{
background-color: #46E2A0;
}
.BgClassName
{
background-color: #46E2A0;
}
</style>
border-color css
<style>
span { border-color: #46E2A0; }
span { border-color: rgb(70,226,160); }
td.TdClassName
{
border-color: #46E2A0;
}
.TagClassName
{
border-color: #46E2A0;
}
</style>