Shades of Shamrock #2AD07C
Tints of Shamrock #2AD07C
RGB
CMYK
RGB Variations
Color information
#2AD07C (or 0x2AD07C) is known color: Shamrock. HEX triplet: 2A, D0 and 7C. RGB value is (42,208,124). Sum of RGB (Red+Green+Blue) = 42+208+124=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD07C is #D52F83. Grayscale: #949494. Windows color (decimal): -13971332 or 8179754. OLE color: 8179754.
HSL color Cylindrical-coordinate representation of color #2AD07C: hue angle of 149.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD07C is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 124 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.18 |
| HSL | 149.64º | 0.66% | 0.49% | - |
| HSV(B) | 149.64º | 0.8% | 0.82% | - |
| XYZ | 27.15 | 47.06 | 26.72 | - |
| YUV | 148.79 | 114 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 124 | 0.80 | 0 | 0.40 | 0.18 | 149.64 | 0.66 | 0.49 |
| Hex | 2A | D0 | 7C | 50 | 0 | 28 | 12 | 96 | 42 | 31 |
| Octal | 52 | 320 | 174 | 120 | 0 | 50 | 22 | 226 | 102 | 61 |
| Binary | 101010 | 11010000 | 1111100 | 1010000 | 0 | 101000 | 10010 | 10010110 | 1000010 | 110001 |
Color Harmonies of #2AD07C
Complementary color
Monochromatic Colors of #2AD07C
Black with #2AD07C
Text Example
Text Example
White with #2AD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD07C; }
p { color: rgb(42,208,124); }
H1.HeaderClassName
{
color: #2AD07C;
}
.AnyTagClassName
{
color: #2AD07C;
}
</style>
background-color css
<style>
a { background-color: #2AD07C; }
a { background-color: rgb(42,208,124); }
div.DivClassName
{
background-color: #2AD07C;
}
.BgClassName
{
background-color: #2AD07C;
}
</style>
border-color css
<style>
span { border-color: #2AD07C; }
span { border-color: rgb(42,208,124); }
td.TdClassName
{
border-color: #2AD07C;
}
.TagClassName
{
border-color: #2AD07C;
}
</style>