Shades of Shamrock #46E68E
Tints of Shamrock #46E68E
RGB
CMYK
RGB Variations
Color information
#46E68E (or 0x46E68E) is known color: Shamrock. HEX triplet: 46, E6 and 8E. RGB value is (70,230,142). Sum of RGB (Red+Green+Blue) = 70+230+142=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #46E68E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E68E is #B91971. Grayscale: #ACACAC. Windows color (decimal): -12130674 or 9365062. OLE color: 9365062.
HSL color Cylindrical-coordinate representation of color #46E68E: hue angle of 147º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E68E is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 142 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.10 |
| HSL | 147º | 0.76% | 0.59% | - |
| HSV(B) | 147º | 0.7% | 0.9% | - |
| XYZ | 35.71 | 59.85 | 35.26 | - |
| YUV | 172.13 | 110.99 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 142 | 0.70 | 0 | 0.38 | 0.10 | 147 | 0.76 | 0.59 |
| Hex | 46 | E6 | 8E | 46 | 0 | 26 | A | 93 | 4C | 3B |
| Octal | 106 | 346 | 216 | 106 | 0 | 46 | 12 | 223 | 114 | 73 |
| Binary | 1000110 | 11100110 | 10001110 | 1000110 | 0 | 100110 | 1010 | 10010011 | 1001100 | 111011 |
Color Harmonies of #46E68E
Complementary color
Monochromatic Colors of #46E68E
Black with #46E68E
Text Example
Text Example
White with #46E68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E68E; }
p { color: rgb(70,230,142); }
H1.HeaderClassName
{
color: #46E68E;
}
.AnyTagClassName
{
color: #46E68E;
}
</style>
background-color css
<style>
a { background-color: #46E68E; }
a { background-color: rgb(70,230,142); }
div.DivClassName
{
background-color: #46E68E;
}
.BgClassName
{
background-color: #46E68E;
}
</style>
border-color css
<style>
span { border-color: #46E68E; }
span { border-color: rgb(70,230,142); }
td.TdClassName
{
border-color: #46E68E;
}
.TagClassName
{
border-color: #46E68E;
}
</style>