Shades of Shamrock #2ECA96
Tints of Shamrock #2ECA96
RGB
CMYK
RGB Variations
Color information
#2ECA96 (or 0x2ECA96) is known color: Shamrock. HEX triplet: 2E, CA and 96. RGB value is (46,202,150). Sum of RGB (Red+Green+Blue) = 46+202+150=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECA96 is #D13569. Grayscale: #959595. Windows color (decimal): -13710698 or 9882158. OLE color: 9882158.
HSL color Cylindrical-coordinate representation of color #2ECA96: hue angle of 160º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA96 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
RGB | 46 | 202 | 150 | - |
CMYK | 0.77 | 0 | 0.26 | 0.21 |
HSL | 160º | 0.63% | 0.49% | - |
HSV(B) | 160º | 0.77% | 0.79% | - |
XYZ | 27.75 | 45.02 | 36.08 | - |
YUV | 149.43 | 128.32 | 54.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 202 | 150 | 0.77 | 0 | 0.26 | 0.21 | 160 | 0.63 | 0.49 |
Hex | 2E | CA | 96 | 4D | 0 | 1A | 15 | A0 | 3F | 31 |
Octal | 56 | 312 | 226 | 115 | 0 | 32 | 25 | 240 | 77 | 61 |
Binary | 101110 | 11001010 | 10010110 | 1001101 | 0 | 11010 | 10101 | 10100000 | 111111 | 110001 |
Color Harmonies of #2ECA96
Complementary color
Monochromatic Colors of #2ECA96
Black with #2ECA96
Text Example
Text Example
White with #2ECA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA96; }
p { color: rgb(46,202,150); }
H1.HeaderClassName
{
color: #2ECA96;
}
.AnyTagClassName
{
color: #2ECA96;
}
</style>
background-color css
<style>
a { background-color: #2ECA96; }
a { background-color: rgb(46,202,150); }
div.DivClassName
{
background-color: #2ECA96;
}
.BgClassName
{
background-color: #2ECA96;
}
</style>
border-color css
<style>
span { border-color: #2ECA96; }
span { border-color: rgb(46,202,150); }
td.TdClassName
{
border-color: #2ECA96;
}
.TagClassName
{
border-color: #2ECA96;
}
</style>