Shades of Shamrock #3ACC8D
Tints of Shamrock #3ACC8D
RGB
CMYK
RGB Variations
Color information
#3ACC8D (or 0x3ACC8D) is known color: Shamrock. HEX triplet: 3A, CC and 8D. RGB value is (58,204,141). Sum of RGB (Red+Green+Blue) = 58+204+141=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACC8D is #C53372. Grayscale: #999999. Windows color (decimal): -12923763 or 9292858. OLE color: 9292858.
HSL color Cylindrical-coordinate representation of color #3ACC8D: hue angle of 154.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC8D is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 141 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.2 |
| HSL | 154.11º | 0.59% | 0.51% | - |
| HSV(B) | 154.11º | 0.72% | 0.8% | - |
| XYZ | 28.15 | 46.01 | 32.6 | - |
| YUV | 153.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 141 | 0.72 | 0 | 0.31 | 0.2 | 154.11 | 0.59 | 0.51 |
| Hex | 3A | CC | 8D | 48 | 0 | 1F | 14 | 9A | 3B | 33 |
| Octal | 72 | 314 | 215 | 110 | 0 | 37 | 24 | 232 | 73 | 63 |
| Binary | 111010 | 11001100 | 10001101 | 1001000 | 0 | 11111 | 10100 | 10011010 | 111011 | 110011 |
Color Harmonies of #3ACC8D
Complementary color
Monochromatic Colors of #3ACC8D
Black with #3ACC8D
Text Example
Text Example
White with #3ACC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC8D; }
p { color: rgb(58,204,141); }
H1.HeaderClassName
{
color: #3ACC8D;
}
.AnyTagClassName
{
color: #3ACC8D;
}
</style>
background-color css
<style>
a { background-color: #3ACC8D; }
a { background-color: rgb(58,204,141); }
div.DivClassName
{
background-color: #3ACC8D;
}
.BgClassName
{
background-color: #3ACC8D;
}
</style>
border-color css
<style>
span { border-color: #3ACC8D; }
span { border-color: rgb(58,204,141); }
td.TdClassName
{
border-color: #3ACC8D;
}
.TagClassName
{
border-color: #3ACC8D;
}
</style>