Shades of Shamrock #2AD780
Tints of Shamrock #2AD780
RGB
CMYK
RGB Variations
Color information
#2AD780 (or 0x2AD780) is known color: Shamrock. HEX triplet: 2A, D7 and 80. RGB value is (42,215,128). Sum of RGB (Red+Green+Blue) = 42+215+128=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD780 is #D5287F. Grayscale: #999999. Windows color (decimal): -13969536 or 8443690. OLE color: 8443690.
HSL color Cylindrical-coordinate representation of color #2AD780: hue angle of 149.83º 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 #2AD780 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 128 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.16 |
| HSL | 149.83º | 0.68% | 0.5% | - |
| HSV(B) | 149.83º | 0.8% | 0.84% | - |
| XYZ | 29.15 | 50.65 | 28.66 | - |
| YUV | 153.36 | 113.69 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 128 | 0.80 | 0 | 0.40 | 0.16 | 149.83 | 0.68 | 0.5 |
| Hex | 2A | D7 | 80 | 50 | 0 | 28 | 10 | 96 | 44 | 32 |
| Octal | 52 | 327 | 200 | 120 | 0 | 50 | 20 | 226 | 104 | 62 |
| Binary | 101010 | 11010111 | 10000000 | 1010000 | 0 | 101000 | 10000 | 10010110 | 1000100 | 110010 |
Color Harmonies of #2AD780
Complementary color
Monochromatic Colors of #2AD780
Black with #2AD780
Text Example
Text Example
White with #2AD780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD780; }
p { color: rgb(42,215,128); }
H1.HeaderClassName
{
color: #2AD780;
}
.AnyTagClassName
{
color: #2AD780;
}
</style>
background-color css
<style>
a { background-color: #2AD780; }
a { background-color: rgb(42,215,128); }
div.DivClassName
{
background-color: #2AD780;
}
.BgClassName
{
background-color: #2AD780;
}
</style>
border-color css
<style>
span { border-color: #2AD780; }
span { border-color: rgb(42,215,128); }
td.TdClassName
{
border-color: #2AD780;
}
.TagClassName
{
border-color: #2AD780;
}
</style>