Shades of Shamrock #2AD2A1
Tints of Shamrock #2AD2A1
RGB
CMYK
RGB Variations
Color information
#2AD2A1 (or 0x2AD2A1) is known color: Shamrock. HEX triplet: 2A, D2 and A1. RGB value is (42,210,161). Sum of RGB (Red+Green+Blue) = 42+210+161=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD2A1 is #D52D5E. Grayscale: #9A9A9A. Windows color (decimal): -13970783 or 10605098. OLE color: 10605098.
HSL color Cylindrical-coordinate representation of color #2AD2A1: hue angle of 162.5º 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 #2AD2A1 is Cyan = 0.8, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 161 | - |
| CMYK | 0.8 | 0 | 0.23 | 0.18 |
| HSL | 162.5º | 0.67% | 0.49% | - |
| HSV(B) | 162.5º | 0.8% | 0.82% | - |
| XYZ | 30.43 | 49.16 | 41.6 | - |
| YUV | 154.18 | 131.84 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 161 | 0.8 | 0 | 0.23 | 0.18 | 162.5 | 0.67 | 0.49 |
| Hex | 2A | D2 | A1 | 50 | 0 | 17 | 12 | A2 | 43 | 31 |
| Octal | 52 | 322 | 241 | 120 | 0 | 27 | 22 | 242 | 103 | 61 |
| Binary | 101010 | 11010010 | 10100001 | 1010000 | 0 | 10111 | 10010 | 10100010 | 1000011 | 110001 |
Color Harmonies of #2AD2A1
Complementary color
Monochromatic Colors of #2AD2A1
Black with #2AD2A1
Text Example
Text Example
White with #2AD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2A1; }
p { color: rgb(42,210,161); }
H1.HeaderClassName
{
color: #2AD2A1;
}
.AnyTagClassName
{
color: #2AD2A1;
}
</style>
background-color css
<style>
a { background-color: #2AD2A1; }
a { background-color: rgb(42,210,161); }
div.DivClassName
{
background-color: #2AD2A1;
}
.BgClassName
{
background-color: #2AD2A1;
}
</style>
border-color css
<style>
span { border-color: #2AD2A1; }
span { border-color: rgb(42,210,161); }
td.TdClassName
{
border-color: #2AD2A1;
}
.TagClassName
{
border-color: #2AD2A1;
}
</style>