Shades of Shamrock #46D094
Tints of Shamrock #46D094
RGB
CMYK
RGB Variations
Color information
#46D094 (or 0x46D094) is known color: Shamrock. HEX triplet: 46, D0 and 94. RGB value is (70,208,148). Sum of RGB (Red+Green+Blue) = 70+208+148=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #46D094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D094 is #B92F6B. Grayscale: #A0A0A0. Windows color (decimal): -12136300 or 9752646. OLE color: 9752646.
HSL color Cylindrical-coordinate representation of color #46D094: hue angle of 153.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D094 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 148 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.18 |
| HSL | 153.91º | 0.59% | 0.55% | - |
| HSV(B) | 153.91º | 0.66% | 0.82% | - |
| XYZ | 30.43 | 48.55 | 35.78 | - |
| YUV | 159.9 | 121.28 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 148 | 0.66 | 0 | 0.29 | 0.18 | 153.91 | 0.59 | 0.55 |
| Hex | 46 | D0 | 94 | 42 | 0 | 1D | 12 | 9A | 3B | 37 |
| Octal | 106 | 320 | 224 | 102 | 0 | 35 | 22 | 232 | 73 | 67 |
| Binary | 1000110 | 11010000 | 10010100 | 1000010 | 0 | 11101 | 10010 | 10011010 | 111011 | 110111 |
Color Harmonies of #46D094
Complementary color
Monochromatic Colors of #46D094
Black with #46D094
Text Example
Text Example
White with #46D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D094; }
p { color: rgb(70,208,148); }
H1.HeaderClassName
{
color: #46D094;
}
.AnyTagClassName
{
color: #46D094;
}
</style>
background-color css
<style>
a { background-color: #46D094; }
a { background-color: rgb(70,208,148); }
div.DivClassName
{
background-color: #46D094;
}
.BgClassName
{
background-color: #46D094;
}
</style>
border-color css
<style>
span { border-color: #46D094; }
span { border-color: rgb(70,208,148); }
td.TdClassName
{
border-color: #46D094;
}
.TagClassName
{
border-color: #46D094;
}
</style>