Shades of Shamrock #3AD796
Tints of Shamrock #3AD796
RGB
CMYK
RGB Variations
Color information
#3AD796 (or 0x3AD796) is known color: Shamrock. HEX triplet: 3A, D7 and 96. RGB value is (58,215,150). Sum of RGB (Red+Green+Blue) = 58+215+150=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD796 is #C52869. Grayscale: #A0A0A0. Windows color (decimal): -12920938 or 9885498. OLE color: 9885498.
HSL color Cylindrical-coordinate representation of color #3AD796: hue angle of 155.16º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD796 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 150 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.16 |
| HSL | 155.16º | 0.66% | 0.54% | - |
| HSV(B) | 155.16º | 0.73% | 0.84% | - |
| XYZ | 31.55 | 51.7 | 37.17 | - |
| YUV | 160.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 150 | 0.73 | 0 | 0.30 | 0.16 | 155.16 | 0.66 | 0.54 |
| Hex | 3A | D7 | 96 | 49 | 0 | 1E | 10 | 9B | 42 | 36 |
| Octal | 72 | 327 | 226 | 111 | 0 | 36 | 20 | 233 | 102 | 66 |
| Binary | 111010 | 11010111 | 10010110 | 1001001 | 0 | 11110 | 10000 | 10011011 | 1000010 | 110110 |
Color Harmonies of #3AD796
Complementary color
Monochromatic Colors of #3AD796
Black with #3AD796
Text Example
Text Example
White with #3AD796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD796; }
p { color: rgb(58,215,150); }
H1.HeaderClassName
{
color: #3AD796;
}
.AnyTagClassName
{
color: #3AD796;
}
</style>
background-color css
<style>
a { background-color: #3AD796; }
a { background-color: rgb(58,215,150); }
div.DivClassName
{
background-color: #3AD796;
}
.BgClassName
{
background-color: #3AD796;
}
</style>
border-color css
<style>
span { border-color: #3AD796; }
span { border-color: rgb(58,215,150); }
td.TdClassName
{
border-color: #3AD796;
}
.TagClassName
{
border-color: #3AD796;
}
</style>