Shades of Shamrock #2ADDA1
Tints of Shamrock #2ADDA1
RGB
CMYK
RGB Variations
Color information
#2ADDA1 (or 0x2ADDA1) is known color: Shamrock. HEX triplet: 2A, DD and A1. RGB value is (42,221,161). Sum of RGB (Red+Green+Blue) = 42+221+161=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDA1 is #D5225E. Grayscale: #A0A0A0. Windows color (decimal): -13967967 or 10607914. OLE color: 10607914.
HSL color Cylindrical-coordinate representation of color #2ADDA1: hue angle of 159.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDA1 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 161 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.13 |
| HSL | 159.89º | 0.72% | 0.52% | - |
| HSV(B) | 159.89º | 0.81% | 0.87% | - |
| XYZ | 33.24 | 54.78 | 42.54 | - |
| YUV | 160.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 161 | 0.81 | 0 | 0.27 | 0.13 | 159.89 | 0.72 | 0.52 |
| Hex | 2A | DD | A1 | 51 | 0 | 1B | D | A0 | 48 | 34 |
| Octal | 52 | 335 | 241 | 121 | 0 | 33 | 15 | 240 | 110 | 64 |
| Binary | 101010 | 11011101 | 10100001 | 1010001 | 0 | 11011 | 1101 | 10100000 | 1001000 | 110100 |
Color Harmonies of #2ADDA1
Complementary color
Monochromatic Colors of #2ADDA1
Black with #2ADDA1
Text Example
Text Example
White with #2ADDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDA1; }
p { color: rgb(42,221,161); }
H1.HeaderClassName
{
color: #2ADDA1;
}
.AnyTagClassName
{
color: #2ADDA1;
}
</style>
background-color css
<style>
a { background-color: #2ADDA1; }
a { background-color: rgb(42,221,161); }
div.DivClassName
{
background-color: #2ADDA1;
}
.BgClassName
{
background-color: #2ADDA1;
}
</style>
border-color css
<style>
span { border-color: #2ADDA1; }
span { border-color: rgb(42,221,161); }
td.TdClassName
{
border-color: #2ADDA1;
}
.TagClassName
{
border-color: #2ADDA1;
}
</style>