Shades of Shamrock #2ADCA8
Tints of Shamrock #2ADCA8
RGB
CMYK
RGB Variations
Color information
#2ADCA8 (or 0x2ADCA8) is known color: Shamrock. HEX triplet: 2A, DC and A8. RGB value is (42,220,168). Sum of RGB (Red+Green+Blue) = 42+220+168=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADCA8 is #D52357. Grayscale: #A0A0A0. Windows color (decimal): -13968216 or 11066410. OLE color: 11066410.
HSL color Cylindrical-coordinate representation of color #2ADCA8: hue angle of 162.47º 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 #2ADCA8 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 168 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.14 |
| HSL | 162.47º | 0.72% | 0.51% | - |
| HSV(B) | 162.47º | 0.81% | 0.86% | - |
| XYZ | 33.62 | 54.51 | 45.79 | - |
| YUV | 160.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 168 | 0.81 | 0 | 0.24 | 0.14 | 162.47 | 0.72 | 0.51 |
| Hex | 2A | DC | A8 | 51 | 0 | 18 | E | A2 | 48 | 33 |
| Octal | 52 | 334 | 250 | 121 | 0 | 30 | 16 | 242 | 110 | 63 |
| Binary | 101010 | 11011100 | 10101000 | 1010001 | 0 | 11000 | 1110 | 10100010 | 1001000 | 110011 |
Color Harmonies of #2ADCA8
Complementary color
Monochromatic Colors of #2ADCA8
Black with #2ADCA8
Text Example
Text Example
White with #2ADCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCA8; }
p { color: rgb(42,220,168); }
H1.HeaderClassName
{
color: #2ADCA8;
}
.AnyTagClassName
{
color: #2ADCA8;
}
</style>
background-color css
<style>
a { background-color: #2ADCA8; }
a { background-color: rgb(42,220,168); }
div.DivClassName
{
background-color: #2ADCA8;
}
.BgClassName
{
background-color: #2ADCA8;
}
</style>
border-color css
<style>
span { border-color: #2ADCA8; }
span { border-color: rgb(42,220,168); }
td.TdClassName
{
border-color: #2ADCA8;
}
.TagClassName
{
border-color: #2ADCA8;
}
</style>