Shades of Shamrock #2AD87C
Tints of Shamrock #2AD87C
RGB
CMYK
RGB Variations
Color information
#2AD87C (or 0x2AD87C) is known color: Shamrock. HEX triplet: 2A, D8 and 7C. RGB value is (42,216,124). Sum of RGB (Red+Green+Blue) = 42+216+124=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD87C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD87C is #D52783. Grayscale: #999999. Windows color (decimal): -13969284 or 8181802. OLE color: 8181802.
HSL color Cylindrical-coordinate representation of color #2AD87C: hue angle of 148.28º degrees, saturation: 0.69, 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 #2AD87C is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 124 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.15 |
| HSL | 148.28º | 0.69% | 0.51% | - |
| HSV(B) | 148.28º | 0.81% | 0.85% | - |
| XYZ | 29.15 | 51.06 | 27.39 | - |
| YUV | 153.49 | 111.35 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 124 | 0.81 | 0 | 0.43 | 0.15 | 148.28 | 0.69 | 0.51 |
| Hex | 2A | D8 | 7C | 51 | 0 | 2B | F | 94 | 45 | 33 |
| Octal | 52 | 330 | 174 | 121 | 0 | 53 | 17 | 224 | 105 | 63 |
| Binary | 101010 | 11011000 | 1111100 | 1010001 | 0 | 101011 | 1111 | 10010100 | 1000101 | 110011 |
Color Harmonies of #2AD87C
Complementary color
Monochromatic Colors of #2AD87C
Black with #2AD87C
Text Example
Text Example
White with #2AD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD87C; }
p { color: rgb(42,216,124); }
H1.HeaderClassName
{
color: #2AD87C;
}
.AnyTagClassName
{
color: #2AD87C;
}
</style>
background-color css
<style>
a { background-color: #2AD87C; }
a { background-color: rgb(42,216,124); }
div.DivClassName
{
background-color: #2AD87C;
}
.BgClassName
{
background-color: #2AD87C;
}
</style>
border-color css
<style>
span { border-color: #2AD87C; }
span { border-color: rgb(42,216,124); }
td.TdClassName
{
border-color: #2AD87C;
}
.TagClassName
{
border-color: #2AD87C;
}
</style>