Shades of Shamrock #2AC09D
Tints of Shamrock #2AC09D
RGB
CMYK
RGB Variations
Color information
#2AC09D (or 0x2AC09D) is known color: Shamrock. HEX triplet: 2A, C0 and 9D. RGB value is (42,192,157). Sum of RGB (Red+Green+Blue) = 42+192+157=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC09D is #D53F62. Grayscale: #8F8F8F. Windows color (decimal): -13975395 or 10338346. OLE color: 10338346.
HSL color Cylindrical-coordinate representation of color #2AC09D: hue angle of 166º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC09D is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 157 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.25 |
| HSL | 166º | 0.64% | 0.46% | - |
| HSV(B) | 166º | 0.78% | 0.75% | - |
| XYZ | 25.89 | 40.63 | 38.38 | - |
| YUV | 143.16 | 135.81 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 157 | 0.78 | 0 | 0.18 | 0.25 | 166 | 0.64 | 0.46 |
| Hex | 2A | C0 | 9D | 4E | 0 | 12 | 19 | A6 | 40 | 2E |
| Octal | 52 | 300 | 235 | 116 | 0 | 22 | 31 | 246 | 100 | 56 |
| Binary | 101010 | 11000000 | 10011101 | 1001110 | 0 | 10010 | 11001 | 10100110 | 1000000 | 101110 |
Color Harmonies of #2AC09D
Complementary color
Monochromatic Colors of #2AC09D
Black with #2AC09D
Text Example
Text Example
White with #2AC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC09D; }
p { color: rgb(42,192,157); }
H1.HeaderClassName
{
color: #2AC09D;
}
.AnyTagClassName
{
color: #2AC09D;
}
</style>
background-color css
<style>
a { background-color: #2AC09D; }
a { background-color: rgb(42,192,157); }
div.DivClassName
{
background-color: #2AC09D;
}
.BgClassName
{
background-color: #2AC09D;
}
</style>
border-color css
<style>
span { border-color: #2AC09D; }
span { border-color: rgb(42,192,157); }
td.TdClassName
{
border-color: #2AC09D;
}
.TagClassName
{
border-color: #2AC09D;
}
</style>