Shades of Shamrock #2AD9A6
Tints of Shamrock #2AD9A6
RGB
CMYK
RGB Variations
Color information
#2AD9A6 (or 0x2AD9A6) is known color: Shamrock. HEX triplet: 2A, D9 and A6. RGB value is (42,217,166). Sum of RGB (Red+Green+Blue) = 42+217+166=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD9A6 is #D52659. Grayscale: #9E9E9E. Windows color (decimal): -13968986 or 10934570. OLE color: 10934570.
HSL color Cylindrical-coordinate representation of color #2AD9A6: hue angle of 162.51º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD9A6 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 166 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.15 |
| HSL | 162.51º | 0.7% | 0.51% | - |
| HSV(B) | 162.51º | 0.81% | 0.85% | - |
| XYZ | 32.65 | 52.87 | 44.56 | - |
| YUV | 158.86 | 132.02 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 166 | 0.81 | 0 | 0.24 | 0.15 | 162.51 | 0.7 | 0.51 |
| Hex | 2A | D9 | A6 | 51 | 0 | 18 | F | A3 | 46 | 33 |
| Octal | 52 | 331 | 246 | 121 | 0 | 30 | 17 | 243 | 106 | 63 |
| Binary | 101010 | 11011001 | 10100110 | 1010001 | 0 | 11000 | 1111 | 10100011 | 1000110 | 110011 |
Color Harmonies of #2AD9A6
Complementary color
Monochromatic Colors of #2AD9A6
Black with #2AD9A6
Text Example
Text Example
White with #2AD9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9A6; }
p { color: rgb(42,217,166); }
H1.HeaderClassName
{
color: #2AD9A6;
}
.AnyTagClassName
{
color: #2AD9A6;
}
</style>
background-color css
<style>
a { background-color: #2AD9A6; }
a { background-color: rgb(42,217,166); }
div.DivClassName
{
background-color: #2AD9A6;
}
.BgClassName
{
background-color: #2AD9A6;
}
</style>
border-color css
<style>
span { border-color: #2AD9A6; }
span { border-color: rgb(42,217,166); }
td.TdClassName
{
border-color: #2AD9A6;
}
.TagClassName
{
border-color: #2AD9A6;
}
</style>