Shades of Shamrock #2AD779
Tints of Shamrock #2AD779
RGB
CMYK
RGB Variations
Color information
#2AD779 (or 0x2AD779) is known color: Shamrock. HEX triplet: 2A, D7 and 79. RGB value is (42,215,121). Sum of RGB (Red+Green+Blue) = 42+215+121=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD779 is #D52886. Grayscale: #989898. Windows color (decimal): -13969543 or 7984938. OLE color: 7984938.
HSL color Cylindrical-coordinate representation of color #2AD779: hue angle of 147.4º 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 #2AD779 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 121 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.16 |
| HSL | 147.4º | 0.68% | 0.5% | - |
| HSV(B) | 147.4º | 0.8% | 0.84% | - |
| XYZ | 28.71 | 50.47 | 26.32 | - |
| YUV | 152.56 | 110.19 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 121 | 0.80 | 0 | 0.44 | 0.16 | 147.4 | 0.68 | 0.5 |
| Hex | 2A | D7 | 79 | 50 | 0 | 2C | 10 | 93 | 44 | 32 |
| Octal | 52 | 327 | 171 | 120 | 0 | 54 | 20 | 223 | 104 | 62 |
| Binary | 101010 | 11010111 | 1111001 | 1010000 | 0 | 101100 | 10000 | 10010011 | 1000100 | 110010 |
Color Harmonies of #2AD779
Complementary color
Monochromatic Colors of #2AD779
Black with #2AD779
Text Example
Text Example
White with #2AD779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD779; }
p { color: rgb(42,215,121); }
H1.HeaderClassName
{
color: #2AD779;
}
.AnyTagClassName
{
color: #2AD779;
}
</style>
background-color css
<style>
a { background-color: #2AD779; }
a { background-color: rgb(42,215,121); }
div.DivClassName
{
background-color: #2AD779;
}
.BgClassName
{
background-color: #2AD779;
}
</style>
border-color css
<style>
span { border-color: #2AD779; }
span { border-color: rgb(42,215,121); }
td.TdClassName
{
border-color: #2AD779;
}
.TagClassName
{
border-color: #2AD779;
}
</style>