Shades of Shamrock #2AEFA2
Tints of Shamrock #2AEFA2
RGB
CMYK
RGB Variations
Color information
#2AEFA2 (or 0x2AEFA2) is known color: Shamrock. HEX triplet: 2A, EF and A2. RGB value is (42,239,162). Sum of RGB (Red+Green+Blue) = 42+239+162=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEFA2 is #D5105D. Grayscale: #ABABAB. Windows color (decimal): -13963358 or 10678058. OLE color: 10678058.
HSL color Cylindrical-coordinate representation of color #2AEFA2: hue angle of 156.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFA2 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 162 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.06 |
| HSL | 156.55º | 0.86% | 0.55% | - |
| HSV(B) | 156.55º | 0.82% | 0.94% | - |
| XYZ | 38.34 | 64.83 | 44.68 | - |
| YUV | 171.32 | 122.73 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 162 | 0.82 | 0 | 0.32 | 0.06 | 156.55 | 0.86 | 0.55 |
| Hex | 2A | EF | A2 | 52 | 0 | 20 | 6 | 9D | 56 | 37 |
| Octal | 52 | 357 | 242 | 122 | 0 | 40 | 6 | 235 | 126 | 67 |
| Binary | 101010 | 11101111 | 10100010 | 1010010 | 0 | 100000 | 110 | 10011101 | 1010110 | 110111 |
Color Harmonies of #2AEFA2
Complementary color
Monochromatic Colors of #2AEFA2
Black with #2AEFA2
Text Example
Text Example
White with #2AEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFA2; }
p { color: rgb(42,239,162); }
H1.HeaderClassName
{
color: #2AEFA2;
}
.AnyTagClassName
{
color: #2AEFA2;
}
</style>
background-color css
<style>
a { background-color: #2AEFA2; }
a { background-color: rgb(42,239,162); }
div.DivClassName
{
background-color: #2AEFA2;
}
.BgClassName
{
background-color: #2AEFA2;
}
</style>
border-color css
<style>
span { border-color: #2AEFA2; }
span { border-color: rgb(42,239,162); }
td.TdClassName
{
border-color: #2AEFA2;
}
.TagClassName
{
border-color: #2AEFA2;
}
</style>