Shades of Shamrock #2AD5A1
Tints of Shamrock #2AD5A1
RGB
CMYK
RGB Variations
Color information
#2AD5A1 (or 0x2AD5A1) is known color: Shamrock. HEX triplet: 2A, D5 and A1. RGB value is (42,213,161). Sum of RGB (Red+Green+Blue) = 42+213+161=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD5A1 is #D52A5E. Grayscale: #9B9B9B. Windows color (decimal): -13970015 or 10605866. OLE color: 10605866.
HSL color Cylindrical-coordinate representation of color #2AD5A1: hue angle of 161.75º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD5A1 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 161 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.16 |
| HSL | 161.75º | 0.67% | 0.5% | - |
| HSV(B) | 161.75º | 0.8% | 0.84% | - |
| XYZ | 31.18 | 50.65 | 41.85 | - |
| YUV | 155.94 | 130.85 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 161 | 0.80 | 0 | 0.24 | 0.16 | 161.75 | 0.67 | 0.5 |
| Hex | 2A | D5 | A1 | 50 | 0 | 18 | 10 | A2 | 43 | 32 |
| Octal | 52 | 325 | 241 | 120 | 0 | 30 | 20 | 242 | 103 | 62 |
| Binary | 101010 | 11010101 | 10100001 | 1010000 | 0 | 11000 | 10000 | 10100010 | 1000011 | 110010 |
Color Harmonies of #2AD5A1
Complementary color
Monochromatic Colors of #2AD5A1
Black with #2AD5A1
Text Example
Text Example
White with #2AD5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD5A1; }
p { color: rgb(42,213,161); }
H1.HeaderClassName
{
color: #2AD5A1;
}
.AnyTagClassName
{
color: #2AD5A1;
}
</style>
background-color css
<style>
a { background-color: #2AD5A1; }
a { background-color: rgb(42,213,161); }
div.DivClassName
{
background-color: #2AD5A1;
}
.BgClassName
{
background-color: #2AD5A1;
}
</style>
border-color css
<style>
span { border-color: #2AD5A1; }
span { border-color: rgb(42,213,161); }
td.TdClassName
{
border-color: #2AD5A1;
}
.TagClassName
{
border-color: #2AD5A1;
}
</style>