Shades of Shamrock #2ECE98
Tints of Shamrock #2ECE98
RGB
CMYK
RGB Variations
Color information
#2ECE98 (or 0x2ECE98) is known color: Shamrock. HEX triplet: 2E, CE and 98. RGB value is (46,206,152). Sum of RGB (Red+Green+Blue) = 46+206+152=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECE98 is #D13167. Grayscale: #989898. Windows color (decimal): -13709672 or 10014254. OLE color: 10014254.
HSL color Cylindrical-coordinate representation of color #2ECE98: hue angle of 159.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECE98 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 152 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.19 |
| HSL | 159.75º | 0.63% | 0.49% | - |
| HSV(B) | 159.75º | 0.78% | 0.81% | - |
| XYZ | 28.87 | 46.99 | 37.25 | - |
| YUV | 152 | 127.99 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 152 | 0.78 | 0 | 0.26 | 0.19 | 159.75 | 0.63 | 0.49 |
| Hex | 2E | CE | 98 | 4E | 0 | 1A | 13 | A0 | 3F | 31 |
| Octal | 56 | 316 | 230 | 116 | 0 | 32 | 23 | 240 | 77 | 61 |
| Binary | 101110 | 11001110 | 10011000 | 1001110 | 0 | 11010 | 10011 | 10100000 | 111111 | 110001 |
Color Harmonies of #2ECE98
Complementary color
Monochromatic Colors of #2ECE98
Black with #2ECE98
Text Example
Text Example
White with #2ECE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECE98; }
p { color: rgb(46,206,152); }
H1.HeaderClassName
{
color: #2ECE98;
}
.AnyTagClassName
{
color: #2ECE98;
}
</style>
background-color css
<style>
a { background-color: #2ECE98; }
a { background-color: rgb(46,206,152); }
div.DivClassName
{
background-color: #2ECE98;
}
.BgClassName
{
background-color: #2ECE98;
}
</style>
border-color css
<style>
span { border-color: #2ECE98; }
span { border-color: rgb(46,206,152); }
td.TdClassName
{
border-color: #2ECE98;
}
.TagClassName
{
border-color: #2ECE98;
}
</style>