Shades of Shamrock #2ECF9E
Tints of Shamrock #2ECF9E
RGB
CMYK
RGB Variations
Color information
#2ECF9E (or 0x2ECF9E) is known color: Shamrock. HEX triplet: 2E, CF and 9E. RGB value is (46,207,158). Sum of RGB (Red+Green+Blue) = 46+207+158=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECF9E is #D13061. Grayscale: #999999. Windows color (decimal): -13709410 or 10407726. OLE color: 10407726.
HSL color Cylindrical-coordinate representation of color #2ECF9E: hue angle of 161.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF9E is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 158 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.19 |
| HSL | 161.74º | 0.64% | 0.5% | - |
| HSV(B) | 161.74º | 0.78% | 0.81% | - |
| XYZ | 29.61 | 47.68 | 39.99 | - |
| YUV | 153.28 | 130.66 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 158 | 0.78 | 0 | 0.24 | 0.19 | 161.74 | 0.64 | 0.5 |
| Hex | 2E | CF | 9E | 4E | 0 | 18 | 13 | A2 | 40 | 32 |
| Octal | 56 | 317 | 236 | 116 | 0 | 30 | 23 | 242 | 100 | 62 |
| Binary | 101110 | 11001111 | 10011110 | 1001110 | 0 | 11000 | 10011 | 10100010 | 1000000 | 110010 |
Color Harmonies of #2ECF9E
Complementary color
Monochromatic Colors of #2ECF9E
Black with #2ECF9E
Text Example
Text Example
White with #2ECF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF9E; }
p { color: rgb(46,207,158); }
H1.HeaderClassName
{
color: #2ECF9E;
}
.AnyTagClassName
{
color: #2ECF9E;
}
</style>
background-color css
<style>
a { background-color: #2ECF9E; }
a { background-color: rgb(46,207,158); }
div.DivClassName
{
background-color: #2ECF9E;
}
.BgClassName
{
background-color: #2ECF9E;
}
</style>
border-color css
<style>
span { border-color: #2ECF9E; }
span { border-color: rgb(46,207,158); }
td.TdClassName
{
border-color: #2ECF9E;
}
.TagClassName
{
border-color: #2ECF9E;
}
</style>