Shades of Shamrock #46E896
Tints of Shamrock #46E896
RGB
CMYK
RGB Variations
Color information
#46E896 (or 0x46E896) is known color: Shamrock. HEX triplet: 46, E8 and 96. RGB value is (70,232,150). Sum of RGB (Red+Green+Blue) = 70+232+150=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #46E896 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E896 is #B91769. Grayscale: #AEAEAE. Windows color (decimal): -12130154 or 9889862. OLE color: 9889862.
HSL color Cylindrical-coordinate representation of color #46E896: hue angle of 149.63º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E896 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 150 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.09 |
| HSL | 149.63º | 0.78% | 0.59% | - |
| HSV(B) | 149.63º | 0.7% | 0.91% | - |
| XYZ | 36.89 | 61.22 | 38.73 | - |
| YUV | 174.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 150 | 0.70 | 0 | 0.35 | 0.09 | 149.63 | 0.78 | 0.59 |
| Hex | 46 | E8 | 96 | 46 | 0 | 23 | 9 | 96 | 4E | 3B |
| Octal | 106 | 350 | 226 | 106 | 0 | 43 | 11 | 226 | 116 | 73 |
| Binary | 1000110 | 11101000 | 10010110 | 1000110 | 0 | 100011 | 1001 | 10010110 | 1001110 | 111011 |
Color Harmonies of #46E896
Complementary color
Monochromatic Colors of #46E896
Black with #46E896
Text Example
Text Example
White with #46E896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E896; }
p { color: rgb(70,232,150); }
H1.HeaderClassName
{
color: #46E896;
}
.AnyTagClassName
{
color: #46E896;
}
</style>
background-color css
<style>
a { background-color: #46E896; }
a { background-color: rgb(70,232,150); }
div.DivClassName
{
background-color: #46E896;
}
.BgClassName
{
background-color: #46E896;
}
</style>
border-color css
<style>
span { border-color: #46E896; }
span { border-color: rgb(70,232,150); }
td.TdClassName
{
border-color: #46E896;
}
.TagClassName
{
border-color: #46E896;
}
</style>