Shades of Shamrock #46DC96
Tints of Shamrock #46DC96
RGB
CMYK
RGB Variations
Color information
#46DC96 (or 0x46DC96) is known color: Shamrock. HEX triplet: 46, DC and 96. RGB value is (70,220,150). Sum of RGB (Red+Green+Blue) = 70+220+150=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DC96 is #B92369. Grayscale: #A7A7A7. Windows color (decimal): -12133226 or 9886790. OLE color: 9886790.
HSL color Cylindrical-coordinate representation of color #46DC96: hue angle of 152º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DC96 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 150 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.14 |
| HSL | 152º | 0.68% | 0.57% | - |
| HSV(B) | 152º | 0.68% | 0.86% | - |
| XYZ | 33.62 | 54.69 | 37.64 | - |
| YUV | 167.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 150 | 0.68 | 0 | 0.32 | 0.14 | 152 | 0.68 | 0.57 |
| Hex | 46 | DC | 96 | 44 | 0 | 20 | E | 98 | 44 | 39 |
| Octal | 106 | 334 | 226 | 104 | 0 | 40 | 16 | 230 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10010110 | 1000100 | 0 | 100000 | 1110 | 10011000 | 1000100 | 111001 |
Color Harmonies of #46DC96
Complementary color
Monochromatic Colors of #46DC96
Black with #46DC96
Text Example
Text Example
White with #46DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC96; }
p { color: rgb(70,220,150); }
H1.HeaderClassName
{
color: #46DC96;
}
.AnyTagClassName
{
color: #46DC96;
}
</style>
background-color css
<style>
a { background-color: #46DC96; }
a { background-color: rgb(70,220,150); }
div.DivClassName
{
background-color: #46DC96;
}
.BgClassName
{
background-color: #46DC96;
}
</style>
border-color css
<style>
span { border-color: #46DC96; }
span { border-color: rgb(70,220,150); }
td.TdClassName
{
border-color: #46DC96;
}
.TagClassName
{
border-color: #46DC96;
}
</style>