Shades of Shamrock #2ADCAA
Tints of Shamrock #2ADCAA
RGB
CMYK
RGB Variations
Color information
#2ADCAA (or 0x2ADCAA) is known color: Shamrock. HEX triplet: 2A, DC and AA. RGB value is (42,220,170). Sum of RGB (Red+Green+Blue) = 42+220+170=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADCAA is #D52355. Grayscale: #A1A1A1. Windows color (decimal): -13968214 or 11197482. OLE color: 11197482.
HSL color Cylindrical-coordinate representation of color #2ADCAA: hue angle of 163.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADCAA is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 170 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.14 |
| HSL | 163.15º | 0.72% | 0.51% | - |
| HSV(B) | 163.15º | 0.81% | 0.86% | - |
| XYZ | 33.8 | 54.58 | 46.78 | - |
| YUV | 161.08 | 133.03 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 170 | 0.81 | 0 | 0.23 | 0.14 | 163.15 | 0.72 | 0.51 |
| Hex | 2A | DC | AA | 51 | 0 | 17 | E | A3 | 48 | 33 |
| Octal | 52 | 334 | 252 | 121 | 0 | 27 | 16 | 243 | 110 | 63 |
| Binary | 101010 | 11011100 | 10101010 | 1010001 | 0 | 10111 | 1110 | 10100011 | 1001000 | 110011 |
Color Harmonies of #2ADCAA
Complementary color
Monochromatic Colors of #2ADCAA
Black with #2ADCAA
Text Example
Text Example
White with #2ADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCAA; }
p { color: rgb(42,220,170); }
H1.HeaderClassName
{
color: #2ADCAA;
}
.AnyTagClassName
{
color: #2ADCAA;
}
</style>
background-color css
<style>
a { background-color: #2ADCAA; }
a { background-color: rgb(42,220,170); }
div.DivClassName
{
background-color: #2ADCAA;
}
.BgClassName
{
background-color: #2ADCAA;
}
</style>
border-color css
<style>
span { border-color: #2ADCAA; }
span { border-color: rgb(42,220,170); }
td.TdClassName
{
border-color: #2ADCAA;
}
.TagClassName
{
border-color: #2ADCAA;
}
</style>