Shades of Shamrock #3ACD94
Tints of Shamrock #3ACD94
RGB
CMYK
RGB Variations
Color information
#3ACD94 (or 0x3ACD94) is known color: Shamrock. HEX triplet: 3A, CD and 94. RGB value is (58,205,148). Sum of RGB (Red+Green+Blue) = 58+205+148=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACD94 is #C5326B. Grayscale: #9A9A9A. Windows color (decimal): -12923500 or 9751866. OLE color: 9751866.
HSL color Cylindrical-coordinate representation of color #3ACD94: hue angle of 156.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD94 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 148 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.20 |
| HSL | 156.73º | 0.6% | 0.52% | - |
| HSV(B) | 156.73º | 0.72% | 0.8% | - |
| XYZ | 28.92 | 46.7 | 35.51 | - |
| YUV | 154.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 148 | 0.72 | 0 | 0.28 | 0.20 | 156.73 | 0.6 | 0.52 |
| Hex | 3A | CD | 94 | 48 | 0 | 1C | 14 | 9D | 3C | 34 |
| Octal | 72 | 315 | 224 | 110 | 0 | 34 | 24 | 235 | 74 | 64 |
| Binary | 111010 | 11001101 | 10010100 | 1001000 | 0 | 11100 | 10100 | 10011101 | 111100 | 110100 |
Color Harmonies of #3ACD94
Complementary color
Monochromatic Colors of #3ACD94
Black with #3ACD94
Text Example
Text Example
White with #3ACD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD94; }
p { color: rgb(58,205,148); }
H1.HeaderClassName
{
color: #3ACD94;
}
.AnyTagClassName
{
color: #3ACD94;
}
</style>
background-color css
<style>
a { background-color: #3ACD94; }
a { background-color: rgb(58,205,148); }
div.DivClassName
{
background-color: #3ACD94;
}
.BgClassName
{
background-color: #3ACD94;
}
</style>
border-color css
<style>
span { border-color: #3ACD94; }
span { border-color: rgb(58,205,148); }
td.TdClassName
{
border-color: #3ACD94;
}
.TagClassName
{
border-color: #3ACD94;
}
</style>