Shades of Shamrock #46F7A8
Tints of Shamrock #46F7A8
RGB
CMYK
RGB Variations
Color information
#46F7A8 (or 0x46F7A8) is known color: Shamrock. HEX triplet: 46, F7 and A8. RGB value is (70,247,168). Sum of RGB (Red+Green+Blue) = 70+247+168=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #46F7A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F7A8 is #B90857. Grayscale: #B9B9B9. Windows color (decimal): -12126296 or 11073350. OLE color: 11073350.
HSL color Cylindrical-coordinate representation of color #46F7A8: hue angle of 153.22º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F7A8 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 247 | 168 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.03 |
| HSL | 153.22º | 0.92% | 0.62% | - |
| HSV(B) | 153.22º | 0.72% | 0.97% | - |
| XYZ | 42.85 | 70.65 | 48.42 | - |
| YUV | 185.07 | 118.36 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 247 | 168 | 0.72 | 0 | 0.32 | 0.03 | 153.22 | 0.92 | 0.62 |
| Hex | 46 | F7 | A8 | 48 | 0 | 20 | 3 | 99 | 5C | 3E |
| Octal | 106 | 367 | 250 | 110 | 0 | 40 | 3 | 231 | 134 | 76 |
| Binary | 1000110 | 11110111 | 10101000 | 1001000 | 0 | 100000 | 11 | 10011001 | 1011100 | 111110 |
Color Harmonies of #46F7A8
Complementary color
Monochromatic Colors of #46F7A8
Black with #46F7A8
Text Example
Text Example
White with #46F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F7A8; }
p { color: rgb(70,247,168); }
H1.HeaderClassName
{
color: #46F7A8;
}
.AnyTagClassName
{
color: #46F7A8;
}
</style>
background-color css
<style>
a { background-color: #46F7A8; }
a { background-color: rgb(70,247,168); }
div.DivClassName
{
background-color: #46F7A8;
}
.BgClassName
{
background-color: #46F7A8;
}
</style>
border-color css
<style>
span { border-color: #46F7A8; }
span { border-color: rgb(70,247,168); }
td.TdClassName
{
border-color: #46F7A8;
}
.TagClassName
{
border-color: #46F7A8;
}
</style>