Shades of Shamrock #2ADDAE
Tints of Shamrock #2ADDAE
RGB
CMYK
RGB Variations
Color information
#2ADDAE (or 0x2ADDAE) is known color: Shamrock. HEX triplet: 2A, DD and AE. RGB value is (42,221,174). Sum of RGB (Red+Green+Blue) = 42+221+174=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDAE is #D52251. Grayscale: #A2A2A2. Windows color (decimal): -13967954 or 11459882. OLE color: 11459882.
HSL color Cylindrical-coordinate representation of color #2ADDAE: hue angle of 164.25º 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 #2ADDAE is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 174 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.13 |
| HSL | 164.25º | 0.72% | 0.52% | - |
| HSV(B) | 164.25º | 0.81% | 0.87% | - |
| XYZ | 34.45 | 55.26 | 48.9 | - |
| YUV | 162.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 174 | 0.81 | 0 | 0.21 | 0.13 | 164.25 | 0.72 | 0.52 |
| Hex | 2A | DD | AE | 51 | 0 | 15 | D | A4 | 48 | 34 |
| Octal | 52 | 335 | 256 | 121 | 0 | 25 | 15 | 244 | 110 | 64 |
| Binary | 101010 | 11011101 | 10101110 | 1010001 | 0 | 10101 | 1101 | 10100100 | 1001000 | 110100 |
Color Harmonies of #2ADDAE
Complementary color
Monochromatic Colors of #2ADDAE
Black with #2ADDAE
Text Example
Text Example
White with #2ADDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDAE; }
p { color: rgb(42,221,174); }
H1.HeaderClassName
{
color: #2ADDAE;
}
.AnyTagClassName
{
color: #2ADDAE;
}
</style>
background-color css
<style>
a { background-color: #2ADDAE; }
a { background-color: rgb(42,221,174); }
div.DivClassName
{
background-color: #2ADDAE;
}
.BgClassName
{
background-color: #2ADDAE;
}
</style>
border-color css
<style>
span { border-color: #2ADDAE; }
span { border-color: rgb(42,221,174); }
td.TdClassName
{
border-color: #2ADDAE;
}
.TagClassName
{
border-color: #2ADDAE;
}
</style>