Shades of Shamrock #2AD895
Tints of Shamrock #2AD895
RGB
CMYK
RGB Variations
Color information
#2AD895 (or 0x2AD895) is known color: Shamrock. HEX triplet: 2A, D8 and 95. RGB value is (42,216,149). Sum of RGB (Red+Green+Blue) = 42+216+149=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD895 is #D5276A. Grayscale: #9C9C9C. Windows color (decimal): -13969259 or 9820202. OLE color: 9820202.
HSL color Cylindrical-coordinate representation of color #2AD895: hue angle of 156.9º 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 #2AD895 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 149 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.15 |
| HSL | 156.9º | 0.69% | 0.51% | - |
| HSV(B) | 156.9º | 0.81% | 0.85% | - |
| XYZ | 30.94 | 51.77 | 36.8 | - |
| YUV | 156.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 149 | 0.81 | 0 | 0.31 | 0.15 | 156.9 | 0.69 | 0.51 |
| Hex | 2A | D8 | 95 | 51 | 0 | 1F | F | 9D | 45 | 33 |
| Octal | 52 | 330 | 225 | 121 | 0 | 37 | 17 | 235 | 105 | 63 |
| Binary | 101010 | 11011000 | 10010101 | 1010001 | 0 | 11111 | 1111 | 10011101 | 1000101 | 110011 |
Color Harmonies of #2AD895
Complementary color
Monochromatic Colors of #2AD895
Black with #2AD895
Text Example
Text Example
White with #2AD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD895; }
p { color: rgb(42,216,149); }
H1.HeaderClassName
{
color: #2AD895;
}
.AnyTagClassName
{
color: #2AD895;
}
</style>
background-color css
<style>
a { background-color: #2AD895; }
a { background-color: rgb(42,216,149); }
div.DivClassName
{
background-color: #2AD895;
}
.BgClassName
{
background-color: #2AD895;
}
</style>
border-color css
<style>
span { border-color: #2AD895; }
span { border-color: rgb(42,216,149); }
td.TdClassName
{
border-color: #2AD895;
}
.TagClassName
{
border-color: #2AD895;
}
</style>