Shades of Shamrock #2AD99E
Tints of Shamrock #2AD99E
RGB
CMYK
RGB Variations
Color information
#2AD99E (or 0x2AD99E) is known color: Shamrock. HEX triplet: 2A, D9 and 9E. RGB value is (42,217,158). Sum of RGB (Red+Green+Blue) = 42+217+158=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD99E is #D52661. Grayscale: #9E9E9E. Windows color (decimal): -13968994 or 10410282. OLE color: 10410282.
HSL color Cylindrical-coordinate representation of color #2AD99E: hue angle of 159.77º 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 #2AD99E is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 158 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.15 |
| HSL | 159.77º | 0.7% | 0.51% | - |
| HSV(B) | 159.77º | 0.81% | 0.85% | - |
| XYZ | 31.94 | 52.59 | 40.81 | - |
| YUV | 157.95 | 128.02 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 158 | 0.81 | 0 | 0.27 | 0.15 | 159.77 | 0.7 | 0.51 |
| Hex | 2A | D9 | 9E | 51 | 0 | 1B | F | A0 | 46 | 33 |
| Octal | 52 | 331 | 236 | 121 | 0 | 33 | 17 | 240 | 106 | 63 |
| Binary | 101010 | 11011001 | 10011110 | 1010001 | 0 | 11011 | 1111 | 10100000 | 1000110 | 110011 |
Color Harmonies of #2AD99E
Complementary color
Monochromatic Colors of #2AD99E
Black with #2AD99E
Text Example
Text Example
White with #2AD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD99E; }
p { color: rgb(42,217,158); }
H1.HeaderClassName
{
color: #2AD99E;
}
.AnyTagClassName
{
color: #2AD99E;
}
</style>
background-color css
<style>
a { background-color: #2AD99E; }
a { background-color: rgb(42,217,158); }
div.DivClassName
{
background-color: #2AD99E;
}
.BgClassName
{
background-color: #2AD99E;
}
</style>
border-color css
<style>
span { border-color: #2AD99E; }
span { border-color: rgb(42,217,158); }
td.TdClassName
{
border-color: #2AD99E;
}
.TagClassName
{
border-color: #2AD99E;
}
</style>