Shades of Shamrock #2AD97C
Tints of Shamrock #2AD97C
RGB
CMYK
RGB Variations
Color information
#2AD97C (or 0x2AD97C) is known color: Shamrock. HEX triplet: 2A, D9 and 7C. RGB value is (42,217,124). Sum of RGB (Red+Green+Blue) = 42+217+124=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 217 (85.16% from 255 or 56.66% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD97C is #D52683. Grayscale: #9A9A9A. Windows color (decimal): -13969028 or 8182058. OLE color: 8182058.
HSL color Cylindrical-coordinate representation of color #2AD97C: hue angle of 148.11º 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 #2AD97C is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 124 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.15 |
| HSL | 148.11º | 0.7% | 0.51% | - |
| HSV(B) | 148.11º | 0.81% | 0.85% | - |
| XYZ | 29.41 | 51.57 | 27.47 | - |
| YUV | 154.07 | 111.02 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 124 | 0.81 | 0 | 0.43 | 0.15 | 148.11 | 0.7 | 0.51 |
| Hex | 2A | D9 | 7C | 51 | 0 | 2B | F | 94 | 46 | 33 |
| Octal | 52 | 331 | 174 | 121 | 0 | 53 | 17 | 224 | 106 | 63 |
| Binary | 101010 | 11011001 | 1111100 | 1010001 | 0 | 101011 | 1111 | 10010100 | 1000110 | 110011 |
Color Harmonies of #2AD97C
Complementary color
Monochromatic Colors of #2AD97C
Black with #2AD97C
Text Example
Text Example
White with #2AD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD97C; }
p { color: rgb(42,217,124); }
H1.HeaderClassName
{
color: #2AD97C;
}
.AnyTagClassName
{
color: #2AD97C;
}
</style>
background-color css
<style>
a { background-color: #2AD97C; }
a { background-color: rgb(42,217,124); }
div.DivClassName
{
background-color: #2AD97C;
}
.BgClassName
{
background-color: #2AD97C;
}
</style>
border-color css
<style>
span { border-color: #2AD97C; }
span { border-color: rgb(42,217,124); }
td.TdClassName
{
border-color: #2AD97C;
}
.TagClassName
{
border-color: #2AD97C;
}
</style>