Shades of Shamrock #2AD07E
Tints of Shamrock #2AD07E
RGB
CMYK
RGB Variations
Color information
#2AD07E (or 0x2AD07E) is known color: Shamrock. HEX triplet: 2A, D0 and 7E. RGB value is (42,208,126). Sum of RGB (Red+Green+Blue) = 42+208+126=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD07E is #D52F81. Grayscale: #959595. Windows color (decimal): -13971330 or 8310826. OLE color: 8310826.
HSL color Cylindrical-coordinate representation of color #2AD07E: hue angle of 150.36º 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 #2AD07E is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 126 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.18 |
| HSL | 150.36º | 0.66% | 0.49% | - |
| HSV(B) | 150.36º | 0.8% | 0.82% | - |
| XYZ | 27.28 | 47.11 | 27.39 | - |
| YUV | 149.02 | 115 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 126 | 0.80 | 0 | 0.39 | 0.18 | 150.36 | 0.66 | 0.49 |
| Hex | 2A | D0 | 7E | 50 | 0 | 27 | 12 | 96 | 42 | 31 |
| Octal | 52 | 320 | 176 | 120 | 0 | 47 | 22 | 226 | 102 | 61 |
| Binary | 101010 | 11010000 | 1111110 | 1010000 | 0 | 100111 | 10010 | 10010110 | 1000010 | 110001 |
Color Harmonies of #2AD07E
Complementary color
Monochromatic Colors of #2AD07E
Black with #2AD07E
Text Example
Text Example
White with #2AD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD07E; }
p { color: rgb(42,208,126); }
H1.HeaderClassName
{
color: #2AD07E;
}
.AnyTagClassName
{
color: #2AD07E;
}
</style>
background-color css
<style>
a { background-color: #2AD07E; }
a { background-color: rgb(42,208,126); }
div.DivClassName
{
background-color: #2AD07E;
}
.BgClassName
{
background-color: #2AD07E;
}
</style>
border-color css
<style>
span { border-color: #2AD07E; }
span { border-color: rgb(42,208,126); }
td.TdClassName
{
border-color: #2AD07E;
}
.TagClassName
{
border-color: #2AD07E;
}
</style>