Shades of Shamrock #2AD980
Tints of Shamrock #2AD980
RGB
CMYK
RGB Variations
Color information
#2AD980 (or 0x2AD980) is known color: Shamrock. HEX triplet: 2A, D9 and 80. RGB value is (42,217,128). Sum of RGB (Red+Green+Blue) = 42+217+128=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD980 is #D5267F. Grayscale: #9A9A9A. Windows color (decimal): -13969024 or 8444202. OLE color: 8444202.
HSL color Cylindrical-coordinate representation of color #2AD980: hue angle of 149.49º 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 #2AD980 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 128 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.15 |
| HSL | 149.49º | 0.7% | 0.51% | - |
| HSV(B) | 149.49º | 0.81% | 0.85% | - |
| XYZ | 29.66 | 51.68 | 28.83 | - |
| YUV | 154.53 | 113.02 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 128 | 0.81 | 0 | 0.41 | 0.15 | 149.49 | 0.7 | 0.51 |
| Hex | 2A | D9 | 80 | 51 | 0 | 29 | F | 95 | 46 | 33 |
| Octal | 52 | 331 | 200 | 121 | 0 | 51 | 17 | 225 | 106 | 63 |
| Binary | 101010 | 11011001 | 10000000 | 1010001 | 0 | 101001 | 1111 | 10010101 | 1000110 | 110011 |
Color Harmonies of #2AD980
Complementary color
Monochromatic Colors of #2AD980
Black with #2AD980
Text Example
Text Example
White with #2AD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD980; }
p { color: rgb(42,217,128); }
H1.HeaderClassName
{
color: #2AD980;
}
.AnyTagClassName
{
color: #2AD980;
}
</style>
background-color css
<style>
a { background-color: #2AD980; }
a { background-color: rgb(42,217,128); }
div.DivClassName
{
background-color: #2AD980;
}
.BgClassName
{
background-color: #2AD980;
}
</style>
border-color css
<style>
span { border-color: #2AD980; }
span { border-color: rgb(42,217,128); }
td.TdClassName
{
border-color: #2AD980;
}
.TagClassName
{
border-color: #2AD980;
}
</style>