Shades of Shamrock #3ACD8F
Tints of Shamrock #3ACD8F
RGB
CMYK
RGB Variations
Color information
#3ACD8F (or 0x3ACD8F) is known color: Shamrock. HEX triplet: 3A, CD and 8F. RGB value is (58,205,143). Sum of RGB (Red+Green+Blue) = 58+205+143=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACD8F is #C53270. Grayscale: #9A9A9A. Windows color (decimal): -12923505 or 9424186. OLE color: 9424186.
HSL color Cylindrical-coordinate representation of color #3ACD8F: hue angle of 154.69º 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 #3ACD8F is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 143 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.20 |
| HSL | 154.69º | 0.6% | 0.52% | - |
| HSV(B) | 154.69º | 0.72% | 0.8% | - |
| XYZ | 28.53 | 46.55 | 33.47 | - |
| YUV | 153.98 | 121.8 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 143 | 0.72 | 0 | 0.30 | 0.20 | 154.69 | 0.6 | 0.52 |
| Hex | 3A | CD | 8F | 48 | 0 | 1E | 14 | 9B | 3C | 34 |
| Octal | 72 | 315 | 217 | 110 | 0 | 36 | 24 | 233 | 74 | 64 |
| Binary | 111010 | 11001101 | 10001111 | 1001000 | 0 | 11110 | 10100 | 10011011 | 111100 | 110100 |
Color Harmonies of #3ACD8F
Complementary color
Monochromatic Colors of #3ACD8F
Black with #3ACD8F
Text Example
Text Example
White with #3ACD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD8F; }
p { color: rgb(58,205,143); }
H1.HeaderClassName
{
color: #3ACD8F;
}
.AnyTagClassName
{
color: #3ACD8F;
}
</style>
background-color css
<style>
a { background-color: #3ACD8F; }
a { background-color: rgb(58,205,143); }
div.DivClassName
{
background-color: #3ACD8F;
}
.BgClassName
{
background-color: #3ACD8F;
}
</style>
border-color css
<style>
span { border-color: #3ACD8F; }
span { border-color: rgb(58,205,143); }
td.TdClassName
{
border-color: #3ACD8F;
}
.TagClassName
{
border-color: #3ACD8F;
}
</style>