Shades of Shamrock #3ACD93
Tints of Shamrock #3ACD93
RGB
CMYK
RGB Variations
Color information
#3ACD93 (or 0x3ACD93) is known color: Shamrock. HEX triplet: 3A, CD and 93. RGB value is (58,205,147). Sum of RGB (Red+Green+Blue) = 58+205+147=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACD93 is #C5326C. Grayscale: #9A9A9A. Windows color (decimal): -12923501 or 9686330. OLE color: 9686330.
HSL color Cylindrical-coordinate representation of color #3ACD93: hue angle of 156.33º 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 #3ACD93 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 147 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.20 |
| HSL | 156.33º | 0.6% | 0.52% | - |
| HSV(B) | 156.33º | 0.72% | 0.8% | - |
| XYZ | 28.84 | 46.67 | 35.09 | - |
| YUV | 154.44 | 123.8 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 147 | 0.72 | 0 | 0.28 | 0.20 | 156.33 | 0.6 | 0.52 |
| Hex | 3A | CD | 93 | 48 | 0 | 1C | 14 | 9C | 3C | 34 |
| Octal | 72 | 315 | 223 | 110 | 0 | 34 | 24 | 234 | 74 | 64 |
| Binary | 111010 | 11001101 | 10010011 | 1001000 | 0 | 11100 | 10100 | 10011100 | 111100 | 110100 |
Color Harmonies of #3ACD93
Complementary color
Monochromatic Colors of #3ACD93
Black with #3ACD93
Text Example
Text Example
White with #3ACD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD93; }
p { color: rgb(58,205,147); }
H1.HeaderClassName
{
color: #3ACD93;
}
.AnyTagClassName
{
color: #3ACD93;
}
</style>
background-color css
<style>
a { background-color: #3ACD93; }
a { background-color: rgb(58,205,147); }
div.DivClassName
{
background-color: #3ACD93;
}
.BgClassName
{
background-color: #3ACD93;
}
</style>
border-color css
<style>
span { border-color: #3ACD93; }
span { border-color: rgb(58,205,147); }
td.TdClassName
{
border-color: #3ACD93;
}
.TagClassName
{
border-color: #3ACD93;
}
</style>