Shades of Shamrock #2ACB9C
Tints of Shamrock #2ACB9C
RGB
CMYK
RGB Variations
Color information
#2ACB9C (or 0x2ACB9C) is known color: Shamrock. HEX triplet: 2A, CB and 9C. RGB value is (42,203,156). Sum of RGB (Red+Green+Blue) = 42+203+156=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACB9C is #D53463. Grayscale: #959595. Windows color (decimal): -13972580 or 10275626. OLE color: 10275626.
HSL color Cylindrical-coordinate representation of color #2ACB9C: hue angle of 162.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB9C is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 156 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.20 |
| HSL | 162.48º | 0.66% | 0.48% | - |
| HSV(B) | 162.48º | 0.79% | 0.8% | - |
| XYZ | 28.31 | 45.6 | 38.76 | - |
| YUV | 149.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 156 | 0.79 | 0 | 0.23 | 0.20 | 162.48 | 0.66 | 0.48 |
| Hex | 2A | CB | 9C | 4F | 0 | 17 | 14 | A2 | 42 | 30 |
| Octal | 52 | 313 | 234 | 117 | 0 | 27 | 24 | 242 | 102 | 60 |
| Binary | 101010 | 11001011 | 10011100 | 1001111 | 0 | 10111 | 10100 | 10100010 | 1000010 | 110000 |
Color Harmonies of #2ACB9C
Complementary color
Monochromatic Colors of #2ACB9C
Black with #2ACB9C
Text Example
Text Example
White with #2ACB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB9C; }
p { color: rgb(42,203,156); }
H1.HeaderClassName
{
color: #2ACB9C;
}
.AnyTagClassName
{
color: #2ACB9C;
}
</style>
background-color css
<style>
a { background-color: #2ACB9C; }
a { background-color: rgb(42,203,156); }
div.DivClassName
{
background-color: #2ACB9C;
}
.BgClassName
{
background-color: #2ACB9C;
}
</style>
border-color css
<style>
span { border-color: #2ACB9C; }
span { border-color: rgb(42,203,156); }
td.TdClassName
{
border-color: #2ACB9C;
}
.TagClassName
{
border-color: #2ACB9C;
}
</style>