Shades of Shamrock #3AC095
Tints of Shamrock #3AC095
RGB
CMYK
RGB Variations
Color information
#3AC095 (or 0x3AC095) is known color: Shamrock. HEX triplet: 3A, C0 and 95. RGB value is (58,192,149). Sum of RGB (Red+Green+Blue) = 58+192+149=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC095 is #C53F6A. Grayscale: #939393. Windows color (decimal): -12926827 or 9814074. OLE color: 9814074.
HSL color Cylindrical-coordinate representation of color #3AC095: hue angle of 160.75º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC095 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 149 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.25 |
| HSL | 160.75º | 0.54% | 0.49% | - |
| HSV(B) | 160.75º | 0.7% | 0.75% | - |
| XYZ | 26.02 | 40.77 | 34.93 | - |
| YUV | 147.03 | 129.11 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 149 | 0.70 | 0 | 0.22 | 0.25 | 160.75 | 0.54 | 0.49 |
| Hex | 3A | C0 | 95 | 46 | 0 | 16 | 19 | A1 | 36 | 31 |
| Octal | 72 | 300 | 225 | 106 | 0 | 26 | 31 | 241 | 66 | 61 |
| Binary | 111010 | 11000000 | 10010101 | 1000110 | 0 | 10110 | 11001 | 10100001 | 110110 | 110001 |
Color Harmonies of #3AC095
Complementary color
Monochromatic Colors of #3AC095
Black with #3AC095
Text Example
Text Example
White with #3AC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC095; }
p { color: rgb(58,192,149); }
H1.HeaderClassName
{
color: #3AC095;
}
.AnyTagClassName
{
color: #3AC095;
}
</style>
background-color css
<style>
a { background-color: #3AC095; }
a { background-color: rgb(58,192,149); }
div.DivClassName
{
background-color: #3AC095;
}
.BgClassName
{
background-color: #3AC095;
}
</style>
border-color css
<style>
span { border-color: #3AC095; }
span { border-color: rgb(58,192,149); }
td.TdClassName
{
border-color: #3AC095;
}
.TagClassName
{
border-color: #3AC095;
}
</style>