Shades of Shamrock #46EA9B
Tints of Shamrock #46EA9B
RGB
CMYK
RGB Variations
Color information
#46EA9B (or 0x46EA9B) is known color: Shamrock. HEX triplet: 46, EA and 9B. RGB value is (70,234,155). Sum of RGB (Red+Green+Blue) = 70+234+155=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #46EA9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EA9B is #B91564. Grayscale: #B0B0B0. Windows color (decimal): -12129637 or 10218054. OLE color: 10218054.
HSL color Cylindrical-coordinate representation of color #46EA9B: hue angle of 151.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EA9B is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 234 | 155 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.08 |
| HSL | 151.1º | 0.8% | 0.6% | - |
| HSV(B) | 151.1º | 0.7% | 0.92% | - |
| XYZ | 37.87 | 62.51 | 41.08 | - |
| YUV | 175.96 | 116.17 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 234 | 155 | 0.70 | 0 | 0.34 | 0.08 | 151.1 | 0.8 | 0.6 |
| Hex | 46 | EA | 9B | 46 | 0 | 22 | 8 | 97 | 50 | 3C |
| Octal | 106 | 352 | 233 | 106 | 0 | 42 | 10 | 227 | 120 | 74 |
| Binary | 1000110 | 11101010 | 10011011 | 1000110 | 0 | 100010 | 1000 | 10010111 | 1010000 | 111100 |
Color Harmonies of #46EA9B
Complementary color
Monochromatic Colors of #46EA9B
Black with #46EA9B
Text Example
Text Example
White with #46EA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EA9B; }
p { color: rgb(70,234,155); }
H1.HeaderClassName
{
color: #46EA9B;
}
.AnyTagClassName
{
color: #46EA9B;
}
</style>
background-color css
<style>
a { background-color: #46EA9B; }
a { background-color: rgb(70,234,155); }
div.DivClassName
{
background-color: #46EA9B;
}
.BgClassName
{
background-color: #46EA9B;
}
</style>
border-color css
<style>
span { border-color: #46EA9B; }
span { border-color: rgb(70,234,155); }
td.TdClassName
{
border-color: #46EA9B;
}
.TagClassName
{
border-color: #46EA9B;
}
</style>