Shades of Shamrock #2AD18B
Tints of Shamrock #2AD18B
RGB
CMYK
RGB Variations
Color information
#2AD18B (or 0x2AD18B) is known color: Shamrock. HEX triplet: 2A, D1 and 8B. RGB value is (42,209,139). Sum of RGB (Red+Green+Blue) = 42+209+139=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD18B is #D52E74. Grayscale: #979797. Windows color (decimal): -13971061 or 9163050. OLE color: 9163050.
HSL color Cylindrical-coordinate representation of color #2AD18B: hue angle of 154.85º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD18B is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 139 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.18 |
| HSL | 154.85º | 0.67% | 0.49% | - |
| HSV(B) | 154.85º | 0.8% | 0.82% | - |
| XYZ | 28.42 | 47.96 | 32.19 | - |
| YUV | 151.09 | 121.17 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 139 | 0.80 | 0 | 0.33 | 0.18 | 154.85 | 0.67 | 0.49 |
| Hex | 2A | D1 | 8B | 50 | 0 | 21 | 12 | 9B | 43 | 31 |
| Octal | 52 | 321 | 213 | 120 | 0 | 41 | 22 | 233 | 103 | 61 |
| Binary | 101010 | 11010001 | 10001011 | 1010000 | 0 | 100001 | 10010 | 10011011 | 1000011 | 110001 |
Color Harmonies of #2AD18B
Complementary color
Monochromatic Colors of #2AD18B
Black with #2AD18B
Text Example
Text Example
White with #2AD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD18B; }
p { color: rgb(42,209,139); }
H1.HeaderClassName
{
color: #2AD18B;
}
.AnyTagClassName
{
color: #2AD18B;
}
</style>
background-color css
<style>
a { background-color: #2AD18B; }
a { background-color: rgb(42,209,139); }
div.DivClassName
{
background-color: #2AD18B;
}
.BgClassName
{
background-color: #2AD18B;
}
</style>
border-color css
<style>
span { border-color: #2AD18B; }
span { border-color: rgb(42,209,139); }
td.TdClassName
{
border-color: #2AD18B;
}
.TagClassName
{
border-color: #2AD18B;
}
</style>