Shades of Shamrock #2AD87D
Tints of Shamrock #2AD87D
RGB
CMYK
RGB Variations
Color information
#2AD87D (or 0x2AD87D) is known color: Shamrock. HEX triplet: 2A, D8 and 7D. RGB value is (42,216,125). Sum of RGB (Red+Green+Blue) = 42+216+125=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD87D is #D52782. Grayscale: #999999. Windows color (decimal): -13969283 or 8247338. OLE color: 8247338.
HSL color Cylindrical-coordinate representation of color #2AD87D: hue angle of 148.62º 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 #2AD87D is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 125 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.15 |
| HSL | 148.62º | 0.69% | 0.51% | - |
| HSV(B) | 148.62º | 0.81% | 0.85% | - |
| XYZ | 29.21 | 51.08 | 27.72 | - |
| YUV | 153.6 | 111.85 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 125 | 0.81 | 0 | 0.42 | 0.15 | 148.62 | 0.69 | 0.51 |
| Hex | 2A | D8 | 7D | 51 | 0 | 2A | F | 95 | 45 | 33 |
| Octal | 52 | 330 | 175 | 121 | 0 | 52 | 17 | 225 | 105 | 63 |
| Binary | 101010 | 11011000 | 1111101 | 1010001 | 0 | 101010 | 1111 | 10010101 | 1000101 | 110011 |
Color Harmonies of #2AD87D
Complementary color
Monochromatic Colors of #2AD87D
Black with #2AD87D
Text Example
Text Example
White with #2AD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD87D; }
p { color: rgb(42,216,125); }
H1.HeaderClassName
{
color: #2AD87D;
}
.AnyTagClassName
{
color: #2AD87D;
}
</style>
background-color css
<style>
a { background-color: #2AD87D; }
a { background-color: rgb(42,216,125); }
div.DivClassName
{
background-color: #2AD87D;
}
.BgClassName
{
background-color: #2AD87D;
}
</style>
border-color css
<style>
span { border-color: #2AD87D; }
span { border-color: rgb(42,216,125); }
td.TdClassName
{
border-color: #2AD87D;
}
.TagClassName
{
border-color: #2AD87D;
}
</style>