Shades of Shamrock #46E3A8
Tints of Shamrock #46E3A8
RGB
CMYK
RGB Variations
Color information
#46E3A8 (or 0x46E3A8) is known color: Shamrock. HEX triplet: 46, E3 and A8. RGB value is (70,227,168). Sum of RGB (Red+Green+Blue) = 70+227+168=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #46E3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46E3A8 is #B91C57. Grayscale: #ADADAD. Windows color (decimal): -12131416 or 11068230. OLE color: 11068230.
HSL color Cylindrical-coordinate representation of color #46E3A8: hue angle of 157.45º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E3A8 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 227 | 168 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.11 |
| HSL | 157.45º | 0.74% | 0.58% | - |
| HSV(B) | 157.45º | 0.69% | 0.89% | - |
| XYZ | 37.06 | 59.07 | 46.49 | - |
| YUV | 173.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 227 | 168 | 0.69 | 0 | 0.26 | 0.11 | 157.45 | 0.74 | 0.58 |
| Hex | 46 | E3 | A8 | 45 | 0 | 1A | B | 9D | 4A | 3A |
| Octal | 106 | 343 | 250 | 105 | 0 | 32 | 13 | 235 | 112 | 72 |
| Binary | 1000110 | 11100011 | 10101000 | 1000101 | 0 | 11010 | 1011 | 10011101 | 1001010 | 111010 |
Color Harmonies of #46E3A8
Complementary color
Monochromatic Colors of #46E3A8
Black with #46E3A8
Text Example
Text Example
White with #46E3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E3A8; }
p { color: rgb(70,227,168); }
H1.HeaderClassName
{
color: #46E3A8;
}
.AnyTagClassName
{
color: #46E3A8;
}
</style>
background-color css
<style>
a { background-color: #46E3A8; }
a { background-color: rgb(70,227,168); }
div.DivClassName
{
background-color: #46E3A8;
}
.BgClassName
{
background-color: #46E3A8;
}
</style>
border-color css
<style>
span { border-color: #46E3A8; }
span { border-color: rgb(70,227,168); }
td.TdClassName
{
border-color: #46E3A8;
}
.TagClassName
{
border-color: #46E3A8;
}
</style>