Shades of Shamrock #2AE4A1
Tints of Shamrock #2AE4A1
RGB
CMYK
RGB Variations
Color information
#2AE4A1 (or 0x2AE4A1) is known color: Shamrock. HEX triplet: 2A, E4 and A1. RGB value is (42,228,161). Sum of RGB (Red+Green+Blue) = 42+228+161=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE4A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE4A1 is #D51B5E. Grayscale: #A4A4A4. Windows color (decimal): -13966175 or 10609706. OLE color: 10609706.
HSL color Cylindrical-coordinate representation of color #2AE4A1: hue angle of 158.39º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE4A1 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 228 | 161 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.11 |
| HSL | 158.39º | 0.78% | 0.53% | - |
| HSV(B) | 158.39º | 0.82% | 0.89% | - |
| XYZ | 35.13 | 58.55 | 43.17 | - |
| YUV | 164.75 | 125.88 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 228 | 161 | 0.82 | 0 | 0.29 | 0.11 | 158.39 | 0.78 | 0.53 |
| Hex | 2A | E4 | A1 | 52 | 0 | 1D | B | 9E | 4E | 35 |
| Octal | 52 | 344 | 241 | 122 | 0 | 35 | 13 | 236 | 116 | 65 |
| Binary | 101010 | 11100100 | 10100001 | 1010010 | 0 | 11101 | 1011 | 10011110 | 1001110 | 110101 |
Color Harmonies of #2AE4A1
Complementary color
Monochromatic Colors of #2AE4A1
Black with #2AE4A1
Text Example
Text Example
White with #2AE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE4A1; }
p { color: rgb(42,228,161); }
H1.HeaderClassName
{
color: #2AE4A1;
}
.AnyTagClassName
{
color: #2AE4A1;
}
</style>
background-color css
<style>
a { background-color: #2AE4A1; }
a { background-color: rgb(42,228,161); }
div.DivClassName
{
background-color: #2AE4A1;
}
.BgClassName
{
background-color: #2AE4A1;
}
</style>
border-color css
<style>
span { border-color: #2AE4A1; }
span { border-color: rgb(42,228,161); }
td.TdClassName
{
border-color: #2AE4A1;
}
.TagClassName
{
border-color: #2AE4A1;
}
</style>