Shades of Shamrock #46D699
Tints of Shamrock #46D699
RGB
CMYK
RGB Variations
Color information
#46D699 (or 0x46D699) is known color: Shamrock. HEX triplet: 46, D6 and 99. RGB value is (70,214,153). Sum of RGB (Red+Green+Blue) = 70+214+153=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #46D699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D699 is #B92966. Grayscale: #A4A4A4. Windows color (decimal): -12134759 or 10081862. OLE color: 10081862.
HSL color Cylindrical-coordinate representation of color #46D699: hue angle of 154.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D699 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 153 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.16 |
| HSL | 154.58º | 0.64% | 0.56% | - |
| HSV(B) | 154.58º | 0.67% | 0.84% | - |
| XYZ | 32.32 | 51.7 | 38.41 | - |
| YUV | 163.99 | 121.79 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 153 | 0.67 | 0 | 0.29 | 0.16 | 154.58 | 0.64 | 0.56 |
| Hex | 46 | D6 | 99 | 43 | 0 | 1D | 10 | 9B | 40 | 38 |
| Octal | 106 | 326 | 231 | 103 | 0 | 35 | 20 | 233 | 100 | 70 |
| Binary | 1000110 | 11010110 | 10011001 | 1000011 | 0 | 11101 | 10000 | 10011011 | 1000000 | 111000 |
Color Harmonies of #46D699
Complementary color
Monochromatic Colors of #46D699
Black with #46D699
Text Example
Text Example
White with #46D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D699; }
p { color: rgb(70,214,153); }
H1.HeaderClassName
{
color: #46D699;
}
.AnyTagClassName
{
color: #46D699;
}
</style>
background-color css
<style>
a { background-color: #46D699; }
a { background-color: rgb(70,214,153); }
div.DivClassName
{
background-color: #46D699;
}
.BgClassName
{
background-color: #46D699;
}
</style>
border-color css
<style>
span { border-color: #46D699; }
span { border-color: rgb(70,214,153); }
td.TdClassName
{
border-color: #46D699;
}
.TagClassName
{
border-color: #46D699;
}
</style>