Shades of Shamrock #2EF6AA
Tints of Shamrock #2EF6AA
RGB
CMYK
RGB Variations
Color information
#2EF6AA (or 0x2EF6AA) is known color: Shamrock. HEX triplet: 2E, F6 and AA. RGB value is (46,246,170). Sum of RGB (Red+Green+Blue) = 46+246+170=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF6AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF6AA is #D10955. Grayscale: #B1B1B1. Windows color (decimal): -13699414 or 11204142. OLE color: 11204142.
HSL color Cylindrical-coordinate representation of color #2EF6AA: hue angle of 157.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF6AA is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 170 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.04 |
| HSL | 157.2º | 0.92% | 0.57% | - |
| HSV(B) | 157.2º | 0.81% | 0.96% | - |
| XYZ | 41.34 | 69.39 | 49.25 | - |
| YUV | 177.54 | 123.74 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 170 | 0.81 | 0 | 0.31 | 0.04 | 157.2 | 0.92 | 0.57 |
| Hex | 2E | F6 | AA | 51 | 0 | 1F | 4 | 9D | 5C | 39 |
| Octal | 56 | 366 | 252 | 121 | 0 | 37 | 4 | 235 | 134 | 71 |
| Binary | 101110 | 11110110 | 10101010 | 1010001 | 0 | 11111 | 100 | 10011101 | 1011100 | 111001 |
Color Harmonies of #2EF6AA
Complementary color
Monochromatic Colors of #2EF6AA
Black with #2EF6AA
Text Example
Text Example
White with #2EF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF6AA; }
p { color: rgb(46,246,170); }
H1.HeaderClassName
{
color: #2EF6AA;
}
.AnyTagClassName
{
color: #2EF6AA;
}
</style>
background-color css
<style>
a { background-color: #2EF6AA; }
a { background-color: rgb(46,246,170); }
div.DivClassName
{
background-color: #2EF6AA;
}
.BgClassName
{
background-color: #2EF6AA;
}
</style>
border-color css
<style>
span { border-color: #2EF6AA; }
span { border-color: rgb(46,246,170); }
td.TdClassName
{
border-color: #2EF6AA;
}
.TagClassName
{
border-color: #2EF6AA;
}
</style>