Shades of Shamrock #2AC29C
Tints of Shamrock #2AC29C
RGB
CMYK
RGB Variations
Color information
#2AC29C (or 0x2AC29C) is known color: Shamrock. HEX triplet: 2A, C2 and 9C. RGB value is (42,194,156). Sum of RGB (Red+Green+Blue) = 42+194+156=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC29C is #D53D63. Grayscale: #909090. Windows color (decimal): -13974884 or 10273322. OLE color: 10273322.
HSL color Cylindrical-coordinate representation of color #2AC29C: hue angle of 165º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC29C is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 156 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.24 |
| HSL | 165º | 0.64% | 0.46% | - |
| HSV(B) | 165º | 0.78% | 0.76% | - |
| XYZ | 26.25 | 41.48 | 38.07 | - |
| YUV | 144.22 | 134.64 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 156 | 0.78 | 0 | 0.20 | 0.24 | 165 | 0.64 | 0.46 |
| Hex | 2A | C2 | 9C | 4E | 0 | 14 | 18 | A5 | 40 | 2E |
| Octal | 52 | 302 | 234 | 116 | 0 | 24 | 30 | 245 | 100 | 56 |
| Binary | 101010 | 11000010 | 10011100 | 1001110 | 0 | 10100 | 11000 | 10100101 | 1000000 | 101110 |
Color Harmonies of #2AC29C
Complementary color
Monochromatic Colors of #2AC29C
Black with #2AC29C
Text Example
Text Example
White with #2AC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC29C; }
p { color: rgb(42,194,156); }
H1.HeaderClassName
{
color: #2AC29C;
}
.AnyTagClassName
{
color: #2AC29C;
}
</style>
background-color css
<style>
a { background-color: #2AC29C; }
a { background-color: rgb(42,194,156); }
div.DivClassName
{
background-color: #2AC29C;
}
.BgClassName
{
background-color: #2AC29C;
}
</style>
border-color css
<style>
span { border-color: #2AC29C; }
span { border-color: rgb(42,194,156); }
td.TdClassName
{
border-color: #2AC29C;
}
.TagClassName
{
border-color: #2AC29C;
}
</style>