Shades of Shamrock #2ADC7D
Tints of Shamrock #2ADC7D
RGB
CMYK
RGB Variations
Color information
#2ADC7D (or 0x2ADC7D) is known color: Shamrock. HEX triplet: 2A, DC and 7D. RGB value is (42,220,125). Sum of RGB (Red+Green+Blue) = 42+220+125=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC7D is #D52382. Grayscale: #9C9C9C. Windows color (decimal): -13968259 or 8248362. OLE color: 8248362.
HSL color Cylindrical-coordinate representation of color #2ADC7D: hue angle of 147.98º 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 #2ADC7D is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 125 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.14 |
| HSL | 147.98º | 0.72% | 0.51% | - |
| HSV(B) | 147.98º | 0.81% | 0.86% | - |
| XYZ | 30.25 | 53.16 | 28.07 | - |
| YUV | 155.95 | 110.53 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 125 | 0.81 | 0 | 0.43 | 0.14 | 147.98 | 0.72 | 0.51 |
| Hex | 2A | DC | 7D | 51 | 0 | 2B | E | 94 | 48 | 33 |
| Octal | 52 | 334 | 175 | 121 | 0 | 53 | 16 | 224 | 110 | 63 |
| Binary | 101010 | 11011100 | 1111101 | 1010001 | 0 | 101011 | 1110 | 10010100 | 1001000 | 110011 |
Color Harmonies of #2ADC7D
Complementary color
Monochromatic Colors of #2ADC7D
Black with #2ADC7D
Text Example
Text Example
White with #2ADC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC7D; }
p { color: rgb(42,220,125); }
H1.HeaderClassName
{
color: #2ADC7D;
}
.AnyTagClassName
{
color: #2ADC7D;
}
</style>
background-color css
<style>
a { background-color: #2ADC7D; }
a { background-color: rgb(42,220,125); }
div.DivClassName
{
background-color: #2ADC7D;
}
.BgClassName
{
background-color: #2ADC7D;
}
</style>
border-color css
<style>
span { border-color: #2ADC7D; }
span { border-color: rgb(42,220,125); }
td.TdClassName
{
border-color: #2ADC7D;
}
.TagClassName
{
border-color: #2ADC7D;
}
</style>