Shades of Shamrock #2AD79F
Tints of Shamrock #2AD79F
RGB
CMYK
RGB Variations
Color information
#2AD79F (or 0x2AD79F) is known color: Shamrock. HEX triplet: 2A, D7 and 9F. RGB value is (42,215,159). Sum of RGB (Red+Green+Blue) = 42+215+159=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD79F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD79F is #D52860. Grayscale: #9C9C9C. Windows color (decimal): -13969505 or 10475306. OLE color: 10475306.
HSL color Cylindrical-coordinate representation of color #2AD79F: hue angle of 160.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD79F is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 159 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.16 |
| HSL | 160.58º | 0.68% | 0.5% | - |
| HSV(B) | 160.58º | 0.8% | 0.84% | - |
| XYZ | 31.51 | 51.6 | 41.1 | - |
| YUV | 156.89 | 129.19 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 159 | 0.80 | 0 | 0.26 | 0.16 | 160.58 | 0.68 | 0.5 |
| Hex | 2A | D7 | 9F | 50 | 0 | 1A | 10 | A1 | 44 | 32 |
| Octal | 52 | 327 | 237 | 120 | 0 | 32 | 20 | 241 | 104 | 62 |
| Binary | 101010 | 11010111 | 10011111 | 1010000 | 0 | 11010 | 10000 | 10100001 | 1000100 | 110010 |
Color Harmonies of #2AD79F
Complementary color
Monochromatic Colors of #2AD79F
Black with #2AD79F
Text Example
Text Example
White with #2AD79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD79F; }
p { color: rgb(42,215,159); }
H1.HeaderClassName
{
color: #2AD79F;
}
.AnyTagClassName
{
color: #2AD79F;
}
</style>
background-color css
<style>
a { background-color: #2AD79F; }
a { background-color: rgb(42,215,159); }
div.DivClassName
{
background-color: #2AD79F;
}
.BgClassName
{
background-color: #2AD79F;
}
</style>
border-color css
<style>
span { border-color: #2AD79F; }
span { border-color: rgb(42,215,159); }
td.TdClassName
{
border-color: #2AD79F;
}
.TagClassName
{
border-color: #2AD79F;
}
</style>