Shades of Shamrock #2ACD89
Tints of Shamrock #2ACD89
RGB
CMYK
RGB Variations
Color information
#2ACD89 (or 0x2ACD89) is known color: Shamrock. HEX triplet: 2A, CD and 89. RGB value is (42,205,137). Sum of RGB (Red+Green+Blue) = 42+205+137=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACD89 is #D53276. Grayscale: #949494. Windows color (decimal): -13972087 or 9030954. OLE color: 9030954.
HSL color Cylindrical-coordinate representation of color #2ACD89: hue angle of 154.97º 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 #2ACD89 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 137 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.20 |
| HSL | 154.97º | 0.66% | 0.48% | - |
| HSV(B) | 154.97º | 0.8% | 0.8% | - |
| XYZ | 27.3 | 45.96 | 31.1 | - |
| YUV | 148.51 | 121.5 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 137 | 0.80 | 0 | 0.33 | 0.20 | 154.97 | 0.66 | 0.48 |
| Hex | 2A | CD | 89 | 50 | 0 | 21 | 14 | 9B | 42 | 30 |
| Octal | 52 | 315 | 211 | 120 | 0 | 41 | 24 | 233 | 102 | 60 |
| Binary | 101010 | 11001101 | 10001001 | 1010000 | 0 | 100001 | 10100 | 10011011 | 1000010 | 110000 |
Color Harmonies of #2ACD89
Complementary color
Monochromatic Colors of #2ACD89
Black with #2ACD89
Text Example
Text Example
White with #2ACD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD89; }
p { color: rgb(42,205,137); }
H1.HeaderClassName
{
color: #2ACD89;
}
.AnyTagClassName
{
color: #2ACD89;
}
</style>
background-color css
<style>
a { background-color: #2ACD89; }
a { background-color: rgb(42,205,137); }
div.DivClassName
{
background-color: #2ACD89;
}
.BgClassName
{
background-color: #2ACD89;
}
</style>
border-color css
<style>
span { border-color: #2ACD89; }
span { border-color: rgb(42,205,137); }
td.TdClassName
{
border-color: #2ACD89;
}
.TagClassName
{
border-color: #2ACD89;
}
</style>