Shades of Shamrock #2ADDA9
Tints of Shamrock #2ADDA9
RGB
CMYK
RGB Variations
Color information
#2ADDA9 (or 0x2ADDA9) is known color: Shamrock. HEX triplet: 2A, DD and A9. RGB value is (42,221,169). Sum of RGB (Red+Green+Blue) = 42+221+169=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDA9 is #D52256. Grayscale: #A1A1A1. Windows color (decimal): -13967959 or 11132202. OLE color: 11132202.
HSL color Cylindrical-coordinate representation of color #2ADDA9: hue angle of 162.57º 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 #2ADDA9 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 169 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.13 |
| HSL | 162.57º | 0.72% | 0.52% | - |
| HSV(B) | 162.57º | 0.81% | 0.87% | - |
| XYZ | 33.97 | 55.07 | 46.38 | - |
| YUV | 161.55 | 132.2 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 169 | 0.81 | 0 | 0.24 | 0.13 | 162.57 | 0.72 | 0.52 |
| Hex | 2A | DD | A9 | 51 | 0 | 18 | D | A3 | 48 | 34 |
| Octal | 52 | 335 | 251 | 121 | 0 | 30 | 15 | 243 | 110 | 64 |
| Binary | 101010 | 11011101 | 10101001 | 1010001 | 0 | 11000 | 1101 | 10100011 | 1001000 | 110100 |
Color Harmonies of #2ADDA9
Complementary color
Monochromatic Colors of #2ADDA9
Black with #2ADDA9
Text Example
Text Example
White with #2ADDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDA9; }
p { color: rgb(42,221,169); }
H1.HeaderClassName
{
color: #2ADDA9;
}
.AnyTagClassName
{
color: #2ADDA9;
}
</style>
background-color css
<style>
a { background-color: #2ADDA9; }
a { background-color: rgb(42,221,169); }
div.DivClassName
{
background-color: #2ADDA9;
}
.BgClassName
{
background-color: #2ADDA9;
}
</style>
border-color css
<style>
span { border-color: #2ADDA9; }
span { border-color: rgb(42,221,169); }
td.TdClassName
{
border-color: #2ADDA9;
}
.TagClassName
{
border-color: #2ADDA9;
}
</style>