Shades of Shamrock #46D496
Tints of Shamrock #46D496
RGB
CMYK
RGB Variations
Color information
#46D496 (or 0x46D496) is known color: Shamrock. HEX triplet: 46, D4 and 96. RGB value is (70,212,150). Sum of RGB (Red+Green+Blue) = 70+212+150=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #46D496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D496 is #B92B69. Grayscale: #A2A2A2. Windows color (decimal): -12135274 or 9884742. OLE color: 9884742.
HSL color Cylindrical-coordinate representation of color #46D496: hue angle of 153.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D496 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 150 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.17 |
| HSL | 153.8º | 0.62% | 0.55% | - |
| HSV(B) | 153.8º | 0.67% | 0.83% | - |
| XYZ | 31.57 | 50.59 | 36.96 | - |
| YUV | 162.47 | 120.96 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 150 | 0.67 | 0 | 0.29 | 0.17 | 153.8 | 0.62 | 0.55 |
| Hex | 46 | D4 | 96 | 43 | 0 | 1D | 11 | 9A | 3E | 37 |
| Octal | 106 | 324 | 226 | 103 | 0 | 35 | 21 | 232 | 76 | 67 |
| Binary | 1000110 | 11010100 | 10010110 | 1000011 | 0 | 11101 | 10001 | 10011010 | 111110 | 110111 |
Color Harmonies of #46D496
Complementary color
Monochromatic Colors of #46D496
Black with #46D496
Text Example
Text Example
White with #46D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D496; }
p { color: rgb(70,212,150); }
H1.HeaderClassName
{
color: #46D496;
}
.AnyTagClassName
{
color: #46D496;
}
</style>
background-color css
<style>
a { background-color: #46D496; }
a { background-color: rgb(70,212,150); }
div.DivClassName
{
background-color: #46D496;
}
.BgClassName
{
background-color: #46D496;
}
</style>
border-color css
<style>
span { border-color: #46D496; }
span { border-color: rgb(70,212,150); }
td.TdClassName
{
border-color: #46D496;
}
.TagClassName
{
border-color: #46D496;
}
</style>