Shades of Shamrock #46DA9A
Tints of Shamrock #46DA9A
RGB
CMYK
RGB Variations
Color information
#46DA9A (or 0x46DA9A) is known color: Shamrock. HEX triplet: 46, DA and 9A. RGB value is (70,218,154). Sum of RGB (Red+Green+Blue) = 70+218+154=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #46DA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DA9A is #B92565. Grayscale: #A6A6A6. Windows color (decimal): -12133734 or 10148422. OLE color: 10148422.
HSL color Cylindrical-coordinate representation of color #46DA9A: hue angle of 154.05º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DA9A is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 218 | 154 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.15 |
| HSL | 154.05º | 0.67% | 0.56% | - |
| HSV(B) | 154.05º | 0.68% | 0.85% | - |
| XYZ | 33.43 | 53.78 | 39.19 | - |
| YUV | 166.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 154 | 0.68 | 0 | 0.29 | 0.15 | 154.05 | 0.67 | 0.56 |
| Hex | 46 | DA | 9A | 44 | 0 | 1D | F | 9A | 43 | 38 |
| Octal | 106 | 332 | 232 | 104 | 0 | 35 | 17 | 232 | 103 | 70 |
| Binary | 1000110 | 11011010 | 10011010 | 1000100 | 0 | 11101 | 1111 | 10011010 | 1000011 | 111000 |
Color Harmonies of #46DA9A
Complementary color
Monochromatic Colors of #46DA9A
Black with #46DA9A
Text Example
Text Example
White with #46DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DA9A; }
p { color: rgb(70,218,154); }
H1.HeaderClassName
{
color: #46DA9A;
}
.AnyTagClassName
{
color: #46DA9A;
}
</style>
background-color css
<style>
a { background-color: #46DA9A; }
a { background-color: rgb(70,218,154); }
div.DivClassName
{
background-color: #46DA9A;
}
.BgClassName
{
background-color: #46DA9A;
}
</style>
border-color css
<style>
span { border-color: #46DA9A; }
span { border-color: rgb(70,218,154); }
td.TdClassName
{
border-color: #46DA9A;
}
.TagClassName
{
border-color: #46DA9A;
}
</style>