Shades of Shamrock #2AD08E
Tints of Shamrock #2AD08E
RGB
CMYK
RGB Variations
Color information
#2AD08E (or 0x2AD08E) is known color: Shamrock. HEX triplet: 2A, D0 and 8E. RGB value is (42,208,142). Sum of RGB (Red+Green+Blue) = 42+208+142=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD08E is #D52F71. Grayscale: #969696. Windows color (decimal): -13971314 or 9359402. OLE color: 9359402.
HSL color Cylindrical-coordinate representation of color #2AD08E: hue angle of 156.14º degrees, saturation: 0.66, 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 #2AD08E is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 142 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.18 |
| HSL | 156.14º | 0.66% | 0.49% | - |
| HSV(B) | 156.14º | 0.8% | 0.82% | - |
| XYZ | 28.39 | 47.56 | 33.27 | - |
| YUV | 150.84 | 123 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 142 | 0.80 | 0 | 0.32 | 0.18 | 156.14 | 0.66 | 0.49 |
| Hex | 2A | D0 | 8E | 50 | 0 | 20 | 12 | 9C | 42 | 31 |
| Octal | 52 | 320 | 216 | 120 | 0 | 40 | 22 | 234 | 102 | 61 |
| Binary | 101010 | 11010000 | 10001110 | 1010000 | 0 | 100000 | 10010 | 10011100 | 1000010 | 110001 |
Color Harmonies of #2AD08E
Complementary color
Monochromatic Colors of #2AD08E
Black with #2AD08E
Text Example
Text Example
White with #2AD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD08E; }
p { color: rgb(42,208,142); }
H1.HeaderClassName
{
color: #2AD08E;
}
.AnyTagClassName
{
color: #2AD08E;
}
</style>
background-color css
<style>
a { background-color: #2AD08E; }
a { background-color: rgb(42,208,142); }
div.DivClassName
{
background-color: #2AD08E;
}
.BgClassName
{
background-color: #2AD08E;
}
</style>
border-color css
<style>
span { border-color: #2AD08E; }
span { border-color: rgb(42,208,142); }
td.TdClassName
{
border-color: #2AD08E;
}
.TagClassName
{
border-color: #2AD08E;
}
</style>