Shades of Shamrock #2AD77F
Tints of Shamrock #2AD77F
RGB
CMYK
RGB Variations
Color information
#2AD77F (or 0x2AD77F) is known color: Shamrock. HEX triplet: 2A, D7 and 7F. RGB value is (42,215,127). Sum of RGB (Red+Green+Blue) = 42+215+127=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD77F is #D52880. Grayscale: #999999. Windows color (decimal): -13969537 or 8378154. OLE color: 8378154.
HSL color Cylindrical-coordinate representation of color #2AD77F: hue angle of 149.48º 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 #2AD77F is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 127 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.16 |
| HSL | 149.48º | 0.68% | 0.5% | - |
| HSV(B) | 149.48º | 0.8% | 0.84% | - |
| XYZ | 29.09 | 50.63 | 28.32 | - |
| YUV | 153.24 | 113.19 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 127 | 0.80 | 0 | 0.41 | 0.16 | 149.48 | 0.68 | 0.5 |
| Hex | 2A | D7 | 7F | 50 | 0 | 29 | 10 | 95 | 44 | 32 |
| Octal | 52 | 327 | 177 | 120 | 0 | 51 | 20 | 225 | 104 | 62 |
| Binary | 101010 | 11010111 | 1111111 | 1010000 | 0 | 101001 | 10000 | 10010101 | 1000100 | 110010 |
Color Harmonies of #2AD77F
Complementary color
Monochromatic Colors of #2AD77F
Black with #2AD77F
Text Example
Text Example
White with #2AD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD77F; }
p { color: rgb(42,215,127); }
H1.HeaderClassName
{
color: #2AD77F;
}
.AnyTagClassName
{
color: #2AD77F;
}
</style>
background-color css
<style>
a { background-color: #2AD77F; }
a { background-color: rgb(42,215,127); }
div.DivClassName
{
background-color: #2AD77F;
}
.BgClassName
{
background-color: #2AD77F;
}
</style>
border-color css
<style>
span { border-color: #2AD77F; }
span { border-color: rgb(42,215,127); }
td.TdClassName
{
border-color: #2AD77F;
}
.TagClassName
{
border-color: #2AD77F;
}
</style>