Shades of Shamrock #2AD9A0
Tints of Shamrock #2AD9A0
RGB
CMYK
RGB Variations
Color information
#2AD9A0 (or 0x2AD9A0) is known color: Shamrock. HEX triplet: 2A, D9 and A0. RGB value is (42,217,160). Sum of RGB (Red+Green+Blue) = 42+217+160=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD9A0 is #D5265F. Grayscale: #9E9E9E. Windows color (decimal): -13968992 or 10541354. OLE color: 10541354.
HSL color Cylindrical-coordinate representation of color #2AD9A0: hue angle of 160.46º 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 #2AD9A0 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 160 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.15 |
| HSL | 160.46º | 0.7% | 0.51% | - |
| HSV(B) | 160.46º | 0.81% | 0.85% | - |
| XYZ | 32.11 | 52.66 | 41.73 | - |
| YUV | 158.18 | 129.02 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 160 | 0.81 | 0 | 0.26 | 0.15 | 160.46 | 0.7 | 0.51 |
| Hex | 2A | D9 | A0 | 51 | 0 | 1A | F | A0 | 46 | 33 |
| Octal | 52 | 331 | 240 | 121 | 0 | 32 | 17 | 240 | 106 | 63 |
| Binary | 101010 | 11011001 | 10100000 | 1010001 | 0 | 11010 | 1111 | 10100000 | 1000110 | 110011 |
Color Harmonies of #2AD9A0
Complementary color
Monochromatic Colors of #2AD9A0
Black with #2AD9A0
Text Example
Text Example
White with #2AD9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9A0; }
p { color: rgb(42,217,160); }
H1.HeaderClassName
{
color: #2AD9A0;
}
.AnyTagClassName
{
color: #2AD9A0;
}
</style>
background-color css
<style>
a { background-color: #2AD9A0; }
a { background-color: rgb(42,217,160); }
div.DivClassName
{
background-color: #2AD9A0;
}
.BgClassName
{
background-color: #2AD9A0;
}
</style>
border-color css
<style>
span { border-color: #2AD9A0; }
span { border-color: rgb(42,217,160); }
td.TdClassName
{
border-color: #2AD9A0;
}
.TagClassName
{
border-color: #2AD9A0;
}
</style>