Shades of Shamrock #2AC095
Tints of Shamrock #2AC095
RGB
CMYK
RGB Variations
Color information
#2AC095 (or 0x2AC095) is known color: Shamrock. HEX triplet: 2A, C0 and 95. RGB value is (42,192,149). Sum of RGB (Red+Green+Blue) = 42+192+149=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC095 is #D53F6A. Grayscale: #8E8E8E. Windows color (decimal): -13975403 or 9814058. OLE color: 9814058.
HSL color Cylindrical-coordinate representation of color #2AC095: hue angle of 162.8º 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 #2AC095 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 149 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.25 |
| HSL | 162.8º | 0.64% | 0.46% | - |
| HSV(B) | 162.8º | 0.78% | 0.75% | - |
| XYZ | 25.23 | 40.36 | 34.89 | - |
| YUV | 142.25 | 131.81 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 149 | 0.78 | 0 | 0.22 | 0.25 | 162.8 | 0.64 | 0.46 |
| Hex | 2A | C0 | 95 | 4E | 0 | 16 | 19 | A3 | 40 | 2E |
| Octal | 52 | 300 | 225 | 116 | 0 | 26 | 31 | 243 | 100 | 56 |
| Binary | 101010 | 11000000 | 10010101 | 1001110 | 0 | 10110 | 11001 | 10100011 | 1000000 | 101110 |
Color Harmonies of #2AC095
Complementary color
Monochromatic Colors of #2AC095
Black with #2AC095
Text Example
Text Example
White with #2AC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC095; }
p { color: rgb(42,192,149); }
H1.HeaderClassName
{
color: #2AC095;
}
.AnyTagClassName
{
color: #2AC095;
}
</style>
background-color css
<style>
a { background-color: #2AC095; }
a { background-color: rgb(42,192,149); }
div.DivClassName
{
background-color: #2AC095;
}
.BgClassName
{
background-color: #2AC095;
}
</style>
border-color css
<style>
span { border-color: #2AC095; }
span { border-color: rgb(42,192,149); }
td.TdClassName
{
border-color: #2AC095;
}
.TagClassName
{
border-color: #2AC095;
}
</style>