Shades of Shamrock #2ADA7E
Tints of Shamrock #2ADA7E
RGB
CMYK
RGB Variations
Color information
#2ADA7E (or 0x2ADA7E) is known color: Shamrock. HEX triplet: 2A, DA and 7E. RGB value is (42,218,126). Sum of RGB (Red+Green+Blue) = 42+218+126=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA7E is #D52581. Grayscale: #9B9B9B. Windows color (decimal): -13968770 or 8313386. OLE color: 8313386.
HSL color Cylindrical-coordinate representation of color #2ADA7E: hue angle of 148.64º 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 #2ADA7E is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 126 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.15 |
| HSL | 148.64º | 0.7% | 0.51% | - |
| HSV(B) | 148.64º | 0.81% | 0.85% | - |
| XYZ | 29.79 | 52.14 | 28.23 | - |
| YUV | 154.89 | 111.69 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 126 | 0.81 | 0 | 0.42 | 0.15 | 148.64 | 0.7 | 0.51 |
| Hex | 2A | DA | 7E | 51 | 0 | 2A | F | 95 | 46 | 33 |
| Octal | 52 | 332 | 176 | 121 | 0 | 52 | 17 | 225 | 106 | 63 |
| Binary | 101010 | 11011010 | 1111110 | 1010001 | 0 | 101010 | 1111 | 10010101 | 1000110 | 110011 |
Color Harmonies of #2ADA7E
Complementary color
Monochromatic Colors of #2ADA7E
Black with #2ADA7E
Text Example
Text Example
White with #2ADA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA7E; }
p { color: rgb(42,218,126); }
H1.HeaderClassName
{
color: #2ADA7E;
}
.AnyTagClassName
{
color: #2ADA7E;
}
</style>
background-color css
<style>
a { background-color: #2ADA7E; }
a { background-color: rgb(42,218,126); }
div.DivClassName
{
background-color: #2ADA7E;
}
.BgClassName
{
background-color: #2ADA7E;
}
</style>
border-color css
<style>
span { border-color: #2ADA7E; }
span { border-color: rgb(42,218,126); }
td.TdClassName
{
border-color: #2ADA7E;
}
.TagClassName
{
border-color: #2ADA7E;
}
</style>