Shades of Shamrock #46FF9C
Tints of Shamrock #46FF9C
RGB
CMYK
RGB Variations
Color information
#46FF9C (or 0x46FF9C) is known color: Shamrock. HEX triplet: 46, FF and 9C. RGB value is (70,255,156). Sum of RGB (Red+Green+Blue) = 70+255+156=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FF9C is #B90063. Grayscale: #BCBCBC. Windows color (decimal): -12124260 or 10288966. OLE color: 10288966.
HSL color Cylindrical-coordinate representation of color #46FF9C: hue angle of 147.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FF9C is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 156 | - |
| CMYK | 0.73 | 0 | 0.39 | 0 |
| HSL | 147.89º | 1% | 0.64% | - |
| HSV(B) | 147.89º | 0.73% | 1% | - |
| XYZ | 44.29 | 75.22 | 43.64 | - |
| YUV | 188.4 | 109.71 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 156 | 0.73 | 0 | 0.39 | 0 | 147.89 | 1 | 0.64 |
| Hex | 46 | FF | 9C | 49 | 0 | 27 | 0 | 94 | 64 | 40 |
| Octal | 106 | 377 | 234 | 111 | 0 | 47 | 0 | 224 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10011100 | 1001001 | 0 | 100111 | 0 | 10010100 | 1100100 | 1000000 |
Color Harmonies of #46FF9C
Complementary color
Monochromatic Colors of #46FF9C
Black with #46FF9C
Text Example
Text Example
White with #46FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF9C; }
p { color: rgb(70,255,156); }
H1.HeaderClassName
{
color: #46FF9C;
}
.AnyTagClassName
{
color: #46FF9C;
}
</style>
background-color css
<style>
a { background-color: #46FF9C; }
a { background-color: rgb(70,255,156); }
div.DivClassName
{
background-color: #46FF9C;
}
.BgClassName
{
background-color: #46FF9C;
}
</style>
border-color css
<style>
span { border-color: #46FF9C; }
span { border-color: rgb(70,255,156); }
td.TdClassName
{
border-color: #46FF9C;
}
.TagClassName
{
border-color: #46FF9C;
}
</style>