Shades of Shamrock #3AC096
Tints of Shamrock #3AC096
RGB
CMYK
RGB Variations
Color information
#3AC096 (or 0x3AC096) is known color: Shamrock. HEX triplet: 3A, C0 and 96. RGB value is (58,192,150). Sum of RGB (Red+Green+Blue) = 58+192+150=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC096 is #C53F69. Grayscale: #939393. Windows color (decimal): -12926826 or 9879610. OLE color: 9879610.
HSL color Cylindrical-coordinate representation of color #3AC096: hue angle of 161.19º 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 #3AC096 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 150 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.25 |
| HSL | 161.19º | 0.54% | 0.49% | - |
| HSV(B) | 161.19º | 0.7% | 0.75% | - |
| XYZ | 26.1 | 40.8 | 35.35 | - |
| YUV | 147.15 | 129.61 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 150 | 0.70 | 0 | 0.22 | 0.25 | 161.19 | 0.54 | 0.49 |
| Hex | 3A | C0 | 96 | 46 | 0 | 16 | 19 | A1 | 36 | 31 |
| Octal | 72 | 300 | 226 | 106 | 0 | 26 | 31 | 241 | 66 | 61 |
| Binary | 111010 | 11000000 | 10010110 | 1000110 | 0 | 10110 | 11001 | 10100001 | 110110 | 110001 |
Color Harmonies of #3AC096
Complementary color
Monochromatic Colors of #3AC096
Black with #3AC096
Text Example
Text Example
White with #3AC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC096; }
p { color: rgb(58,192,150); }
H1.HeaderClassName
{
color: #3AC096;
}
.AnyTagClassName
{
color: #3AC096;
}
</style>
background-color css
<style>
a { background-color: #3AC096; }
a { background-color: rgb(58,192,150); }
div.DivClassName
{
background-color: #3AC096;
}
.BgClassName
{
background-color: #3AC096;
}
</style>
border-color css
<style>
span { border-color: #3AC096; }
span { border-color: rgb(58,192,150); }
td.TdClassName
{
border-color: #3AC096;
}
.TagClassName
{
border-color: #3AC096;
}
</style>