Shades of Shamrock #46CDA9
Tints of Shamrock #46CDA9
RGB
CMYK
RGB Variations
Color information
#46CDA9 (or 0x46CDA9) is known color: Shamrock. HEX triplet: 46, CD and A9. RGB value is (70,205,169). Sum of RGB (Red+Green+Blue) = 70+205+169=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CDA9 is #B93256. Grayscale: #A0A0A0. Windows color (decimal): -12137047 or 11128134. OLE color: 11128134.
HSL color Cylindrical-coordinate representation of color #46CDA9: hue angle of 164º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CDA9 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 169 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.20 |
| HSL | 164º | 0.57% | 0.54% | - |
| HSV(B) | 164º | 0.66% | 0.8% | - |
| XYZ | 31.52 | 47.83 | 45.11 | - |
| YUV | 160.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 169 | 0.66 | 0 | 0.18 | 0.20 | 164 | 0.57 | 0.54 |
| Hex | 46 | CD | A9 | 42 | 0 | 12 | 14 | A4 | 39 | 36 |
| Octal | 106 | 315 | 251 | 102 | 0 | 22 | 24 | 244 | 71 | 66 |
| Binary | 1000110 | 11001101 | 10101001 | 1000010 | 0 | 10010 | 10100 | 10100100 | 111001 | 110110 |
Color Harmonies of #46CDA9
Complementary color
Monochromatic Colors of #46CDA9
Black with #46CDA9
Text Example
Text Example
White with #46CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDA9; }
p { color: rgb(70,205,169); }
H1.HeaderClassName
{
color: #46CDA9;
}
.AnyTagClassName
{
color: #46CDA9;
}
</style>
background-color css
<style>
a { background-color: #46CDA9; }
a { background-color: rgb(70,205,169); }
div.DivClassName
{
background-color: #46CDA9;
}
.BgClassName
{
background-color: #46CDA9;
}
</style>
border-color css
<style>
span { border-color: #46CDA9; }
span { border-color: rgb(70,205,169); }
td.TdClassName
{
border-color: #46CDA9;
}
.TagClassName
{
border-color: #46CDA9;
}
</style>