Shades of Shamrock #46D89B
Tints of Shamrock #46D89B
RGB
CMYK
RGB Variations
Color information
#46D89B (or 0x46D89B) is known color: Shamrock. HEX triplet: 46, D8 and 9B. RGB value is (70,216,155). Sum of RGB (Red+Green+Blue) = 70+216+155=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #46D89B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D89B is #B92764. Grayscale: #A5A5A5. Windows color (decimal): -12134245 or 10213446. OLE color: 10213446.
HSL color Cylindrical-coordinate representation of color #46D89B: hue angle of 154.93º 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 #46D89B is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 155 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.15 |
| HSL | 154.93º | 0.65% | 0.56% | - |
| HSV(B) | 154.93º | 0.68% | 0.85% | - |
| XYZ | 33 | 52.78 | 39.46 | - |
| YUV | 165.39 | 122.13 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 155 | 0.68 | 0 | 0.28 | 0.15 | 154.93 | 0.65 | 0.56 |
| Hex | 46 | D8 | 9B | 44 | 0 | 1C | F | 9B | 41 | 38 |
| Octal | 106 | 330 | 233 | 104 | 0 | 34 | 17 | 233 | 101 | 70 |
| Binary | 1000110 | 11011000 | 10011011 | 1000100 | 0 | 11100 | 1111 | 10011011 | 1000001 | 111000 |
Color Harmonies of #46D89B
Complementary color
Monochromatic Colors of #46D89B
Black with #46D89B
Text Example
Text Example
White with #46D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D89B; }
p { color: rgb(70,216,155); }
H1.HeaderClassName
{
color: #46D89B;
}
.AnyTagClassName
{
color: #46D89B;
}
</style>
background-color css
<style>
a { background-color: #46D89B; }
a { background-color: rgb(70,216,155); }
div.DivClassName
{
background-color: #46D89B;
}
.BgClassName
{
background-color: #46D89B;
}
</style>
border-color css
<style>
span { border-color: #46D89B; }
span { border-color: rgb(70,216,155); }
td.TdClassName
{
border-color: #46D89B;
}
.TagClassName
{
border-color: #46D89B;
}
</style>