Shades of Shamrock #2AD7A2
Tints of Shamrock #2AD7A2
RGB
CMYK
RGB Variations
Color information
#2AD7A2 (or 0x2AD7A2) is known color: Shamrock. HEX triplet: 2A, D7 and A2. RGB value is (42,215,162). Sum of RGB (Red+Green+Blue) = 42+215+162=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD7A2 is #D5285D. Grayscale: #9D9D9D. Windows color (decimal): -13969502 or 10671914. OLE color: 10671914.
HSL color Cylindrical-coordinate representation of color #2AD7A2: hue angle of 161.62º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD7A2 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 162 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.16 |
| HSL | 161.62º | 0.68% | 0.5% | - |
| HSV(B) | 161.62º | 0.8% | 0.84% | - |
| XYZ | 31.78 | 51.7 | 42.49 | - |
| YUV | 157.23 | 130.69 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 162 | 0.80 | 0 | 0.25 | 0.16 | 161.62 | 0.68 | 0.5 |
| Hex | 2A | D7 | A2 | 50 | 0 | 19 | 10 | A2 | 44 | 32 |
| Octal | 52 | 327 | 242 | 120 | 0 | 31 | 20 | 242 | 104 | 62 |
| Binary | 101010 | 11010111 | 10100010 | 1010000 | 0 | 11001 | 10000 | 10100010 | 1000100 | 110010 |
Color Harmonies of #2AD7A2
Complementary color
Monochromatic Colors of #2AD7A2
Black with #2AD7A2
Text Example
Text Example
White with #2AD7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD7A2; }
p { color: rgb(42,215,162); }
H1.HeaderClassName
{
color: #2AD7A2;
}
.AnyTagClassName
{
color: #2AD7A2;
}
</style>
background-color css
<style>
a { background-color: #2AD7A2; }
a { background-color: rgb(42,215,162); }
div.DivClassName
{
background-color: #2AD7A2;
}
.BgClassName
{
background-color: #2AD7A2;
}
</style>
border-color css
<style>
span { border-color: #2AD7A2; }
span { border-color: rgb(42,215,162); }
td.TdClassName
{
border-color: #2AD7A2;
}
.TagClassName
{
border-color: #2AD7A2;
}
</style>