Shades of Shamrock #46FA8E
Tints of Shamrock #46FA8E
RGB
CMYK
RGB Variations
Color information
#46FA8E (or 0x46FA8E) is known color: Shamrock. HEX triplet: 46, FA and 8E. RGB value is (70,250,142). Sum of RGB (Red+Green+Blue) = 70+250+142=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FA8E is #B90571. Grayscale: #B8B8B8. Windows color (decimal): -12125554 or 9370182. OLE color: 9370182.
HSL color Cylindrical-coordinate representation of color #46FA8E: hue angle of 144º degrees, saturation: 0.95, 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 #46FA8E is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 142 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.02 |
| HSL | 144º | 0.95% | 0.63% | - |
| HSV(B) | 144º | 0.72% | 0.98% | - |
| XYZ | 41.59 | 71.63 | 37.22 | - |
| YUV | 183.87 | 104.37 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 142 | 0.72 | 0 | 0.43 | 0.02 | 144 | 0.95 | 0.63 |
| Hex | 46 | FA | 8E | 48 | 0 | 2B | 2 | 90 | 5F | 3F |
| Octal | 106 | 372 | 216 | 110 | 0 | 53 | 2 | 220 | 137 | 77 |
| Binary | 1000110 | 11111010 | 10001110 | 1001000 | 0 | 101011 | 10 | 10010000 | 1011111 | 111111 |
Color Harmonies of #46FA8E
Complementary color
Monochromatic Colors of #46FA8E
Black with #46FA8E
Text Example
Text Example
White with #46FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FA8E; }
p { color: rgb(70,250,142); }
H1.HeaderClassName
{
color: #46FA8E;
}
.AnyTagClassName
{
color: #46FA8E;
}
</style>
background-color css
<style>
a { background-color: #46FA8E; }
a { background-color: rgb(70,250,142); }
div.DivClassName
{
background-color: #46FA8E;
}
.BgClassName
{
background-color: #46FA8E;
}
</style>
border-color css
<style>
span { border-color: #46FA8E; }
span { border-color: rgb(70,250,142); }
td.TdClassName
{
border-color: #46FA8E;
}
.TagClassName
{
border-color: #46FA8E;
}
</style>