Shades of Shamrock #46EDA6
Tints of Shamrock #46EDA6
RGB
CMYK
RGB Variations
Color information
#46EDA6 (or 0x46EDA6) is known color: Shamrock. HEX triplet: 46, ED and A6. RGB value is (70,237,166). Sum of RGB (Red+Green+Blue) = 70+237+166=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EDA6 is #B91259. Grayscale: #B3B3B3. Windows color (decimal): -12128858 or 10939718. OLE color: 10939718.
HSL color Cylindrical-coordinate representation of color #46EDA6: hue angle of 154.49º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EDA6 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 166 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.07 |
| HSL | 154.49º | 0.82% | 0.6% | - |
| HSV(B) | 154.49º | 0.7% | 0.93% | - |
| XYZ | 39.69 | 64.62 | 46.46 | - |
| YUV | 178.97 | 120.67 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 166 | 0.70 | 0 | 0.30 | 0.07 | 154.49 | 0.82 | 0.6 |
| Hex | 46 | ED | A6 | 46 | 0 | 1E | 7 | 9A | 52 | 3C |
| Octal | 106 | 355 | 246 | 106 | 0 | 36 | 7 | 232 | 122 | 74 |
| Binary | 1000110 | 11101101 | 10100110 | 1000110 | 0 | 11110 | 111 | 10011010 | 1010010 | 111100 |
Color Harmonies of #46EDA6
Complementary color
Monochromatic Colors of #46EDA6
Black with #46EDA6
Text Example
Text Example
White with #46EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EDA6; }
p { color: rgb(70,237,166); }
H1.HeaderClassName
{
color: #46EDA6;
}
.AnyTagClassName
{
color: #46EDA6;
}
</style>
background-color css
<style>
a { background-color: #46EDA6; }
a { background-color: rgb(70,237,166); }
div.DivClassName
{
background-color: #46EDA6;
}
.BgClassName
{
background-color: #46EDA6;
}
</style>
border-color css
<style>
span { border-color: #46EDA6; }
span { border-color: rgb(70,237,166); }
td.TdClassName
{
border-color: #46EDA6;
}
.TagClassName
{
border-color: #46EDA6;
}
</style>