Shades of Shamrock #2AD991
Tints of Shamrock #2AD991
RGB
CMYK
RGB Variations
Color information
#2AD991 (or 0x2AD991) is known color: Shamrock. HEX triplet: 2A, D9 and 91. RGB value is (42,217,145). Sum of RGB (Red+Green+Blue) = 42+217+145=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD991 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD991 is #D5266E. Grayscale: #9C9C9C. Windows color (decimal): -13969007 or 9558314. OLE color: 9558314.
HSL color Cylindrical-coordinate representation of color #2AD991: hue angle of 155.31º 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 #2AD991 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 145 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.15 |
| HSL | 155.31º | 0.7% | 0.51% | - |
| HSV(B) | 155.31º | 0.81% | 0.85% | - |
| XYZ | 30.88 | 52.16 | 35.23 | - |
| YUV | 156.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 145 | 0.81 | 0 | 0.33 | 0.15 | 155.31 | 0.7 | 0.51 |
| Hex | 2A | D9 | 91 | 51 | 0 | 21 | F | 9B | 46 | 33 |
| Octal | 52 | 331 | 221 | 121 | 0 | 41 | 17 | 233 | 106 | 63 |
| Binary | 101010 | 11011001 | 10010001 | 1010001 | 0 | 100001 | 1111 | 10011011 | 1000110 | 110011 |
Color Harmonies of #2AD991
Complementary color
Monochromatic Colors of #2AD991
Black with #2AD991
Text Example
Text Example
White with #2AD991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD991; }
p { color: rgb(42,217,145); }
H1.HeaderClassName
{
color: #2AD991;
}
.AnyTagClassName
{
color: #2AD991;
}
</style>
background-color css
<style>
a { background-color: #2AD991; }
a { background-color: rgb(42,217,145); }
div.DivClassName
{
background-color: #2AD991;
}
.BgClassName
{
background-color: #2AD991;
}
</style>
border-color css
<style>
span { border-color: #2AD991; }
span { border-color: rgb(42,217,145); }
td.TdClassName
{
border-color: #2AD991;
}
.TagClassName
{
border-color: #2AD991;
}
</style>