Shades of Shamrock #2ADDAA
Tints of Shamrock #2ADDAA
RGB
CMYK
RGB Variations
Color information
#2ADDAA (or 0x2ADDAA) is known color: Shamrock. HEX triplet: 2A, DD and AA. RGB value is (42,221,170). Sum of RGB (Red+Green+Blue) = 42+221+170=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDAA is #D52255. Grayscale: #A1A1A1. Windows color (decimal): -13967958 or 11197738. OLE color: 11197738.
HSL color Cylindrical-coordinate representation of color #2ADDAA: hue angle of 162.91º 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 #2ADDAA is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 170 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.13 |
| HSL | 162.91º | 0.72% | 0.52% | - |
| HSV(B) | 162.91º | 0.81% | 0.87% | - |
| XYZ | 34.07 | 55.11 | 46.87 | - |
| YUV | 161.67 | 132.7 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 170 | 0.81 | 0 | 0.23 | 0.13 | 162.91 | 0.72 | 0.52 |
| Hex | 2A | DD | AA | 51 | 0 | 17 | D | A3 | 48 | 34 |
| Octal | 52 | 335 | 252 | 121 | 0 | 27 | 15 | 243 | 110 | 64 |
| Binary | 101010 | 11011101 | 10101010 | 1010001 | 0 | 10111 | 1101 | 10100011 | 1001000 | 110100 |
Color Harmonies of #2ADDAA
Complementary color
Monochromatic Colors of #2ADDAA
Black with #2ADDAA
Text Example
Text Example
White with #2ADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDAA; }
p { color: rgb(42,221,170); }
H1.HeaderClassName
{
color: #2ADDAA;
}
.AnyTagClassName
{
color: #2ADDAA;
}
</style>
background-color css
<style>
a { background-color: #2ADDAA; }
a { background-color: rgb(42,221,170); }
div.DivClassName
{
background-color: #2ADDAA;
}
.BgClassName
{
background-color: #2ADDAA;
}
</style>
border-color css
<style>
span { border-color: #2ADDAA; }
span { border-color: rgb(42,221,170); }
td.TdClassName
{
border-color: #2ADDAA;
}
.TagClassName
{
border-color: #2ADDAA;
}
</style>