Shades of Shamrock #2AD979
Tints of Shamrock #2AD979
RGB
CMYK
RGB Variations
Color information
#2AD979 (or 0x2AD979) is known color: Shamrock. HEX triplet: 2A, D9 and 79. RGB value is (42,217,121). Sum of RGB (Red+Green+Blue) = 42+217+121=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD979 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD979 is #D52686. Grayscale: #999999. Windows color (decimal): -13969031 or 7985450. OLE color: 7985450.
HSL color Cylindrical-coordinate representation of color #2AD979: hue angle of 147.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD979 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 121 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.15 |
| HSL | 147.09º | 0.7% | 0.51% | - |
| HSV(B) | 147.09º | 0.81% | 0.85% | - |
| XYZ | 29.22 | 51.5 | 26.49 | - |
| YUV | 153.73 | 109.52 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 121 | 0.81 | 0 | 0.44 | 0.15 | 147.09 | 0.7 | 0.51 |
| Hex | 2A | D9 | 79 | 51 | 0 | 2C | F | 93 | 46 | 33 |
| Octal | 52 | 331 | 171 | 121 | 0 | 54 | 17 | 223 | 106 | 63 |
| Binary | 101010 | 11011001 | 1111001 | 1010001 | 0 | 101100 | 1111 | 10010011 | 1000110 | 110011 |
Color Harmonies of #2AD979
Complementary color
Monochromatic Colors of #2AD979
Black with #2AD979
Text Example
Text Example
White with #2AD979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD979; }
p { color: rgb(42,217,121); }
H1.HeaderClassName
{
color: #2AD979;
}
.AnyTagClassName
{
color: #2AD979;
}
</style>
background-color css
<style>
a { background-color: #2AD979; }
a { background-color: rgb(42,217,121); }
div.DivClassName
{
background-color: #2AD979;
}
.BgClassName
{
background-color: #2AD979;
}
</style>
border-color css
<style>
span { border-color: #2AD979; }
span { border-color: rgb(42,217,121); }
td.TdClassName
{
border-color: #2AD979;
}
.TagClassName
{
border-color: #2AD979;
}
</style>