Shades of Shamrock #2AD590
Tints of Shamrock #2AD590
RGB
CMYK
RGB Variations
Color information
#2AD590 (or 0x2AD590) is known color: Shamrock. HEX triplet: 2A, D5 and 90. RGB value is (42,213,144). Sum of RGB (Red+Green+Blue) = 42+213+144=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD590 is #D52A6F. Grayscale: #9A9A9A. Windows color (decimal): -13970032 or 9491754. OLE color: 9491754.
HSL color Cylindrical-coordinate representation of color #2AD590: hue angle of 155.79º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD590 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 144 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.16 |
| HSL | 155.79º | 0.67% | 0.5% | - |
| HSV(B) | 155.79º | 0.8% | 0.84% | - |
| XYZ | 29.78 | 50.09 | 34.49 | - |
| YUV | 154.01 | 122.35 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 144 | 0.80 | 0 | 0.32 | 0.16 | 155.79 | 0.67 | 0.5 |
| Hex | 2A | D5 | 90 | 50 | 0 | 20 | 10 | 9C | 43 | 32 |
| Octal | 52 | 325 | 220 | 120 | 0 | 40 | 20 | 234 | 103 | 62 |
| Binary | 101010 | 11010101 | 10010000 | 1010000 | 0 | 100000 | 10000 | 10011100 | 1000011 | 110010 |
Color Harmonies of #2AD590
Complementary color
Monochromatic Colors of #2AD590
Black with #2AD590
Text Example
Text Example
White with #2AD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD590; }
p { color: rgb(42,213,144); }
H1.HeaderClassName
{
color: #2AD590;
}
.AnyTagClassName
{
color: #2AD590;
}
</style>
background-color css
<style>
a { background-color: #2AD590; }
a { background-color: rgb(42,213,144); }
div.DivClassName
{
background-color: #2AD590;
}
.BgClassName
{
background-color: #2AD590;
}
</style>
border-color css
<style>
span { border-color: #2AD590; }
span { border-color: rgb(42,213,144); }
td.TdClassName
{
border-color: #2AD590;
}
.TagClassName
{
border-color: #2AD590;
}
</style>