Shades of Shamrock #2ADEA3
Tints of Shamrock #2ADEA3
RGB
CMYK
RGB Variations
Color information
#2ADEA3 (or 0x2ADEA3) is known color: Shamrock. HEX triplet: 2A, DE and A3. RGB value is (42,222,163). Sum of RGB (Red+Green+Blue) = 42+222+163=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADEA3 is #D5215C. Grayscale: #A1A1A1. Windows color (decimal): -13967709 or 10739242. OLE color: 10739242.
HSL color Cylindrical-coordinate representation of color #2ADEA3: hue angle of 160.33º 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 #2ADEA3 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 163 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.13 |
| HSL | 160.33º | 0.73% | 0.52% | - |
| HSV(B) | 160.33º | 0.81% | 0.87% | - |
| XYZ | 33.69 | 55.38 | 43.56 | - |
| YUV | 161.45 | 128.87 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 163 | 0.81 | 0 | 0.27 | 0.13 | 160.33 | 0.73 | 0.52 |
| Hex | 2A | DE | A3 | 51 | 0 | 1B | D | A0 | 49 | 34 |
| Octal | 52 | 336 | 243 | 121 | 0 | 33 | 15 | 240 | 111 | 64 |
| Binary | 101010 | 11011110 | 10100011 | 1010001 | 0 | 11011 | 1101 | 10100000 | 1001001 | 110100 |
Color Harmonies of #2ADEA3
Complementary color
Monochromatic Colors of #2ADEA3
Black with #2ADEA3
Text Example
Text Example
White with #2ADEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEA3; }
p { color: rgb(42,222,163); }
H1.HeaderClassName
{
color: #2ADEA3;
}
.AnyTagClassName
{
color: #2ADEA3;
}
</style>
background-color css
<style>
a { background-color: #2ADEA3; }
a { background-color: rgb(42,222,163); }
div.DivClassName
{
background-color: #2ADEA3;
}
.BgClassName
{
background-color: #2ADEA3;
}
</style>
border-color css
<style>
span { border-color: #2ADEA3; }
span { border-color: rgb(42,222,163); }
td.TdClassName
{
border-color: #2ADEA3;
}
.TagClassName
{
border-color: #2ADEA3;
}
</style>