Shades of Shamrock #2AD990
Tints of Shamrock #2AD990
RGB
CMYK
RGB Variations
Color information
#2AD990 (or 0x2AD990) is known color: Shamrock. HEX triplet: 2A, D9 and 90. RGB value is (42,217,144). Sum of RGB (Red+Green+Blue) = 42+217+144=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD990 is #D5266F. Grayscale: #9C9C9C. Windows color (decimal): -13969008 or 9492778. OLE color: 9492778.
HSL color Cylindrical-coordinate representation of color #2AD990: hue angle of 154.97º 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 #2AD990 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 144 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.15 |
| HSL | 154.97º | 0.7% | 0.51% | - |
| HSV(B) | 154.97º | 0.81% | 0.85% | - |
| XYZ | 30.8 | 52.13 | 34.82 | - |
| YUV | 156.35 | 121.02 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 144 | 0.81 | 0 | 0.34 | 0.15 | 154.97 | 0.7 | 0.51 |
| Hex | 2A | D9 | 90 | 51 | 0 | 22 | F | 9B | 46 | 33 |
| Octal | 52 | 331 | 220 | 121 | 0 | 42 | 17 | 233 | 106 | 63 |
| Binary | 101010 | 11011001 | 10010000 | 1010001 | 0 | 100010 | 1111 | 10011011 | 1000110 | 110011 |
Color Harmonies of #2AD990
Complementary color
Monochromatic Colors of #2AD990
Black with #2AD990
Text Example
Text Example
White with #2AD990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD990; }
p { color: rgb(42,217,144); }
H1.HeaderClassName
{
color: #2AD990;
}
.AnyTagClassName
{
color: #2AD990;
}
</style>
background-color css
<style>
a { background-color: #2AD990; }
a { background-color: rgb(42,217,144); }
div.DivClassName
{
background-color: #2AD990;
}
.BgClassName
{
background-color: #2AD990;
}
</style>
border-color css
<style>
span { border-color: #2AD990; }
span { border-color: rgb(42,217,144); }
td.TdClassName
{
border-color: #2AD990;
}
.TagClassName
{
border-color: #2AD990;
}
</style>