Shades of Shamrock #2AD978
Tints of Shamrock #2AD978
RGB
CMYK
RGB Variations
Color information
#2AD978 (or 0x2AD978) is known color: Shamrock. HEX triplet: 2A, D9 and 78. RGB value is (42,217,120). Sum of RGB (Red+Green+Blue) = 42+217+120=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD978 is #D52687. Grayscale: #999999. Windows color (decimal): -13969032 or 7919914. OLE color: 7919914.
HSL color Cylindrical-coordinate representation of color #2AD978: hue angle of 146.74º 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 #2AD978 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 120 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.15 |
| HSL | 146.74º | 0.7% | 0.51% | - |
| HSV(B) | 146.74º | 0.81% | 0.85% | - |
| XYZ | 29.16 | 51.47 | 26.17 | - |
| YUV | 153.62 | 109.02 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 120 | 0.81 | 0 | 0.45 | 0.15 | 146.74 | 0.7 | 0.51 |
| Hex | 2A | D9 | 78 | 51 | 0 | 2D | F | 93 | 46 | 33 |
| Octal | 52 | 331 | 170 | 121 | 0 | 55 | 17 | 223 | 106 | 63 |
| Binary | 101010 | 11011001 | 1111000 | 1010001 | 0 | 101101 | 1111 | 10010011 | 1000110 | 110011 |
Color Harmonies of #2AD978
Complementary color
Monochromatic Colors of #2AD978
Black with #2AD978
Text Example
Text Example
White with #2AD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD978; }
p { color: rgb(42,217,120); }
H1.HeaderClassName
{
color: #2AD978;
}
.AnyTagClassName
{
color: #2AD978;
}
</style>
background-color css
<style>
a { background-color: #2AD978; }
a { background-color: rgb(42,217,120); }
div.DivClassName
{
background-color: #2AD978;
}
.BgClassName
{
background-color: #2AD978;
}
</style>
border-color css
<style>
span { border-color: #2AD978; }
span { border-color: rgb(42,217,120); }
td.TdClassName
{
border-color: #2AD978;
}
.TagClassName
{
border-color: #2AD978;
}
</style>