Shades of Shamrock #2AD878
Tints of Shamrock #2AD878
RGB
CMYK
RGB Variations
Color information
#2AD878 (or 0x2AD878) is known color: Shamrock. HEX triplet: 2A, D8 and 78. RGB value is (42,216,120). Sum of RGB (Red+Green+Blue) = 42+216+120=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD878 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD878 is #D52787. Grayscale: #999999. Windows color (decimal): -13969288 or 7919658. OLE color: 7919658.
HSL color Cylindrical-coordinate representation of color #2AD878: hue angle of 146.9º degrees, saturation: 0.69, 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 #2AD878 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 120 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.15 |
| HSL | 146.9º | 0.69% | 0.51% | - |
| HSV(B) | 146.9º | 0.81% | 0.85% | - |
| XYZ | 28.9 | 50.96 | 26.08 | - |
| YUV | 153.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 120 | 0.81 | 0 | 0.44 | 0.15 | 146.9 | 0.69 | 0.51 |
| Hex | 2A | D8 | 78 | 51 | 0 | 2C | F | 93 | 45 | 33 |
| Octal | 52 | 330 | 170 | 121 | 0 | 54 | 17 | 223 | 105 | 63 |
| Binary | 101010 | 11011000 | 1111000 | 1010001 | 0 | 101100 | 1111 | 10010011 | 1000101 | 110011 |
Color Harmonies of #2AD878
Complementary color
Monochromatic Colors of #2AD878
Black with #2AD878
Text Example
Text Example
White with #2AD878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD878; }
p { color: rgb(42,216,120); }
H1.HeaderClassName
{
color: #2AD878;
}
.AnyTagClassName
{
color: #2AD878;
}
</style>
background-color css
<style>
a { background-color: #2AD878; }
a { background-color: rgb(42,216,120); }
div.DivClassName
{
background-color: #2AD878;
}
.BgClassName
{
background-color: #2AD878;
}
</style>
border-color css
<style>
span { border-color: #2AD878; }
span { border-color: rgb(42,216,120); }
td.TdClassName
{
border-color: #2AD878;
}
.TagClassName
{
border-color: #2AD878;
}
</style>