Shades of Shamrock #46C99C
Tints of Shamrock #46C99C
RGB
CMYK
RGB Variations
Color information
#46C99C (or 0x46C99C) is known color: Shamrock. HEX triplet: 46, C9 and 9C. RGB value is (70,201,156). Sum of RGB (Red+Green+Blue) = 70+201+156=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #46C99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C99C is #B93663. Grayscale: #9C9C9C. Windows color (decimal): -12138084 or 10275142. OLE color: 10275142.
HSL color Cylindrical-coordinate representation of color #46C99C: hue angle of 159.39º 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 #46C99C is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 156 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.21 |
| HSL | 159.39º | 0.55% | 0.53% | - |
| HSV(B) | 159.39º | 0.65% | 0.79% | - |
| XYZ | 29.41 | 45.48 | 38.68 | - |
| YUV | 156.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 156 | 0.65 | 0 | 0.22 | 0.21 | 159.39 | 0.55 | 0.53 |
| Hex | 46 | C9 | 9C | 41 | 0 | 16 | 15 | 9F | 37 | 35 |
| Octal | 106 | 311 | 234 | 101 | 0 | 26 | 25 | 237 | 67 | 65 |
| Binary | 1000110 | 11001001 | 10011100 | 1000001 | 0 | 10110 | 10101 | 10011111 | 110111 | 110101 |
Color Harmonies of #46C99C
Complementary color
Monochromatic Colors of #46C99C
Black with #46C99C
Text Example
Text Example
White with #46C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C99C; }
p { color: rgb(70,201,156); }
H1.HeaderClassName
{
color: #46C99C;
}
.AnyTagClassName
{
color: #46C99C;
}
</style>
background-color css
<style>
a { background-color: #46C99C; }
a { background-color: rgb(70,201,156); }
div.DivClassName
{
background-color: #46C99C;
}
.BgClassName
{
background-color: #46C99C;
}
</style>
border-color css
<style>
span { border-color: #46C99C; }
span { border-color: rgb(70,201,156); }
td.TdClassName
{
border-color: #46C99C;
}
.TagClassName
{
border-color: #46C99C;
}
</style>