Shades of Shamrock #2ADEA7
Tints of Shamrock #2ADEA7
RGB
CMYK
RGB Variations
Color information
#2ADEA7 (or 0x2ADEA7) is known color: Shamrock. HEX triplet: 2A, DE and A7. RGB value is (42,222,167). Sum of RGB (Red+Green+Blue) = 42+222+167=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADEA7 is #D52158. Grayscale: #A1A1A1. Windows color (decimal): -13967705 or 11001386. OLE color: 11001386.
HSL color Cylindrical-coordinate representation of color #2ADEA7: hue angle of 161.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 #2ADEA7 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 167 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.13 |
| HSL | 161.67º | 0.73% | 0.52% | - |
| HSV(B) | 161.67º | 0.81% | 0.87% | - |
| XYZ | 34.05 | 55.52 | 45.48 | - |
| YUV | 161.91 | 130.87 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 167 | 0.81 | 0 | 0.25 | 0.13 | 161.67 | 0.73 | 0.52 |
| Hex | 2A | DE | A7 | 51 | 0 | 19 | D | A2 | 49 | 34 |
| Octal | 52 | 336 | 247 | 121 | 0 | 31 | 15 | 242 | 111 | 64 |
| Binary | 101010 | 11011110 | 10100111 | 1010001 | 0 | 11001 | 1101 | 10100010 | 1001001 | 110100 |
Color Harmonies of #2ADEA7
Complementary color
Monochromatic Colors of #2ADEA7
Black with #2ADEA7
Text Example
Text Example
White with #2ADEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADEA7; }
p { color: rgb(42,222,167); }
H1.HeaderClassName
{
color: #2ADEA7;
}
.AnyTagClassName
{
color: #2ADEA7;
}
</style>
background-color css
<style>
a { background-color: #2ADEA7; }
a { background-color: rgb(42,222,167); }
div.DivClassName
{
background-color: #2ADEA7;
}
.BgClassName
{
background-color: #2ADEA7;
}
</style>
border-color css
<style>
span { border-color: #2ADEA7; }
span { border-color: rgb(42,222,167); }
td.TdClassName
{
border-color: #2ADEA7;
}
.TagClassName
{
border-color: #2ADEA7;
}
</style>