Shades of Shamrock #2EC09C
Tints of Shamrock #2EC09C
RGB
CMYK
RGB Variations
Color information
#2EC09C (or 0x2EC09C) is known color: Shamrock. HEX triplet: 2E, C0 and 9C. RGB value is (46,192,156). Sum of RGB (Red+Green+Blue) = 46+192+156=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC09C is #D13F63. Grayscale: #909090. Windows color (decimal): -13713252 or 10272814. OLE color: 10272814.
HSL color Cylindrical-coordinate representation of color #2EC09C: hue angle of 165.21º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC09C is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 156 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.25 |
| HSL | 165.21º | 0.61% | 0.47% | - |
| HSV(B) | 165.21º | 0.76% | 0.75% | - |
| XYZ | 25.98 | 40.68 | 37.94 | - |
| YUV | 144.24 | 134.63 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 156 | 0.76 | 0 | 0.19 | 0.25 | 165.21 | 0.61 | 0.47 |
| Hex | 2E | C0 | 9C | 4C | 0 | 13 | 19 | A5 | 3D | 2F |
| Octal | 56 | 300 | 234 | 114 | 0 | 23 | 31 | 245 | 75 | 57 |
| Binary | 101110 | 11000000 | 10011100 | 1001100 | 0 | 10011 | 11001 | 10100101 | 111101 | 101111 |
Color Harmonies of #2EC09C
Complementary color
Monochromatic Colors of #2EC09C
Black with #2EC09C
Text Example
Text Example
White with #2EC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC09C; }
p { color: rgb(46,192,156); }
H1.HeaderClassName
{
color: #2EC09C;
}
.AnyTagClassName
{
color: #2EC09C;
}
</style>
background-color css
<style>
a { background-color: #2EC09C; }
a { background-color: rgb(46,192,156); }
div.DivClassName
{
background-color: #2EC09C;
}
.BgClassName
{
background-color: #2EC09C;
}
</style>
border-color css
<style>
span { border-color: #2EC09C; }
span { border-color: rgb(46,192,156); }
td.TdClassName
{
border-color: #2EC09C;
}
.TagClassName
{
border-color: #2EC09C;
}
</style>