Shades of Shamrock #2ADC78
Tints of Shamrock #2ADC78
RGB
CMYK
RGB Variations
Color information
#2ADC78 (or 0x2ADC78) is known color: Shamrock. HEX triplet: 2A, DC and 78. RGB value is (42,220,120). Sum of RGB (Red+Green+Blue) = 42+220+120=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC78 is #D52387. Grayscale: #9B9B9B. Windows color (decimal): -13968264 or 7920682. OLE color: 7920682.
HSL color Cylindrical-coordinate representation of color #2ADC78: hue angle of 146.29º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC78 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 120 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.14 |
| HSL | 146.29º | 0.72% | 0.51% | - |
| HSV(B) | 146.29º | 0.81% | 0.86% | - |
| XYZ | 29.94 | 53.03 | 26.43 | - |
| YUV | 155.38 | 108.03 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 120 | 0.81 | 0 | 0.45 | 0.14 | 146.29 | 0.72 | 0.51 |
| Hex | 2A | DC | 78 | 51 | 0 | 2D | E | 92 | 48 | 33 |
| Octal | 52 | 334 | 170 | 121 | 0 | 55 | 16 | 222 | 110 | 63 |
| Binary | 101010 | 11011100 | 1111000 | 1010001 | 0 | 101101 | 1110 | 10010010 | 1001000 | 110011 |
Color Harmonies of #2ADC78
Complementary color
Monochromatic Colors of #2ADC78
Black with #2ADC78
Text Example
Text Example
White with #2ADC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC78; }
p { color: rgb(42,220,120); }
H1.HeaderClassName
{
color: #2ADC78;
}
.AnyTagClassName
{
color: #2ADC78;
}
</style>
background-color css
<style>
a { background-color: #2ADC78; }
a { background-color: rgb(42,220,120); }
div.DivClassName
{
background-color: #2ADC78;
}
.BgClassName
{
background-color: #2ADC78;
}
</style>
border-color css
<style>
span { border-color: #2ADC78; }
span { border-color: rgb(42,220,120); }
td.TdClassName
{
border-color: #2ADC78;
}
.TagClassName
{
border-color: #2ADC78;
}
</style>