Shades of Shamrock #46EA9A
Tints of Shamrock #46EA9A
RGB
CMYK
RGB Variations
Color information
#46EA9A (or 0x46EA9A) is known color: Shamrock. HEX triplet: 46, EA and 9A. RGB value is (70,234,154). Sum of RGB (Red+Green+Blue) = 70+234+154=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #46EA9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EA9A is #B91565. Grayscale: #B0B0B0. Windows color (decimal): -12129638 or 10152518. OLE color: 10152518.
HSL color Cylindrical-coordinate representation of color #46EA9A: hue angle of 150.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EA9A is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 234 | 154 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.08 |
| HSL | 150.73º | 0.8% | 0.6% | - |
| HSV(B) | 150.73º | 0.7% | 0.92% | - |
| XYZ | 37.78 | 62.48 | 40.64 | - |
| YUV | 175.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 234 | 154 | 0.70 | 0 | 0.34 | 0.08 | 150.73 | 0.8 | 0.6 |
| Hex | 46 | EA | 9A | 46 | 0 | 22 | 8 | 97 | 50 | 3C |
| Octal | 106 | 352 | 232 | 106 | 0 | 42 | 10 | 227 | 120 | 74 |
| Binary | 1000110 | 11101010 | 10011010 | 1000110 | 0 | 100010 | 1000 | 10010111 | 1010000 | 111100 |
Color Harmonies of #46EA9A
Complementary color
Monochromatic Colors of #46EA9A
Black with #46EA9A
Text Example
Text Example
White with #46EA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EA9A; }
p { color: rgb(70,234,154); }
H1.HeaderClassName
{
color: #46EA9A;
}
.AnyTagClassName
{
color: #46EA9A;
}
</style>
background-color css
<style>
a { background-color: #46EA9A; }
a { background-color: rgb(70,234,154); }
div.DivClassName
{
background-color: #46EA9A;
}
.BgClassName
{
background-color: #46EA9A;
}
</style>
border-color css
<style>
span { border-color: #46EA9A; }
span { border-color: rgb(70,234,154); }
td.TdClassName
{
border-color: #46EA9A;
}
.TagClassName
{
border-color: #46EA9A;
}
</style>