Shades of Shamrock #46C9A0
Tints of Shamrock #46C9A0
RGB
CMYK
RGB Variations
Color information
#46C9A0 (or 0x46C9A0) is known color: Shamrock. HEX triplet: 46, C9 and A0. RGB value is (70,201,160). Sum of RGB (Red+Green+Blue) = 70+201+160=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #46C9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C9A0 is #B9365F. Grayscale: #9D9D9D. Windows color (decimal): -12138080 or 10537286. OLE color: 10537286.
HSL color Cylindrical-coordinate representation of color #46C9A0: hue angle of 161.22º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C9A0 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 160 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.21 |
| HSL | 161.22º | 0.55% | 0.53% | - |
| HSV(B) | 161.22º | 0.65% | 0.79% | - |
| XYZ | 29.76 | 45.61 | 40.49 | - |
| YUV | 157.16 | 129.6 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 160 | 0.65 | 0 | 0.20 | 0.21 | 161.22 | 0.55 | 0.53 |
| Hex | 46 | C9 | A0 | 41 | 0 | 14 | 15 | A1 | 37 | 35 |
| Octal | 106 | 311 | 240 | 101 | 0 | 24 | 25 | 241 | 67 | 65 |
| Binary | 1000110 | 11001001 | 10100000 | 1000001 | 0 | 10100 | 10101 | 10100001 | 110111 | 110101 |
Color Harmonies of #46C9A0
Complementary color
Monochromatic Colors of #46C9A0
Black with #46C9A0
Text Example
Text Example
White with #46C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C9A0; }
p { color: rgb(70,201,160); }
H1.HeaderClassName
{
color: #46C9A0;
}
.AnyTagClassName
{
color: #46C9A0;
}
</style>
background-color css
<style>
a { background-color: #46C9A0; }
a { background-color: rgb(70,201,160); }
div.DivClassName
{
background-color: #46C9A0;
}
.BgClassName
{
background-color: #46C9A0;
}
</style>
border-color css
<style>
span { border-color: #46C9A0; }
span { border-color: rgb(70,201,160); }
td.TdClassName
{
border-color: #46C9A0;
}
.TagClassName
{
border-color: #46C9A0;
}
</style>