Shades of Shamrock #46D896
Tints of Shamrock #46D896
RGB
CMYK
RGB Variations
Color information
#46D896 (or 0x46D896) is known color: Shamrock. HEX triplet: 46, D8 and 96. RGB value is (70,216,150). Sum of RGB (Red+Green+Blue) = 70+216+150=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #46D896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D896 is #B92769. Grayscale: #A4A4A4. Windows color (decimal): -12134250 or 9885766. OLE color: 9885766.
HSL color Cylindrical-coordinate representation of color #46D896: hue angle of 152.88º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D896 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 150 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.15 |
| HSL | 152.88º | 0.65% | 0.56% | - |
| HSV(B) | 152.88º | 0.68% | 0.85% | - |
| XYZ | 32.59 | 52.62 | 37.29 | - |
| YUV | 164.82 | 119.63 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 150 | 0.68 | 0 | 0.31 | 0.15 | 152.88 | 0.65 | 0.56 |
| Hex | 46 | D8 | 96 | 44 | 0 | 1F | F | 99 | 41 | 38 |
| Octal | 106 | 330 | 226 | 104 | 0 | 37 | 17 | 231 | 101 | 70 |
| Binary | 1000110 | 11011000 | 10010110 | 1000100 | 0 | 11111 | 1111 | 10011001 | 1000001 | 111000 |
Color Harmonies of #46D896
Complementary color
Monochromatic Colors of #46D896
Black with #46D896
Text Example
Text Example
White with #46D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D896; }
p { color: rgb(70,216,150); }
H1.HeaderClassName
{
color: #46D896;
}
.AnyTagClassName
{
color: #46D896;
}
</style>
background-color css
<style>
a { background-color: #46D896; }
a { background-color: rgb(70,216,150); }
div.DivClassName
{
background-color: #46D896;
}
.BgClassName
{
background-color: #46D896;
}
</style>
border-color css
<style>
span { border-color: #46D896; }
span { border-color: rgb(70,216,150); }
td.TdClassName
{
border-color: #46D896;
}
.TagClassName
{
border-color: #46D896;
}
</style>