Shades of Shamrock #2AD88E
Tints of Shamrock #2AD88E
RGB
CMYK
RGB Variations
Color information
#2AD88E (or 0x2AD88E) is known color: Shamrock. HEX triplet: 2A, D8 and 8E. RGB value is (42,216,142). Sum of RGB (Red+Green+Blue) = 42+216+142=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD88E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD88E is #D52771. Grayscale: #9B9B9B. Windows color (decimal): -13969266 or 9361450. OLE color: 9361450.
HSL color Cylindrical-coordinate representation of color #2AD88E: hue angle of 154.48º degrees, saturation: 0.69, 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 #2AD88E is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 142 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.15 |
| HSL | 154.48º | 0.69% | 0.51% | - |
| HSV(B) | 154.48º | 0.81% | 0.85% | - |
| XYZ | 30.39 | 51.56 | 33.94 | - |
| YUV | 155.54 | 120.35 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 142 | 0.81 | 0 | 0.34 | 0.15 | 154.48 | 0.69 | 0.51 |
| Hex | 2A | D8 | 8E | 51 | 0 | 22 | F | 9A | 45 | 33 |
| Octal | 52 | 330 | 216 | 121 | 0 | 42 | 17 | 232 | 105 | 63 |
| Binary | 101010 | 11011000 | 10001110 | 1010001 | 0 | 100010 | 1111 | 10011010 | 1000101 | 110011 |
Color Harmonies of #2AD88E
Complementary color
Monochromatic Colors of #2AD88E
Black with #2AD88E
Text Example
Text Example
White with #2AD88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD88E; }
p { color: rgb(42,216,142); }
H1.HeaderClassName
{
color: #2AD88E;
}
.AnyTagClassName
{
color: #2AD88E;
}
</style>
background-color css
<style>
a { background-color: #2AD88E; }
a { background-color: rgb(42,216,142); }
div.DivClassName
{
background-color: #2AD88E;
}
.BgClassName
{
background-color: #2AD88E;
}
</style>
border-color css
<style>
span { border-color: #2AD88E; }
span { border-color: rgb(42,216,142); }
td.TdClassName
{
border-color: #2AD88E;
}
.TagClassName
{
border-color: #2AD88E;
}
</style>