Shades of Shamrock #46FF9E
Tints of Shamrock #46FF9E
RGB
CMYK
RGB Variations
Color information
#46FF9E (or 0x46FF9E) is known color: Shamrock. HEX triplet: 46, FF and 9E. RGB value is (70,255,158). Sum of RGB (Red+Green+Blue) = 70+255+158=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FF9E is #B90061. Grayscale: #BCBCBC. Windows color (decimal): -12124258 or 10420038. OLE color: 10420038.
HSL color Cylindrical-coordinate representation of color #46FF9E: hue angle of 148.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FF9E is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 158 | - |
| CMYK | 0.73 | 0 | 0.38 | 0 |
| HSL | 148.54º | 1% | 0.64% | - |
| HSV(B) | 148.54º | 0.73% | 1% | - |
| XYZ | 44.46 | 75.29 | 44.54 | - |
| YUV | 188.63 | 110.71 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 158 | 0.73 | 0 | 0.38 | 0 | 148.54 | 1 | 0.64 |
| Hex | 46 | FF | 9E | 49 | 0 | 26 | 0 | 95 | 64 | 40 |
| Octal | 106 | 377 | 236 | 111 | 0 | 46 | 0 | 225 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10011110 | 1001001 | 0 | 100110 | 0 | 10010101 | 1100100 | 1000000 |
Color Harmonies of #46FF9E
Complementary color
Monochromatic Colors of #46FF9E
Black with #46FF9E
Text Example
Text Example
White with #46FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF9E; }
p { color: rgb(70,255,158); }
H1.HeaderClassName
{
color: #46FF9E;
}
.AnyTagClassName
{
color: #46FF9E;
}
</style>
background-color css
<style>
a { background-color: #46FF9E; }
a { background-color: rgb(70,255,158); }
div.DivClassName
{
background-color: #46FF9E;
}
.BgClassName
{
background-color: #46FF9E;
}
</style>
border-color css
<style>
span { border-color: #46FF9E; }
span { border-color: rgb(70,255,158); }
td.TdClassName
{
border-color: #46FF9E;
}
.TagClassName
{
border-color: #46FF9E;
}
</style>