Shades of Shamrock #46FBA0
Tints of Shamrock #46FBA0
RGB
CMYK
RGB Variations
Color information
#46FBA0 (or 0x46FBA0) is known color: Shamrock. HEX triplet: 46, FB and A0. RGB value is (70,251,160). Sum of RGB (Red+Green+Blue) = 70+251+160=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FBA0 is #B9045F. Grayscale: #BABABA. Windows color (decimal): -12125280 or 10550086. OLE color: 10550086.
HSL color Cylindrical-coordinate representation of color #46FBA0: hue angle of 149.83º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FBA0 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 251 | 160 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.02 |
| HSL | 149.83º | 0.96% | 0.63% | - |
| HSV(B) | 149.83º | 0.72% | 0.98% | - |
| XYZ | 43.37 | 72.83 | 45.03 | - |
| YUV | 186.51 | 113.03 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 251 | 160 | 0.72 | 0 | 0.36 | 0.02 | 149.83 | 0.96 | 0.63 |
| Hex | 46 | FB | A0 | 48 | 0 | 24 | 2 | 96 | 60 | 3F |
| Octal | 106 | 373 | 240 | 110 | 0 | 44 | 2 | 226 | 140 | 77 |
| Binary | 1000110 | 11111011 | 10100000 | 1001000 | 0 | 100100 | 10 | 10010110 | 1100000 | 111111 |
Color Harmonies of #46FBA0
Complementary color
Monochromatic Colors of #46FBA0
Black with #46FBA0
Text Example
Text Example
White with #46FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FBA0; }
p { color: rgb(70,251,160); }
H1.HeaderClassName
{
color: #46FBA0;
}
.AnyTagClassName
{
color: #46FBA0;
}
</style>
background-color css
<style>
a { background-color: #46FBA0; }
a { background-color: rgb(70,251,160); }
div.DivClassName
{
background-color: #46FBA0;
}
.BgClassName
{
background-color: #46FBA0;
}
</style>
border-color css
<style>
span { border-color: #46FBA0; }
span { border-color: rgb(70,251,160); }
td.TdClassName
{
border-color: #46FBA0;
}
.TagClassName
{
border-color: #46FBA0;
}
</style>