Shades of Shamrock #2ACD9D
Tints of Shamrock #2ACD9D
RGB
CMYK
RGB Variations
Color information
#2ACD9D (or 0x2ACD9D) is known color: Shamrock. HEX triplet: 2A, CD and 9D. RGB value is (42,205,157). Sum of RGB (Red+Green+Blue) = 42+205+157=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACD9D is #D53262. Grayscale: #969696. Windows color (decimal): -13972067 or 10341674. OLE color: 10341674.
HSL color Cylindrical-coordinate representation of color #2ACD9D: hue angle of 162.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD9D is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 157 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.20 |
| HSL | 162.33º | 0.66% | 0.48% | - |
| HSV(B) | 162.33º | 0.8% | 0.8% | - |
| XYZ | 28.87 | 46.59 | 39.37 | - |
| YUV | 150.79 | 131.5 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 157 | 0.80 | 0 | 0.23 | 0.20 | 162.33 | 0.66 | 0.48 |
| Hex | 2A | CD | 9D | 50 | 0 | 17 | 14 | A2 | 42 | 30 |
| Octal | 52 | 315 | 235 | 120 | 0 | 27 | 24 | 242 | 102 | 60 |
| Binary | 101010 | 11001101 | 10011101 | 1010000 | 0 | 10111 | 10100 | 10100010 | 1000010 | 110000 |
Color Harmonies of #2ACD9D
Complementary color
Monochromatic Colors of #2ACD9D
Black with #2ACD9D
Text Example
Text Example
White with #2ACD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD9D; }
p { color: rgb(42,205,157); }
H1.HeaderClassName
{
color: #2ACD9D;
}
.AnyTagClassName
{
color: #2ACD9D;
}
</style>
background-color css
<style>
a { background-color: #2ACD9D; }
a { background-color: rgb(42,205,157); }
div.DivClassName
{
background-color: #2ACD9D;
}
.BgClassName
{
background-color: #2ACD9D;
}
</style>
border-color css
<style>
span { border-color: #2ACD9D; }
span { border-color: rgb(42,205,157); }
td.TdClassName
{
border-color: #2ACD9D;
}
.TagClassName
{
border-color: #2ACD9D;
}
</style>