Shades of Shamrock #2AD97D
Tints of Shamrock #2AD97D
RGB
CMYK
RGB Variations
Color information
#2AD97D (or 0x2AD97D) is known color: Shamrock. HEX triplet: 2A, D9 and 7D. RGB value is (42,217,125). Sum of RGB (Red+Green+Blue) = 42+217+125=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD97D is #D52682. Grayscale: #9A9A9A. Windows color (decimal): -13969027 or 8247594. OLE color: 8247594.
HSL color Cylindrical-coordinate representation of color #2AD97D: hue angle of 148.46º 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 #2AD97D is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 125 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.15 |
| HSL | 148.46º | 0.7% | 0.51% | - |
| HSV(B) | 148.46º | 0.81% | 0.85% | - |
| XYZ | 29.47 | 51.6 | 27.81 | - |
| YUV | 154.19 | 111.52 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 125 | 0.81 | 0 | 0.42 | 0.15 | 148.46 | 0.7 | 0.51 |
| Hex | 2A | D9 | 7D | 51 | 0 | 2A | F | 94 | 46 | 33 |
| Octal | 52 | 331 | 175 | 121 | 0 | 52 | 17 | 224 | 106 | 63 |
| Binary | 101010 | 11011001 | 1111101 | 1010001 | 0 | 101010 | 1111 | 10010100 | 1000110 | 110011 |
Color Harmonies of #2AD97D
Complementary color
Monochromatic Colors of #2AD97D
Black with #2AD97D
Text Example
Text Example
White with #2AD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD97D; }
p { color: rgb(42,217,125); }
H1.HeaderClassName
{
color: #2AD97D;
}
.AnyTagClassName
{
color: #2AD97D;
}
</style>
background-color css
<style>
a { background-color: #2AD97D; }
a { background-color: rgb(42,217,125); }
div.DivClassName
{
background-color: #2AD97D;
}
.BgClassName
{
background-color: #2AD97D;
}
</style>
border-color css
<style>
span { border-color: #2AD97D; }
span { border-color: rgb(42,217,125); }
td.TdClassName
{
border-color: #2AD97D;
}
.TagClassName
{
border-color: #2AD97D;
}
</style>