Shades of Shamrock #46F696
Tints of Shamrock #46F696
RGB
CMYK
RGB Variations
Color information
#46F696 (or 0x46F696) is known color: Shamrock. HEX triplet: 46, F6 and 96. RGB value is (70,246,150). Sum of RGB (Red+Green+Blue) = 70+246+150=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #46F696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F696 is #B90969. Grayscale: #B6B6B6. Windows color (decimal): -12126570 or 9893446. OLE color: 9893446.
HSL color Cylindrical-coordinate representation of color #46F696: hue angle of 147.27º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F696 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 246 | 150 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.04 |
| HSL | 147.27º | 0.91% | 0.62% | - |
| HSV(B) | 147.27º | 0.72% | 0.96% | - |
| XYZ | 40.99 | 69.42 | 40.09 | - |
| YUV | 182.43 | 109.69 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 246 | 150 | 0.72 | 0 | 0.39 | 0.04 | 147.27 | 0.91 | 0.62 |
| Hex | 46 | F6 | 96 | 48 | 0 | 27 | 4 | 93 | 5B | 3E |
| Octal | 106 | 366 | 226 | 110 | 0 | 47 | 4 | 223 | 133 | 76 |
| Binary | 1000110 | 11110110 | 10010110 | 1001000 | 0 | 100111 | 100 | 10010011 | 1011011 | 111110 |
Color Harmonies of #46F696
Complementary color
Monochromatic Colors of #46F696
Black with #46F696
Text Example
Text Example
White with #46F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F696; }
p { color: rgb(70,246,150); }
H1.HeaderClassName
{
color: #46F696;
}
.AnyTagClassName
{
color: #46F696;
}
</style>
background-color css
<style>
a { background-color: #46F696; }
a { background-color: rgb(70,246,150); }
div.DivClassName
{
background-color: #46F696;
}
.BgClassName
{
background-color: #46F696;
}
</style>
border-color css
<style>
span { border-color: #46F696; }
span { border-color: rgb(70,246,150); }
td.TdClassName
{
border-color: #46F696;
}
.TagClassName
{
border-color: #46F696;
}
</style>