Shades of Shamrock #46CF9E
Tints of Shamrock #46CF9E
RGB
CMYK
RGB Variations
Color information
#46CF9E (or 0x46CF9E) is known color: Shamrock. HEX triplet: 46, CF and 9E. RGB value is (70,207,158). Sum of RGB (Red+Green+Blue) = 70+207+158=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CF9E is #B93061. Grayscale: #A0A0A0. Windows color (decimal): -12136546 or 10407750. OLE color: 10407750.
HSL color Cylindrical-coordinate representation of color #46CF9E: hue angle of 158.54º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF9E is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 158 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.19 |
| HSL | 158.54º | 0.59% | 0.54% | - |
| HSV(B) | 158.54º | 0.66% | 0.81% | - |
| XYZ | 31.01 | 48.4 | 40.05 | - |
| YUV | 160.45 | 126.61 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 158 | 0.66 | 0 | 0.24 | 0.19 | 158.54 | 0.59 | 0.54 |
| Hex | 46 | CF | 9E | 42 | 0 | 18 | 13 | 9F | 3B | 36 |
| Octal | 106 | 317 | 236 | 102 | 0 | 30 | 23 | 237 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10011110 | 1000010 | 0 | 11000 | 10011 | 10011111 | 111011 | 110110 |
Color Harmonies of #46CF9E
Complementary color
Monochromatic Colors of #46CF9E
Black with #46CF9E
Text Example
Text Example
White with #46CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF9E; }
p { color: rgb(70,207,158); }
H1.HeaderClassName
{
color: #46CF9E;
}
.AnyTagClassName
{
color: #46CF9E;
}
</style>
background-color css
<style>
a { background-color: #46CF9E; }
a { background-color: rgb(70,207,158); }
div.DivClassName
{
background-color: #46CF9E;
}
.BgClassName
{
background-color: #46CF9E;
}
</style>
border-color css
<style>
span { border-color: #46CF9E; }
span { border-color: rgb(70,207,158); }
td.TdClassName
{
border-color: #46CF9E;
}
.TagClassName
{
border-color: #46CF9E;
}
</style>