Shades of Shamrock #2AC49D
Tints of Shamrock #2AC49D
RGB
CMYK
RGB Variations
Color information
#2AC49D (or 0x2AC49D) is known color: Shamrock. HEX triplet: 2A, C4 and 9D. RGB value is (42,196,157). Sum of RGB (Red+Green+Blue) = 42+196+157=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC49D is #D53B62. Grayscale: #919191. Windows color (decimal): -13974371 or 10339370. OLE color: 10339370.
HSL color Cylindrical-coordinate representation of color #2AC49D: hue angle of 164.81º 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 #2AC49D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 157 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.23 |
| HSL | 164.81º | 0.65% | 0.47% | - |
| HSV(B) | 164.81º | 0.79% | 0.77% | - |
| XYZ | 26.78 | 42.41 | 38.67 | - |
| YUV | 145.51 | 134.48 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 157 | 0.79 | 0 | 0.20 | 0.23 | 164.81 | 0.65 | 0.47 |
| Hex | 2A | C4 | 9D | 4F | 0 | 14 | 17 | A5 | 41 | 2F |
| Octal | 52 | 304 | 235 | 117 | 0 | 24 | 27 | 245 | 101 | 57 |
| Binary | 101010 | 11000100 | 10011101 | 1001111 | 0 | 10100 | 10111 | 10100101 | 1000001 | 101111 |
Color Harmonies of #2AC49D
Complementary color
Monochromatic Colors of #2AC49D
Black with #2AC49D
Text Example
Text Example
White with #2AC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC49D; }
p { color: rgb(42,196,157); }
H1.HeaderClassName
{
color: #2AC49D;
}
.AnyTagClassName
{
color: #2AC49D;
}
</style>
background-color css
<style>
a { background-color: #2AC49D; }
a { background-color: rgb(42,196,157); }
div.DivClassName
{
background-color: #2AC49D;
}
.BgClassName
{
background-color: #2AC49D;
}
</style>
border-color css
<style>
span { border-color: #2AC49D; }
span { border-color: rgb(42,196,157); }
td.TdClassName
{
border-color: #2AC49D;
}
.TagClassName
{
border-color: #2AC49D;
}
</style>