Shades of Shamrock #2AD98E
Tints of Shamrock #2AD98E
RGB
CMYK
RGB Variations
Color information
#2AD98E (or 0x2AD98E) is known color: Shamrock. HEX triplet: 2A, D9 and 8E. RGB value is (42,217,142). Sum of RGB (Red+Green+Blue) = 42+217+142=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD98E is #D52671. Grayscale: #9C9C9C. Windows color (decimal): -13969010 or 9361706. OLE color: 9361706.
HSL color Cylindrical-coordinate representation of color #2AD98E: hue angle of 154.29º 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 #2AD98E is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 142 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.15 |
| HSL | 154.29º | 0.7% | 0.51% | - |
| HSV(B) | 154.29º | 0.81% | 0.85% | - |
| XYZ | 30.65 | 52.07 | 34.03 | - |
| YUV | 156.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 142 | 0.81 | 0 | 0.35 | 0.15 | 154.29 | 0.7 | 0.51 |
| Hex | 2A | D9 | 8E | 51 | 0 | 23 | F | 9A | 46 | 33 |
| Octal | 52 | 331 | 216 | 121 | 0 | 43 | 17 | 232 | 106 | 63 |
| Binary | 101010 | 11011001 | 10001110 | 1010001 | 0 | 100011 | 1111 | 10011010 | 1000110 | 110011 |
Color Harmonies of #2AD98E
Complementary color
Monochromatic Colors of #2AD98E
Black with #2AD98E
Text Example
Text Example
White with #2AD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD98E; }
p { color: rgb(42,217,142); }
H1.HeaderClassName
{
color: #2AD98E;
}
.AnyTagClassName
{
color: #2AD98E;
}
</style>
background-color css
<style>
a { background-color: #2AD98E; }
a { background-color: rgb(42,217,142); }
div.DivClassName
{
background-color: #2AD98E;
}
.BgClassName
{
background-color: #2AD98E;
}
</style>
border-color css
<style>
span { border-color: #2AD98E; }
span { border-color: rgb(42,217,142); }
td.TdClassName
{
border-color: #2AD98E;
}
.TagClassName
{
border-color: #2AD98E;
}
</style>