Shades of Shamrock #2ECC9A
Tints of Shamrock #2ECC9A
RGB
CMYK
RGB Variations
Color information
#2ECC9A (or 0x2ECC9A) is known color: Shamrock. HEX triplet: 2E, CC and 9A. RGB value is (46,204,154). Sum of RGB (Red+Green+Blue) = 46+204+154=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECC9A is #D13365. Grayscale: #979797. Windows color (decimal): -13710182 or 10144814. OLE color: 10144814.
HSL color Cylindrical-coordinate representation of color #2ECC9A: hue angle of 161.01º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECC9A is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 154 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.2 |
| HSL | 161.01º | 0.63% | 0.49% | - |
| HSV(B) | 161.01º | 0.77% | 0.8% | - |
| XYZ | 28.55 | 46.1 | 37.97 | - |
| YUV | 151.06 | 129.65 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 154 | 0.77 | 0 | 0.25 | 0.2 | 161.01 | 0.63 | 0.49 |
| Hex | 2E | CC | 9A | 4D | 0 | 19 | 14 | A1 | 3F | 31 |
| Octal | 56 | 314 | 232 | 115 | 0 | 31 | 24 | 241 | 77 | 61 |
| Binary | 101110 | 11001100 | 10011010 | 1001101 | 0 | 11001 | 10100 | 10100001 | 111111 | 110001 |
Color Harmonies of #2ECC9A
Complementary color
Monochromatic Colors of #2ECC9A
Black with #2ECC9A
Text Example
Text Example
White with #2ECC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC9A; }
p { color: rgb(46,204,154); }
H1.HeaderClassName
{
color: #2ECC9A;
}
.AnyTagClassName
{
color: #2ECC9A;
}
</style>
background-color css
<style>
a { background-color: #2ECC9A; }
a { background-color: rgb(46,204,154); }
div.DivClassName
{
background-color: #2ECC9A;
}
.BgClassName
{
background-color: #2ECC9A;
}
</style>
border-color css
<style>
span { border-color: #2ECC9A; }
span { border-color: rgb(46,204,154); }
td.TdClassName
{
border-color: #2ECC9A;
}
.TagClassName
{
border-color: #2ECC9A;
}
</style>