Shades of Shamrock #2AC584
Tints of Shamrock #2AC584
RGB
CMYK
RGB Variations
Color information
#2AC584 (or 0x2AC584) is known color: Shamrock. HEX triplet: 2A, C5 and 84. RGB value is (42,197,132). Sum of RGB (Red+Green+Blue) = 42+197+132=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC584 is #D53A7B. Grayscale: #8F8F8F. Windows color (decimal): -13974140 or 8701226. OLE color: 8701226.
HSL color Cylindrical-coordinate representation of color #2AC584: hue angle of 154.84º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC584 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 197 | 132 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.23 |
| HSL | 154.84º | 0.65% | 0.47% | - |
| HSV(B) | 154.84º | 0.79% | 0.77% | - |
| XYZ | 25.09 | 42.09 | 28.63 | - |
| YUV | 143.25 | 121.65 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 197 | 132 | 0.79 | 0 | 0.33 | 0.23 | 154.84 | 0.65 | 0.47 |
| Hex | 2A | C5 | 84 | 4F | 0 | 21 | 17 | 9B | 41 | 2F |
| Octal | 52 | 305 | 204 | 117 | 0 | 41 | 27 | 233 | 101 | 57 |
| Binary | 101010 | 11000101 | 10000100 | 1001111 | 0 | 100001 | 10111 | 10011011 | 1000001 | 101111 |
Color Harmonies of #2AC584
Complementary color
Monochromatic Colors of #2AC584
Black with #2AC584
Text Example
Text Example
White with #2AC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC584; }
p { color: rgb(42,197,132); }
H1.HeaderClassName
{
color: #2AC584;
}
.AnyTagClassName
{
color: #2AC584;
}
</style>
background-color css
<style>
a { background-color: #2AC584; }
a { background-color: rgb(42,197,132); }
div.DivClassName
{
background-color: #2AC584;
}
.BgClassName
{
background-color: #2AC584;
}
</style>
border-color css
<style>
span { border-color: #2AC584; }
span { border-color: rgb(42,197,132); }
td.TdClassName
{
border-color: #2AC584;
}
.TagClassName
{
border-color: #2AC584;
}
</style>