Shades of Shamrock #2AD18A
Tints of Shamrock #2AD18A
RGB
CMYK
RGB Variations
Color information
#2AD18A (or 0x2AD18A) is known color: Shamrock. HEX triplet: 2A, D1 and 8A. RGB value is (42,209,138). Sum of RGB (Red+Green+Blue) = 42+209+138=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD18A is #D52E75. Grayscale: #979797. Windows color (decimal): -13971062 or 9097514. OLE color: 9097514.
HSL color Cylindrical-coordinate representation of color #2AD18A: hue angle of 154.49º 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 #2AD18A is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 138 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.18 |
| HSL | 154.49º | 0.67% | 0.49% | - |
| HSV(B) | 154.49º | 0.8% | 0.82% | - |
| XYZ | 28.34 | 47.93 | 31.8 | - |
| YUV | 150.97 | 120.67 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 138 | 0.80 | 0 | 0.34 | 0.18 | 154.49 | 0.67 | 0.49 |
| Hex | 2A | D1 | 8A | 50 | 0 | 22 | 12 | 9A | 43 | 31 |
| Octal | 52 | 321 | 212 | 120 | 0 | 42 | 22 | 232 | 103 | 61 |
| Binary | 101010 | 11010001 | 10001010 | 1010000 | 0 | 100010 | 10010 | 10011010 | 1000011 | 110001 |
Color Harmonies of #2AD18A
Complementary color
Monochromatic Colors of #2AD18A
Black with #2AD18A
Text Example
Text Example
White with #2AD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD18A; }
p { color: rgb(42,209,138); }
H1.HeaderClassName
{
color: #2AD18A;
}
.AnyTagClassName
{
color: #2AD18A;
}
</style>
background-color css
<style>
a { background-color: #2AD18A; }
a { background-color: rgb(42,209,138); }
div.DivClassName
{
background-color: #2AD18A;
}
.BgClassName
{
background-color: #2AD18A;
}
</style>
border-color css
<style>
span { border-color: #2AD18A; }
span { border-color: rgb(42,209,138); }
td.TdClassName
{
border-color: #2AD18A;
}
.TagClassName
{
border-color: #2AD18A;
}
</style>