Shades of Shamrock #2AD1A5
Tints of Shamrock #2AD1A5
RGB
CMYK
RGB Variations
Color information
#2AD1A5 (or 0x2AD1A5) is known color: Shamrock. HEX triplet: 2A, D1 and A5. RGB value is (42,209,165). Sum of RGB (Red+Green+Blue) = 42+209+165=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD1A5 is #D52E5A. Grayscale: #9A9A9A. Windows color (decimal): -13971035 or 10866986. OLE color: 10866986.
HSL color Cylindrical-coordinate representation of color #2AD1A5: hue angle of 164.19º 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 #2AD1A5 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 165 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.18 |
| HSL | 164.19º | 0.67% | 0.49% | - |
| HSV(B) | 164.19º | 0.8% | 0.82% | - |
| XYZ | 30.55 | 48.81 | 43.41 | - |
| YUV | 154.05 | 134.17 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 165 | 0.80 | 0 | 0.21 | 0.18 | 164.19 | 0.67 | 0.49 |
| Hex | 2A | D1 | A5 | 50 | 0 | 15 | 12 | A4 | 43 | 31 |
| Octal | 52 | 321 | 245 | 120 | 0 | 25 | 22 | 244 | 103 | 61 |
| Binary | 101010 | 11010001 | 10100101 | 1010000 | 0 | 10101 | 10010 | 10100100 | 1000011 | 110001 |
Color Harmonies of #2AD1A5
Complementary color
Monochromatic Colors of #2AD1A5
Black with #2AD1A5
Text Example
Text Example
White with #2AD1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD1A5; }
p { color: rgb(42,209,165); }
H1.HeaderClassName
{
color: #2AD1A5;
}
.AnyTagClassName
{
color: #2AD1A5;
}
</style>
background-color css
<style>
a { background-color: #2AD1A5; }
a { background-color: rgb(42,209,165); }
div.DivClassName
{
background-color: #2AD1A5;
}
.BgClassName
{
background-color: #2AD1A5;
}
</style>
border-color css
<style>
span { border-color: #2AD1A5; }
span { border-color: rgb(42,209,165); }
td.TdClassName
{
border-color: #2AD1A5;
}
.TagClassName
{
border-color: #2AD1A5;
}
</style>