Shades of Shamrock #2AD891
Tints of Shamrock #2AD891
RGB
CMYK
RGB Variations
Color information
#2AD891 (or 0x2AD891) is known color: Shamrock. HEX triplet: 2A, D8 and 91. RGB value is (42,216,145). Sum of RGB (Red+Green+Blue) = 42+216+145=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD891 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD891 is #D5276E. Grayscale: #9B9B9B. Windows color (decimal): -13969263 or 9558058. OLE color: 9558058.
HSL color Cylindrical-coordinate representation of color #2AD891: hue angle of 155.52º 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 #2AD891 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 145 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.15 |
| HSL | 155.52º | 0.69% | 0.51% | - |
| HSV(B) | 155.52º | 0.81% | 0.85% | - |
| XYZ | 30.62 | 51.65 | 35.14 | - |
| YUV | 155.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 145 | 0.81 | 0 | 0.33 | 0.15 | 155.52 | 0.69 | 0.51 |
| Hex | 2A | D8 | 91 | 51 | 0 | 21 | F | 9C | 45 | 33 |
| Octal | 52 | 330 | 221 | 121 | 0 | 41 | 17 | 234 | 105 | 63 |
| Binary | 101010 | 11011000 | 10010001 | 1010001 | 0 | 100001 | 1111 | 10011100 | 1000101 | 110011 |
Color Harmonies of #2AD891
Complementary color
Monochromatic Colors of #2AD891
Black with #2AD891
Text Example
Text Example
White with #2AD891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD891; }
p { color: rgb(42,216,145); }
H1.HeaderClassName
{
color: #2AD891;
}
.AnyTagClassName
{
color: #2AD891;
}
</style>
background-color css
<style>
a { background-color: #2AD891; }
a { background-color: rgb(42,216,145); }
div.DivClassName
{
background-color: #2AD891;
}
.BgClassName
{
background-color: #2AD891;
}
</style>
border-color css
<style>
span { border-color: #2AD891; }
span { border-color: rgb(42,216,145); }
td.TdClassName
{
border-color: #2AD891;
}
.TagClassName
{
border-color: #2AD891;
}
</style>