Shades of Shamrock #46C295
Tints of Shamrock #46C295
RGB
CMYK
RGB Variations
Color information
#46C295 (or 0x46C295) is known color: Shamrock. HEX triplet: 46, C2 and 95. RGB value is (70,194,149). Sum of RGB (Red+Green+Blue) = 70+194+149=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #46C295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C295 is #B93D6A. Grayscale: #979797. Windows color (decimal): -12139883 or 9814598. OLE color: 9814598.
HSL color Cylindrical-coordinate representation of color #46C295: hue angle of 158.23º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C295 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 194 | 149 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.24 |
| HSL | 158.23º | 0.5% | 0.52% | - |
| HSV(B) | 158.23º | 0.64% | 0.76% | - |
| XYZ | 27.24 | 42.06 | 35.12 | - |
| YUV | 151.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 149 | 0.64 | 0 | 0.23 | 0.24 | 158.23 | 0.5 | 0.52 |
| Hex | 46 | C2 | 95 | 40 | 0 | 17 | 18 | 9E | 32 | 34 |
| Octal | 106 | 302 | 225 | 100 | 0 | 27 | 30 | 236 | 62 | 64 |
| Binary | 1000110 | 11000010 | 10010101 | 1000000 | 0 | 10111 | 11000 | 10011110 | 110010 | 110100 |
Color Harmonies of #46C295
Complementary color
Monochromatic Colors of #46C295
Black with #46C295
Text Example
Text Example
White with #46C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C295; }
p { color: rgb(70,194,149); }
H1.HeaderClassName
{
color: #46C295;
}
.AnyTagClassName
{
color: #46C295;
}
</style>
background-color css
<style>
a { background-color: #46C295; }
a { background-color: rgb(70,194,149); }
div.DivClassName
{
background-color: #46C295;
}
.BgClassName
{
background-color: #46C295;
}
</style>
border-color css
<style>
span { border-color: #46C295; }
span { border-color: rgb(70,194,149); }
td.TdClassName
{
border-color: #46C295;
}
.TagClassName
{
border-color: #46C295;
}
</style>