Shades of Shamrock #2ADEAA
Tints of Shamrock #2ADEAA
RGB
CMYK
RGB Variations
Color information
#2ADEAA (or 0x2ADEAA) is known color: Shamrock. HEX triplet: 2A, DE and AA. RGB value is (42,222,170). Sum of RGB (Red+Green+Blue) = 42+222+170=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADEAA is #D52155. Grayscale: #A2A2A2. Windows color (decimal): -13967702 or 11197994. OLE color: 11197994.
HSL color Cylindrical-coordinate representation of color #2ADEAA: hue angle of 162.67º degrees, saturation: 0.73, 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 #2ADEAA is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 170 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.13 |
| HSL | 162.67º | 0.73% | 0.52% | - |
| HSV(B) | 162.67º | 0.81% | 0.87% | - |
| XYZ | 34.33 | 55.64 | 46.96 | - |
| YUV | 162.25 | 132.37 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 170 | 0.81 | 0 | 0.23 | 0.13 | 162.67 | 0.73 | 0.52 |
| Hex | 2A | DE | AA | 51 | 0 | 17 | D | A3 | 49 | 34 |
| Octal | 52 | 336 | 252 | 121 | 0 | 27 | 15 | 243 | 111 | 64 |
| Binary | 101010 | 11011110 | 10101010 | 1010001 | 0 | 10111 | 1101 | 10100011 | 1001001 | 110100 |
Color Harmonies of #2ADEAA
Complementary color
Monochromatic Colors of #2ADEAA
Black with #2ADEAA
Text Example
Text Example
White with #2ADEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEAA; }
p { color: rgb(42,222,170); }
H1.HeaderClassName
{
color: #2ADEAA;
}
.AnyTagClassName
{
color: #2ADEAA;
}
</style>
background-color css
<style>
a { background-color: #2ADEAA; }
a { background-color: rgb(42,222,170); }
div.DivClassName
{
background-color: #2ADEAA;
}
.BgClassName
{
background-color: #2ADEAA;
}
</style>
border-color css
<style>
span { border-color: #2ADEAA; }
span { border-color: rgb(42,222,170); }
td.TdClassName
{
border-color: #2ADEAA;
}
.TagClassName
{
border-color: #2ADEAA;
}
</style>