Shades of Shamrock #2ADA77
Tints of Shamrock #2ADA77
RGB
CMYK
RGB Variations
Color information
#2ADA77 (or 0x2ADA77) is known color: Shamrock. HEX triplet: 2A, DA and 77. RGB value is (42,218,119). Sum of RGB (Red+Green+Blue) = 42+218+119=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA77 is #D52588. Grayscale: #9A9A9A. Windows color (decimal): -13968777 or 7854634. OLE color: 7854634.
HSL color Cylindrical-coordinate representation of color #2ADA77: hue angle of 146.25º 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 #2ADA77 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 119 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.15 |
| HSL | 146.25º | 0.7% | 0.51% | - |
| HSV(B) | 146.25º | 0.81% | 0.85% | - |
| XYZ | 29.36 | 51.97 | 25.94 | - |
| YUV | 154.09 | 108.19 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 119 | 0.81 | 0 | 0.45 | 0.15 | 146.25 | 0.7 | 0.51 |
| Hex | 2A | DA | 77 | 51 | 0 | 2D | F | 92 | 46 | 33 |
| Octal | 52 | 332 | 167 | 121 | 0 | 55 | 17 | 222 | 106 | 63 |
| Binary | 101010 | 11011010 | 1110111 | 1010001 | 0 | 101101 | 1111 | 10010010 | 1000110 | 110011 |
Color Harmonies of #2ADA77
Complementary color
Monochromatic Colors of #2ADA77
Black with #2ADA77
Text Example
Text Example
White with #2ADA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA77; }
p { color: rgb(42,218,119); }
H1.HeaderClassName
{
color: #2ADA77;
}
.AnyTagClassName
{
color: #2ADA77;
}
</style>
background-color css
<style>
a { background-color: #2ADA77; }
a { background-color: rgb(42,218,119); }
div.DivClassName
{
background-color: #2ADA77;
}
.BgClassName
{
background-color: #2ADA77;
}
</style>
border-color css
<style>
span { border-color: #2ADA77; }
span { border-color: rgb(42,218,119); }
td.TdClassName
{
border-color: #2ADA77;
}
.TagClassName
{
border-color: #2ADA77;
}
</style>