Shades of Shamrock #2AD28E
Tints of Shamrock #2AD28E
RGB
CMYK
RGB Variations
Color information
#2AD28E (or 0x2AD28E) is known color: Shamrock. HEX triplet: 2A, D2 and 8E. RGB value is (42,210,142). Sum of RGB (Red+Green+Blue) = 42+210+142=394 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.66% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD28E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD28E is #D52D71. Grayscale: #989898. Windows color (decimal): -13970802 or 9359914. OLE color: 9359914.
HSL color Cylindrical-coordinate representation of color #2AD28E: hue angle of 155.71º 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 #2AD28E is Cyan = 0.8, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 142 | - |
| CMYK | 0.8 | 0 | 0.32 | 0.18 |
| HSL | 155.71º | 0.67% | 0.49% | - |
| HSV(B) | 155.71º | 0.8% | 0.82% | - |
| XYZ | 28.88 | 48.54 | 33.44 | - |
| YUV | 152.02 | 122.34 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 142 | 0.8 | 0 | 0.32 | 0.18 | 155.71 | 0.67 | 0.49 |
| Hex | 2A | D2 | 8E | 50 | 0 | 20 | 12 | 9C | 43 | 31 |
| Octal | 52 | 322 | 216 | 120 | 0 | 40 | 22 | 234 | 103 | 61 |
| Binary | 101010 | 11010010 | 10001110 | 1010000 | 0 | 100000 | 10010 | 10011100 | 1000011 | 110001 |
Color Harmonies of #2AD28E
Complementary color
Monochromatic Colors of #2AD28E
Black with #2AD28E
Text Example
Text Example
White with #2AD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD28E; }
p { color: rgb(42,210,142); }
H1.HeaderClassName
{
color: #2AD28E;
}
.AnyTagClassName
{
color: #2AD28E;
}
</style>
background-color css
<style>
a { background-color: #2AD28E; }
a { background-color: rgb(42,210,142); }
div.DivClassName
{
background-color: #2AD28E;
}
.BgClassName
{
background-color: #2AD28E;
}
</style>
border-color css
<style>
span { border-color: #2AD28E; }
span { border-color: rgb(42,210,142); }
td.TdClassName
{
border-color: #2AD28E;
}
.TagClassName
{
border-color: #2AD28E;
}
</style>