Shades of Shamrock #2AC19B
Tints of Shamrock #2AC19B
RGB
CMYK
RGB Variations
Color information
#2AC19B (or 0x2AC19B) is known color: Shamrock. HEX triplet: 2A, C1 and 9B. RGB value is (42,193,155). Sum of RGB (Red+Green+Blue) = 42+193+155=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC19B is #D53E64. Grayscale: #8F8F8F. Windows color (decimal): -13975141 or 10207530. OLE color: 10207530.
HSL color Cylindrical-coordinate representation of color #2AC19B: hue angle of 164.9º 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 #2AC19B is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 155 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.24 |
| HSL | 164.9º | 0.64% | 0.46% | - |
| HSV(B) | 164.9º | 0.78% | 0.76% | - |
| XYZ | 25.94 | 41 | 37.56 | - |
| YUV | 143.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 155 | 0.78 | 0 | 0.20 | 0.24 | 164.9 | 0.64 | 0.46 |
| Hex | 2A | C1 | 9B | 4E | 0 | 14 | 18 | A5 | 40 | 2E |
| Octal | 52 | 301 | 233 | 116 | 0 | 24 | 30 | 245 | 100 | 56 |
| Binary | 101010 | 11000001 | 10011011 | 1001110 | 0 | 10100 | 11000 | 10100101 | 1000000 | 101110 |
Color Harmonies of #2AC19B
Complementary color
Monochromatic Colors of #2AC19B
Black with #2AC19B
Text Example
Text Example
White with #2AC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC19B; }
p { color: rgb(42,193,155); }
H1.HeaderClassName
{
color: #2AC19B;
}
.AnyTagClassName
{
color: #2AC19B;
}
</style>
background-color css
<style>
a { background-color: #2AC19B; }
a { background-color: rgb(42,193,155); }
div.DivClassName
{
background-color: #2AC19B;
}
.BgClassName
{
background-color: #2AC19B;
}
</style>
border-color css
<style>
span { border-color: #2AC19B; }
span { border-color: rgb(42,193,155); }
td.TdClassName
{
border-color: #2AC19B;
}
.TagClassName
{
border-color: #2AC19B;
}
</style>