Shades of Shamrock #46BC8D
Tints of Shamrock #46BC8D
RGB
CMYK
RGB Variations
Color information
#46BC8D (or 0x46BC8D) is known color: Shamrock. HEX triplet: 46, BC and 8D. RGB value is (70,188,141). Sum of RGB (Red+Green+Blue) = 70+188+141=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BC8D is #B94372. Grayscale: #939393. Windows color (decimal): -12141427 or 9288774. OLE color: 9288774.
HSL color Cylindrical-coordinate representation of color #46BC8D: hue angle of 156.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BC8D is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 141 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.26 |
| HSL | 156.1º | 0.47% | 0.51% | - |
| HSV(B) | 156.1º | 0.63% | 0.74% | - |
| XYZ | 25.32 | 39.19 | 31.43 | - |
| YUV | 147.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 141 | 0.63 | 0 | 0.25 | 0.26 | 156.1 | 0.47 | 0.51 |
| Hex | 46 | BC | 8D | 3F | 0 | 19 | 1A | 9C | 2F | 33 |
| Octal | 106 | 274 | 215 | 77 | 0 | 31 | 32 | 234 | 57 | 63 |
| Binary | 1000110 | 10111100 | 10001101 | 111111 | 0 | 11001 | 11010 | 10011100 | 101111 | 110011 |
Color Harmonies of #46BC8D
Complementary color
Monochromatic Colors of #46BC8D
Black with #46BC8D
Text Example
Text Example
White with #46BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BC8D; }
p { color: rgb(70,188,141); }
H1.HeaderClassName
{
color: #46BC8D;
}
.AnyTagClassName
{
color: #46BC8D;
}
</style>
background-color css
<style>
a { background-color: #46BC8D; }
a { background-color: rgb(70,188,141); }
div.DivClassName
{
background-color: #46BC8D;
}
.BgClassName
{
background-color: #46BC8D;
}
</style>
border-color css
<style>
span { border-color: #46BC8D; }
span { border-color: rgb(70,188,141); }
td.TdClassName
{
border-color: #46BC8D;
}
.TagClassName
{
border-color: #46BC8D;
}
</style>