Shades of Shamrock #2AD2A0
Tints of Shamrock #2AD2A0
RGB
CMYK
RGB Variations
Color information
#2AD2A0 (or 0x2AD2A0) is known color: Shamrock. HEX triplet: 2A, D2 and A0. RGB value is (42,210,160). Sum of RGB (Red+Green+Blue) = 42+210+160=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD2A0 is #D52D5F. Grayscale: #9A9A9A. Windows color (decimal): -13970784 or 10539562. OLE color: 10539562.
HSL color Cylindrical-coordinate representation of color #2AD2A0: hue angle of 162.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD2A0 is Cyan = 0.8, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 160 | - |
| CMYK | 0.8 | 0 | 0.24 | 0.18 |
| HSL | 162.14º | 0.67% | 0.49% | - |
| HSV(B) | 162.14º | 0.8% | 0.82% | - |
| XYZ | 30.35 | 49.12 | 41.14 | - |
| YUV | 154.07 | 131.34 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 160 | 0.8 | 0 | 0.24 | 0.18 | 162.14 | 0.67 | 0.49 |
| Hex | 2A | D2 | A0 | 50 | 0 | 18 | 12 | A2 | 43 | 31 |
| Octal | 52 | 322 | 240 | 120 | 0 | 30 | 22 | 242 | 103 | 61 |
| Binary | 101010 | 11010010 | 10100000 | 1010000 | 0 | 11000 | 10010 | 10100010 | 1000011 | 110001 |
Color Harmonies of #2AD2A0
Complementary color
Monochromatic Colors of #2AD2A0
Black with #2AD2A0
Text Example
Text Example
White with #2AD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2A0; }
p { color: rgb(42,210,160); }
H1.HeaderClassName
{
color: #2AD2A0;
}
.AnyTagClassName
{
color: #2AD2A0;
}
</style>
background-color css
<style>
a { background-color: #2AD2A0; }
a { background-color: rgb(42,210,160); }
div.DivClassName
{
background-color: #2AD2A0;
}
.BgClassName
{
background-color: #2AD2A0;
}
</style>
border-color css
<style>
span { border-color: #2AD2A0; }
span { border-color: rgb(42,210,160); }
td.TdClassName
{
border-color: #2AD2A0;
}
.TagClassName
{
border-color: #2AD2A0;
}
</style>