Shades of Shamrock #46C99F
Tints of Shamrock #46C99F
RGB
CMYK
RGB Variations
Color information
#46C99F (or 0x46C99F) is known color: Shamrock. HEX triplet: 46, C9 and 9F. RGB value is (70,201,159). Sum of RGB (Red+Green+Blue) = 70+201+159=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #46C99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C99F is #B93660. Grayscale: #9D9D9D. Windows color (decimal): -12138081 or 10471750. OLE color: 10471750.
HSL color Cylindrical-coordinate representation of color #46C99F: hue angle of 160.76º 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 #46C99F is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 159 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.21 |
| HSL | 160.76º | 0.55% | 0.53% | - |
| HSV(B) | 160.76º | 0.65% | 0.79% | - |
| XYZ | 29.67 | 45.58 | 40.03 | - |
| YUV | 157.04 | 129.1 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 159 | 0.65 | 0 | 0.21 | 0.21 | 160.76 | 0.55 | 0.53 |
| Hex | 46 | C9 | 9F | 41 | 0 | 15 | 15 | A1 | 37 | 35 |
| Octal | 106 | 311 | 237 | 101 | 0 | 25 | 25 | 241 | 67 | 65 |
| Binary | 1000110 | 11001001 | 10011111 | 1000001 | 0 | 10101 | 10101 | 10100001 | 110111 | 110101 |
Color Harmonies of #46C99F
Complementary color
Monochromatic Colors of #46C99F
Black with #46C99F
Text Example
Text Example
White with #46C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C99F; }
p { color: rgb(70,201,159); }
H1.HeaderClassName
{
color: #46C99F;
}
.AnyTagClassName
{
color: #46C99F;
}
</style>
background-color css
<style>
a { background-color: #46C99F; }
a { background-color: rgb(70,201,159); }
div.DivClassName
{
background-color: #46C99F;
}
.BgClassName
{
background-color: #46C99F;
}
</style>
border-color css
<style>
span { border-color: #46C99F; }
span { border-color: rgb(70,201,159); }
td.TdClassName
{
border-color: #46C99F;
}
.TagClassName
{
border-color: #46C99F;
}
</style>