Shades of Shamrock #2AE2A1
Tints of Shamrock #2AE2A1
RGB
CMYK
RGB Variations
Color information
#2AE2A1 (or 0x2AE2A1) is known color: Shamrock. HEX triplet: 2A, E2 and A1. RGB value is (42,226,161). Sum of RGB (Red+Green+Blue) = 42+226+161=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE2A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE2A1 is #D51D5E. Grayscale: #A3A3A3. Windows color (decimal): -13966687 or 10609194. OLE color: 10609194.
HSL color Cylindrical-coordinate representation of color #2AE2A1: hue angle of 158.8º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE2A1 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 161 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.11 |
| HSL | 158.8º | 0.76% | 0.53% | - |
| HSV(B) | 158.8º | 0.81% | 0.89% | - |
| XYZ | 34.58 | 57.46 | 42.99 | - |
| YUV | 163.57 | 126.54 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 161 | 0.81 | 0 | 0.29 | 0.11 | 158.8 | 0.76 | 0.53 |
| Hex | 2A | E2 | A1 | 51 | 0 | 1D | B | 9F | 4C | 35 |
| Octal | 52 | 342 | 241 | 121 | 0 | 35 | 13 | 237 | 114 | 65 |
| Binary | 101010 | 11100010 | 10100001 | 1010001 | 0 | 11101 | 1011 | 10011111 | 1001100 | 110101 |
Color Harmonies of #2AE2A1
Complementary color
Monochromatic Colors of #2AE2A1
Black with #2AE2A1
Text Example
Text Example
White with #2AE2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE2A1; }
p { color: rgb(42,226,161); }
H1.HeaderClassName
{
color: #2AE2A1;
}
.AnyTagClassName
{
color: #2AE2A1;
}
</style>
background-color css
<style>
a { background-color: #2AE2A1; }
a { background-color: rgb(42,226,161); }
div.DivClassName
{
background-color: #2AE2A1;
}
.BgClassName
{
background-color: #2AE2A1;
}
</style>
border-color css
<style>
span { border-color: #2AE2A1; }
span { border-color: rgb(42,226,161); }
td.TdClassName
{
border-color: #2AE2A1;
}
.TagClassName
{
border-color: #2AE2A1;
}
</style>