Shades of Shamrock #46F08F
Tints of Shamrock #46F08F
RGB
CMYK
RGB Variations
Color information
#46F08F (or 0x46F08F) is known color: Shamrock. HEX triplet: 46, F0 and 8F. RGB value is (70,240,143). Sum of RGB (Red+Green+Blue) = 70+240+143=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #46F08F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F08F is #B90F70. Grayscale: #B2B2B2. Windows color (decimal): -12128113 or 9433158. OLE color: 9433158.
HSL color Cylindrical-coordinate representation of color #46F08F: hue angle of 145.76º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F08F is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 240 | 143 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.06 |
| HSL | 145.76º | 0.85% | 0.61% | - |
| HSV(B) | 145.76º | 0.71% | 0.94% | - |
| XYZ | 38.64 | 65.61 | 36.61 | - |
| YUV | 178.11 | 108.18 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 240 | 143 | 0.71 | 0 | 0.40 | 0.06 | 145.76 | 0.85 | 0.61 |
| Hex | 46 | F0 | 8F | 47 | 0 | 28 | 6 | 92 | 55 | 3D |
| Octal | 106 | 360 | 217 | 107 | 0 | 50 | 6 | 222 | 125 | 75 |
| Binary | 1000110 | 11110000 | 10001111 | 1000111 | 0 | 101000 | 110 | 10010010 | 1010101 | 111101 |
Color Harmonies of #46F08F
Complementary color
Monochromatic Colors of #46F08F
Black with #46F08F
Text Example
Text Example
White with #46F08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F08F; }
p { color: rgb(70,240,143); }
H1.HeaderClassName
{
color: #46F08F;
}
.AnyTagClassName
{
color: #46F08F;
}
</style>
background-color css
<style>
a { background-color: #46F08F; }
a { background-color: rgb(70,240,143); }
div.DivClassName
{
background-color: #46F08F;
}
.BgClassName
{
background-color: #46F08F;
}
</style>
border-color css
<style>
span { border-color: #46F08F; }
span { border-color: rgb(70,240,143); }
td.TdClassName
{
border-color: #46F08F;
}
.TagClassName
{
border-color: #46F08F;
}
</style>